2.0124 bump

This commit is contained in:
Jitka Plesnikova 2016-02-29 14:41:40 +01:00
parent 1426ca926f
commit 9a6f4aed55
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ XML-LibXML-1.70.tar.gz
/XML-LibXML-2.0121.tar.gz /XML-LibXML-2.0121.tar.gz
/XML-LibXML-2.0122.tar.gz /XML-LibXML-2.0122.tar.gz
/XML-LibXML-2.0123.tar.gz /XML-LibXML-2.0123.tar.gz
/XML-LibXML-2.0124.tar.gz

View File

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

View File

@ -1 +1 @@
c9eb502f8aa2586c4a4dce3c784a2a0b XML-LibXML-2.0123.tar.gz 30436b85454fba3ae5f6494df598e65c XML-LibXML-2.0124.tar.gz