2.0108 bump

This commit is contained in:
Jitka Plesnikova 2014-01-02 15:00:43 +01:00
parent 4a815a8ae8
commit 20cb58a7f6
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ XML-LibXML-1.70.tar.gz
/XML-LibXML-2.0105.tar.gz /XML-LibXML-2.0105.tar.gz
/XML-LibXML-2.0106.tar.gz /XML-LibXML-2.0106.tar.gz
/XML-LibXML-2.0107.tar.gz /XML-LibXML-2.0107.tar.gz
/XML-LibXML-2.0108.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.0107 Version: 2.0108
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Summary: Perl interface to the libxml2 library Summary: Perl interface to the libxml2 library
@ -33,6 +33,7 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(IO::File) BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Handle)
BuildRequires: perl(overload) BuildRequires: perl(overload)
BuildRequires: perl(parent)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Tie::Hash) BuildRequires: perl(Tie::Hash)
BuildRequires: perl(XML::NamespaceSupport) BuildRequires: perl(XML::NamespaceSupport)
@ -44,6 +45,7 @@ BuildRequires: perl(Errno)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(XML::SAX) BuildRequires: perl(XML::SAX)
BuildRequires: perl(XML::SAX::ParserFactory)
# Optional tests # Optional tests
# Optional Test::Differences has a fall-back # Optional Test::Differences has a fall-back
%if ! ( 0%{?rhel} ) %if ! ( 0%{?rhel} )
@ -112,6 +114,9 @@ fi
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Thu Jan 02 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0108-1
- 2.0108 bump
* Sun Nov 03 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0107-1 * Sun Nov 03 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0107-1
- 2.0107 bump - 2.0107 bump

View File

@ -1 +1 @@
4caedd8fb64167e1caf0443f18ec47a2 XML-LibXML-2.0107.tar.gz a62ae2874a6d721b6c0ceb2a6e094fcd XML-LibXML-2.0108.tar.gz