[perl-Compress-Raw-Bzip2] Update to 2.052

Paul Howarth pghmcfc at fedoraproject.org
Sun Apr 29 17:54:52 UTC 2012


commit b13825a92945d4934fddd943a8cf89f0ea7094c2
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Apr 29 18:53:54 2012 +0100

    Update to 2.052
    
    - New upstream release 2.052 (no changes)
    - Don't need to remove empty directories from buildroot

 perl-Compress-Raw-Bzip2.spec |    8 +++++---
 sources                      |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index 6181659..c581191 100644
--- a/perl-Compress-Raw-Bzip2.spec
+++ b/perl-Compress-Raw-Bzip2.spec
@@ -1,6 +1,6 @@
 Name:           perl-Compress-Raw-Bzip2
 Summary:        Low-level interface to bzip2 compression library
-Version:        2.049
+Version:        2.052
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,6 @@ URL:            http://search.cpan.org/dist/Compress-Raw-Bzip2/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz 
 BuildRequires:  bzip2-devel
 BuildRequires:  perl(AutoLoader)
-BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
@@ -45,7 +44,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}
 
 %check
@@ -58,6 +56,10 @@ make test
 %{_mandir}/man3/Compress::Raw::Bzip2.3pm*
 
 %changelog
+* Sun Apr 29 2012 Paul Howarth <paul at city-fan.org> - 2.052-1
+- Update to 2.052 (no changes)
+- Don't need to remove empty directories from buildroot
+
 * Sat Feb 18 2012 Paul Howarth <paul at city-fan.org> - 2.049-1
 - Update to 2.049 (no changes)
 
diff --git a/sources b/sources
index 5cbae6c..70bd28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be4d76af5f527fd2df0b0f6d59548525  Compress-Raw-Bzip2-2.049.tar.gz
+4ea1458453c49104e46f2d2b3dc6d844  Compress-Raw-Bzip2-2.052.tar.gz



More information about the perl-devel mailing list