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.0115.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
|
||||
# it might not be needed anymore
|
||||
# this module is maintained, the other is not
|
||||
Version: 2.0116
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0117
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
Group: Development/Libraries
|
||||
@ -43,6 +43,8 @@ BuildRequires: perl(XML::SAX::DocumentLocator)
|
||||
BuildRequires: perl(XML::SAX::Exception)
|
||||
# Tests
|
||||
BuildRequires: perl(Errno)
|
||||
BuildRequires: perl(locale)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(XML::SAX)
|
||||
BuildRequires: perl(XML::SAX::ParserFactory)
|
||||
@ -114,6 +116,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%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
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user