From 5e5de172ab567cc28417534ac6fea5cf997cae10 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Feb 18 2012 22:34:42 +0000 Subject: Update to 2.049 (README wasn't included in the distribution) --- diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index a1f3f57..15f866b 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -1,5 +1,5 @@ Name: perl-Compress-Raw-Lzma -Version: 2.048 +Version: 2.049 Release: 1%{?dist} Summary: Low-level interface to lzma compression library Group: Development/Libraries @@ -29,20 +29,23 @@ 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 ';' +find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} %check make test %files -%defattr(-,root,root,-) -%doc Changes +%doc Changes README %{perl_vendorarch}/auto/Compress/ %{perl_vendorarch}/Compress/ %{_mandir}/man3/Compress::Raw::Lzma.3pm* %changelog +* Sat Feb 18 2012 Paul Howarth - 2.049-1 +- Update to 2.049 (README wasn't included in the distribution) +- Drop redundant %%defattr + * Sun Jan 29 2012 Paul Howarth - 2.048-1 - Update to 2.048 (set minimum Perl version to 5.6) diff --git a/sources b/sources index 2291cc1..cceada3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4d39c9f6b559f7e633c30a59b7fd26b Compress-Raw-Lzma-2.048.tar.gz +7994ceab166216bc2432b30f17a93dca Compress-Raw-Lzma-2.049.tar.gz