[perl-IO-Compress-Lzma] Update to 2.044

Paul Howarth pghmcfc at fedoraproject.org
Sun Dec 4 15:01:56 UTC 2011


commit 38b47b79c9cc07215f83ba5b929c7d183bc80c43
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Dec 4 15:00:59 2011 +0000

    Update to 2.044
    
    - New upstream release 2.044
      - Moved FAQ.pod under the lib directory so it can get installed

 perl-IO-Compress-Lzma.spec |   16 ++++++++++++++--
 sources                    |    2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec
index 5d13e3b..57c2723 100644
--- a/perl-IO-Compress-Lzma.spec
+++ b/perl-IO-Compress-Lzma.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Compress-Lzma
-Version:	2.043
+Version:	2.044
 Release:	1%{?dist}
 Summary:	Read and write lzma compressed data
 License:	GPL+ or Artistic
@@ -39,13 +39,25 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/IO/
+%dir %{perl_vendorlib}/IO/
+%dir %{perl_vendorlib}/IO/Compress/
+%dir %{perl_vendorlib}/IO/Compress/Lzma/
+%doc %{perl_vendorlib}/IO/Compress/Lzma/FAQ.pod
+%{perl_vendorlib}/IO/Compress/Adapter/
+%{perl_vendorlib}/IO/Compress/Lzma.pm
+%{perl_vendorlib}/IO/Compress/Xz.pm
+%{perl_vendorlib}/IO/Uncompress/
 %{_mandir}/man3/IO::Compress::Lzma.3pm*
+%{_mandir}/man3/IO::Compress::Lzma::FAQ.3pm*
 %{_mandir}/man3/IO::Compress::Xz.3pm*
 %{_mandir}/man3/IO::Uncompress::UnLzma.3pm*
 %{_mandir}/man3/IO::Uncompress::UnXz.3pm*
 
 %changelog
+* Sun Dec  4 2011 Paul Howarth <paul at city-fan.org> - 2.044-1
+- Update to 2.044
+  - Moved FAQ.pod under the lib directory so it can get installed
+
 * Mon Nov 21 2011 Paul Howarth <paul at city-fan.org> - 2.043-1
 - Update to 2.043 (no changes)
 
diff --git a/sources b/sources
index cdc5a2c..d90232f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19861571fb299f4c0fc65503f8990306  IO-Compress-Lzma-2.043.tar.gz
+52dc4337b2b63d001b1e2821d977218c  IO-Compress-Lzma-2.044.tar.gz



More information about the perl-devel mailing list