2.0108 bump
This commit is contained in:
parent
4a815a8ae8
commit
20cb58a7f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user