From 7a9f4681d3f2a850b80cab2431274e8ec4e8f949 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emman...@seyman.fr>
Date: Oct 01 2017 11:35:07 +0000
Subject: Update to 0.04


---

diff --git a/.gitignore b/.gitignore
index 3386f96..191901f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Deep-JSON-0.03.tar.gz
+/Test-Deep-JSON-0.04.tar.gz
diff --git a/perl-Test-Deep-JSON.spec b/perl-Test-Deep-JSON.spec
index 751921c..3ca3f83 100644
--- a/perl-Test-Deep-JSON.spec
+++ b/perl-Test-Deep-JSON.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Deep-JSON
-Version:        0.03
-Release:        7%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Compare JSON with Test::Deep
 License:        GPL+ or Artistic
 
@@ -17,7 +17,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(JSON)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Deep::Cmp)
@@ -42,11 +42,11 @@ can be parsed as a JSON string and matches (by cmp_deeply) 
with $expected.
 %setup -q -n Test-Deep-JSON-%{version}
 
 %build
-RELEASE_TESTING=1 %{__perl} Build.PL installdirs=vendor
+RELEASE_TESTING=1 %{__perl} Build.PL --installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -59,6 +59,9 @@ RELEASE_TESTING=1 %{__perl} Build.PL installdirs=vendor
 %{_mandir}/man3/Test*
 
 %changelog
+* Sun Oct 01 2017 Emmanuel Seyman <emman...@seyman.fr> - 0.04-1
+- Update to 0.04
+
 * Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.03-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index 967c56e..6211c85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0da757571980734bc8482f91d1db9718  Test-Deep-JSON-0.03.tar.gz
+SHA512 (Test-Deep-JSON-0.04.tar.gz) = 
fcab5b04ca20d875a16e954d1e808655dc44c93b2200e1891f08765eba0864ac31e979e6e4193f553bf9d1e28bb4130a6ebcb585abc8698620a7e222fcc122e0


        
https://src.fedoraproject.org/rpms/perl-Test-Deep-JSON/c/7a9f4681d3f2a850b80cab2431274e8ec4e8f949?branch=master
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to