diff --git a/.gitignore b/.gitignore index 3e8ca71..7dd18b8 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ XML-LibXML-1.70.tar.gz /XML-LibXML-2.0121.tar.gz /XML-LibXML-2.0122.tar.gz /XML-LibXML-2.0123.tar.gz +/XML-LibXML-2.0124.tar.gz diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 262b751..1c8459e 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -7,8 +7,8 @@ Name: perl-XML-LibXML # https://bugzilla.redhat.com/show_bug.cgi?id=469480 # it might not be needed anymore # this module is maintained, the other is not -Version: 2.0123 -Release: 2%{?dist} +Version: 2.0124 +Release: 1%{?dist} Epoch: 1 Summary: Perl interface to the libxml2 library Group: Development/Libraries @@ -100,8 +100,8 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -delete +find %{buildroot} -type f -name '*.bs' -empty -delete chmod -R u+w %{buildroot}/* %check @@ -122,7 +122,6 @@ if [ $1 -eq 0 ] ; then fi %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc Changes HACKING.txt README TODO %{perl_vendorarch}/auto/XML @@ -130,6 +129,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Mon Feb 29 2016 Jitka Plesnikova - 1:2.0124-1 +- 2.0124 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1:2.0123-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index e58c895..3621bf2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9eb502f8aa2586c4a4dce3c784a2a0b XML-LibXML-2.0123.tar.gz +30436b85454fba3ae5f6494df598e65c XML-LibXML-2.0124.tar.gz