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

Paul Howarth pghmcfc at fedoraproject.org
Sun Apr 29 18:07:05 UTC 2012


commit dd5433ec67e970e3c89729dc49974cbb222fe942
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Apr 29 19:06:25 2012 +0100

    Update to 2.052
    
    - New upstream release 2.052 (fix to allow building with C++)
    - Don't need to remove empty directories from buildroot

 perl-Compress-Raw-Lzma.spec |    7 +++++--
 sources                     |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 15f866b..e5c30ae 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,5 +1,5 @@
 Name:		perl-Compress-Raw-Lzma
-Version:	2.049
+Version:	2.052
 Release:	1%{?dist}
 Summary:	Low-level interface to lzma compression library
 Group:		Development/Libraries
@@ -29,7 +29,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
@@ -42,6 +41,10 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Sun Apr 29 2012 Paul Howarth <paul at city-fan.org> - 2.052-1
+- Update to 2.052 (fix to allow building with C++)
+- 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 (README wasn't included in the distribution)
 - Drop redundant %%defattr
diff --git a/sources b/sources
index cceada3..ca37ff0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7994ceab166216bc2432b30f17a93dca  Compress-Raw-Lzma-2.049.tar.gz
+fce9805ad1fa6c23a9e2fb5b19641b57  Compress-Raw-Lzma-2.052.tar.gz


More information about the scm-commits mailing list