2.0117 bump
This commit is contained in:
parent
4da97e1d1b
commit
e73dc49a5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ XML-LibXML-1.70.tar.gz
|
|||||||
/XML-LibXML-2.0113.tar.gz
|
/XML-LibXML-2.0113.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
|
||||||
|
@ -3,8 +3,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.0116
|
Version: 2.0117
|
||||||
Release: 4%{?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
|
||||||
@ -43,6 +43,8 @@ BuildRequires: perl(XML::SAX::DocumentLocator)
|
|||||||
BuildRequires: perl(XML::SAX::Exception)
|
BuildRequires: perl(XML::SAX::Exception)
|
||||||
# Tests
|
# Tests
|
||||||
BuildRequires: perl(Errno)
|
BuildRequires: perl(Errno)
|
||||||
|
BuildRequires: perl(locale)
|
||||||
|
BuildRequires: perl(POSIX)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(XML::SAX)
|
BuildRequires: perl(XML::SAX)
|
||||||
BuildRequires: perl(XML::SAX::ParserFactory)
|
BuildRequires: perl(XML::SAX::ParserFactory)
|
||||||
@ -114,6 +116,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0117-1
|
||||||
|
- 2.0117 bump
|
||||||
|
|
||||||
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0116-4
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0116-4
|
||||||
- Perl 5.20 rebuild
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user