Rebuild against the latest libxml2

This commit is contained in:
Jitka Plesnikova 2015-11-26 11:06:02 +01:00
parent 7cb96dd912
commit 1292f901f5

View File

@ -8,7 +8,7 @@ Name: perl-XML-LibXML
# 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.0122 Version: 2.0122
Release: 1%{?dist} Release: 2%{?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
@ -122,6 +122,7 @@ 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
@ -129,6 +130,9 @@ fi
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Thu Nov 26 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0122-2
- Rebuild against the latest libxml2
* Tue Sep 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0122-1 * Tue Sep 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0122-1
- 2.122 bump - 2.122 bump