eseyman pushed to perl-Hash-Diff (master). "Update to 0.008"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Sep 6 09:20:02 UTC 2015


From 19824f2521d7bec28e724f251707275b724c6881 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sun, 6 Sep 2015 11:19:55 +0200
Subject: Update to 0.008


diff --git a/.gitignore b/.gitignore
index e6ff804..b0c4b28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Hash-Diff-0.005.tar.gz
 /Hash-Diff-0.006.tar.gz
 /Hash-Diff-0.007.tar.gz
+/Hash-Diff-0.008.tar.gz
diff --git a/perl-Hash-Diff.spec b/perl-Hash-Diff.spec
index e16898b..f220837 100644
--- a/perl-Hash-Diff.spec
+++ b/perl-Hash-Diff.spec
@@ -1,5 +1,5 @@
 Name:           perl-Hash-Diff
-Version:        0.007
+Version:        0.008
 Release:        1%{?dist}
 Summary:        Return difference between two hashes as a hash
 License:        GPL+ or Artistic
@@ -10,7 +10,7 @@ Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOLAV/Hash-Diff-%{ve
 BuildArch:      noarch
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(Data::Dump)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Hash::Merge)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::use::ok)
@@ -26,15 +26,12 @@ Hash::Diff returns the difference between two hashes as a hash.
 %setup -q -n Hash-Diff-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -46,6 +43,9 @@ make test
 %{_mandir}/man3/Hash::Diff.3pm*
 
 %changelog
+* Sun Sep 06 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.008-1
+- Update to 0.008
+
 * Tue Aug 25 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.007-1
 - Update to 0.007
 
diff --git a/sources b/sources
index 4ff7297..a9fdf6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab58e353a35d7d9e5aeff61921f83482  Hash-Diff-0.007.tar.gz
+2f1a083c709dff64c3a4eb0c6d647d31  Hash-Diff-0.008.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Hash-Diff.git/commit/?h=master&id=19824f2521d7bec28e724f251707275b724c6881


More information about the perl-devel mailing list