2.0110 bump
This commit is contained in:
parent
20cb58a7f6
commit
df8969f111
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ XML-LibXML-1.70.tar.gz
|
||||
/XML-LibXML-2.0106.tar.gz
|
||||
/XML-LibXML-2.0107.tar.gz
|
||||
/XML-LibXML-2.0108.tar.gz
|
||||
/XML-LibXML-2.0110.tar.gz
|
||||
|
@ -3,7 +3,7 @@ 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.0108
|
||||
Version: 2.0110
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
@ -18,6 +18,7 @@ BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Devel::CheckLib)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(vars)
|
||||
@ -42,7 +43,6 @@ BuildRequires: perl(XML::SAX::DocumentLocator)
|
||||
BuildRequires: perl(XML::SAX::Exception)
|
||||
# Tests
|
||||
BuildRequires: perl(Errno)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(XML::SAX)
|
||||
BuildRequires: perl(XML::SAX::ParserFactory)
|
||||
@ -114,6 +114,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0110-1
|
||||
- 2.0110 bump
|
||||
|
||||
* Thu Jan 02 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0108-1
|
||||
- 2.0108 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user