[perl-Digest-MD5-File] Update to 0.08

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 7 07:46:34 UTC 2012


commit 39413f3877f3d6fbc24e1ae346c86e30b7a1e283
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 7 08:45:28 2012 +0100

    Update to 0.08
    
    - New upstream release 0.08
      - CPAN RT#39898: Inconsistent results from adddir
      - CPAN RT#44106: Typos in documentation
      - CPAN RT#76174: Handle filenames with trailing spaces
    - Drop %defattr, redundant since rpm 4.4
    - Don't need to remove empty directories from buildroot
    - Classify buildreqs by usage

 .gitignore                |    2 +-
 perl-Digest-MD5-File.spec |   23 +++++++++++++++++------
 sources                   |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef4af13..2607208 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Digest-MD5-File-0.07.tar.gz
+/Digest-MD5-File-[0-9.]*.tar.gz
diff --git a/perl-Digest-MD5-File.spec b/perl-Digest-MD5-File.spec
index fb3d5c4..87841e5 100644
--- a/perl-Digest-MD5-File.spec
+++ b/perl-Digest-MD5-File.spec
@@ -1,6 +1,6 @@
 Name:		perl-Digest-MD5-File
-Version:	0.07
-Release:	4%{?dist}
+Version:	0.08
+Release:	1%{?dist}
 Summary:	Perl extension for getting MD5 sums for files and URLs
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -8,16 +8,20 @@ URL:		http://search.cpan.org/dist/Digest-MD4/
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/Digest-MD5-File-%{version}.tar.gz
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+# Module Install
+BuildRequires:	perl(ExtUtils::MakeMaker)
+# Module
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Digest::MD5)
 BuildRequires:	perl(Encode)
-BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(LWP::UserAgent)
+# Test Suite
 BuildRequires:	perl(Test::More)
+# Perl version anchor
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-# Not picked up by rpm
+# Not picked up by rpm (required rather than used)
 Requires:	perl(Encode)
 Requires:	perl(Exporter)
 Requires:	perl(File::Spec)
@@ -36,7 +40,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
@@ -46,12 +49,20 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Digest/
 %{_mandir}/man3/Digest::MD5::File.3pm*
 
 %changelog
+* Sat Apr  7 2012 Paul Howarth <paul at city-fan.org> - 0.08-1
+- Update to 0.08
+  - CPAN RT#39898: Inconsistent results from adddir
+  - CPAN RT#44106: Typos in documentation
+  - CPAN RT#76174: Handle filenames with trailing spaces
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from buildroot
+- Classify buildreqs by usage
+
 * Wed Jan 11 2012 Paul Howarth <paul at city-fan.org> - 0.07-4
 - BR: perl(Carp)
 
diff --git a/sources b/sources
index a723d65..4b973d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fd9c101fededbdf140f1cedecd4056e  Digest-MD5-File-0.07.tar.gz
+90daecd725bf77606c192f379aea1ff9  Digest-MD5-File-0.08.tar.gz


More information about the scm-commits mailing list