[perl-Digest-Perl-MD5] Update to 1.9

Paul Howarth pghmcfc at fedoraproject.org
Sat Dec 14 20:24:52 UTC 2013


commit 2ad04f92544934a13917367f1ec730500bec0456
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Dec 14 20:24:25 2013 +0000

    Update to 1.9
    
    - New upstream release 1.9
      - Don't clobber $_ (CPAN RT#78392)
      - Typo fixes (CPAN RT#86853)
      - Remove /usr/bin/false shebang (CPAN RT#85872)
    - Don't need to remove empty directories from the buildroot
    - Upstream dropped README file (probably unintentionally)

 perl-Digest-Perl-MD5.spec |   17 ++++++++++++-----
 sources                   |    2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/perl-Digest-Perl-MD5.spec b/perl-Digest-Perl-MD5.spec
index af443b2..952ef3d 100644
--- a/perl-Digest-Perl-MD5.spec
+++ b/perl-Digest-Perl-MD5.spec
@@ -1,6 +1,6 @@
 Name:		perl-Digest-Perl-MD5
-Version:	1.8
-Release:	8%{?dist}
+Version:	1.9
+Release:	1%{?dist}
 Summary:	Perl implementation of Ron Rivest's MD5 Algorithm
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -20,7 +20,7 @@ A pure-perl implementation of Ron Rivest's MD5 Algorithm.
 %setup -q -n Digest-Perl-MD5-%{version}
 
 # Remove spurious exec permissions
-chmod -c -x README lib/Digest/Perl/MD5.pm
+chmod -c -x lib/Digest/Perl/MD5.pm
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -30,7 +30,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -41,11 +40,19 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README
+%doc CHANGES
 %{perl_vendorlib}/Digest/
 %{_mandir}/man3/Digest::Perl::MD5.3pm*
 
 %changelog
+* Sat Dec 14 2013 Paul Howarth <paul at city-fan.org> - 1.9-1
+- Update to 1.9
+  - Don't clobber $_ (CPAN RT#78392)
+  - Typo fixes (CPAN RT#86853)
+  - Remove /usr/bin/false shebang (CPAN RT#85872)
+- Don't need to remove empty directories from the buildroot
+- Upstream dropped README file (probably unintentionally)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5f2ef41..a3cfb93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b54271ffe5f174456dd68b79bf3f8f3  Digest-Perl-MD5-1.8.tar.gz
+41f1160e11ce0d99021fc8d6c725fa3d  Digest-Perl-MD5-1.9.tar.gz


More information about the scm-commits mailing list