[perl-Compress-Raw-Bzip2] Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 13 10:04:21 UTC 2011


commit bf9221dcc7a0ae93368baa3d118fb2f9c546e068
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 13 10:03:56 2011 +0000

    Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)

 .gitignore                   |    4 +---
 perl-Compress-Raw-Bzip2.spec |   11 +++++++----
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3683a86..52925c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-Compress-Raw-Bzip2-2.030.tar.gz
-/Compress-Raw-Bzip2-2.031.tar.gz
-/Compress-Raw-Bzip2-2.032.tar.gz
+/Compress-Raw-Bzip2-2.033.tar.gz
diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index ef1c563..972bff7 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.032
+Version:        2.033
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -52,12 +52,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorarch}/auto/Compress
-%{perl_vendorarch}/Compress
-%{_mandir}/man3/*.3*
+%{perl_vendorarch}/auto/Compress/
+%{perl_vendorarch}/Compress/
+%{_mandir}/man3/Compress::Raw::Bzip2.3pm*
 
 
 %changelog
+* Thu Jan 13 2011 Paul Howarth <paul at city-fan.org> - 2.033-1
+- Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)
+
 * Fri Jan 07 2011 Petr Pisar <ppisar at redhat.com> - 2.032-1
 - 2.032 bump
 
diff --git a/sources b/sources
index dc32de0..bb07382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08df41206303b12e556d473ba1d74d4f  Compress-Raw-Bzip2-2.032.tar.gz
+7978a4dde2a9d8e9dd05ab23ee0d1278  Compress-Raw-Bzip2-2.033.tar.gz



More information about the perl-devel mailing list