2.0118 bump

This commit is contained in:
Petr Písař 2015-02-09 13:59:15 +01:00
parent e73dc49a5b
commit 49f6de19dc
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ XML-LibXML-1.70.tar.gz
/XML-LibXML-2.0115.tar.gz /XML-LibXML-2.0115.tar.gz
/XML-LibXML-2.0116.tar.gz /XML-LibXML-2.0116.tar.gz
/XML-LibXML-2.0117.tar.gz /XML-LibXML-2.0117.tar.gz
/XML-LibXML-2.0118.tar.gz

View File

@ -3,7 +3,7 @@ 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.0117 Version: 2.0118
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Summary: Perl interface to the libxml2 library Summary: Perl interface to the libxml2 library
@ -11,6 +11,8 @@ Group: Development/Libraries
License: (GPL+ or Artistic) and MIT License: (GPL+ or Artistic) and MIT
URL: http://search.cpan.org/dist/XML-LibXML/ URL: http://search.cpan.org/dist/XML-LibXML/
Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
BuildRequires: glibc-common
BuildRequires: glibc-headers
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Config) BuildRequires: perl(Config)
@ -110,12 +112,16 @@ if [ $1 -eq 0 ] ; then
fi fi
%files %files
%doc Changes HACKING.txt LICENSE README TODO %license LICENSE
%doc Changes HACKING.txt README TODO
%{perl_vendorarch}/auto/XML %{perl_vendorarch}/auto/XML
%{perl_vendorarch}/XML %{perl_vendorarch}/XML
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Mon Feb 09 2015 Petr Pisar <ppisar@redhat.com> - 1:2.0118-1
- 2.0118 bump
* Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0117-1 * Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0117-1
- 2.0117 bump - 2.0117 bump

View File

@ -1 +1 @@
484308164ecab1d7d0eddf4dc4c9c0ca XML-LibXML-2.0117.tar.gz da8d61a5d0d1bfd8d46814e376d33f58 XML-LibXML-2.0118.tar.gz