2.0110 bump

This commit is contained in:
Jitka Plesnikova 2014-02-03 13:00:21 +01:00
parent 20cb58a7f6
commit df8969f111
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@ XML-LibXML-1.70.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 /XML-LibXML-2.0108.tar.gz
/XML-LibXML-2.0110.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.0108 Version: 2.0110
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Summary: Perl interface to the libxml2 library Summary: Perl interface to the libxml2 library
@ -18,6 +18,7 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(Devel::CheckLib) BuildRequires: perl(Devel::CheckLib)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(Symbol) BuildRequires: perl(Symbol)
BuildRequires: perl(vars) BuildRequires: perl(vars)
@ -42,7 +43,6 @@ 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(lib)
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 +114,9 @@ fi
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %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 * Thu Jan 02 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0108-1
- 2.0108 bump - 2.0108 bump

View File

@ -1 +1 @@
a62ae2874a6d721b6c0ceb2a6e094fcd XML-LibXML-2.0108.tar.gz 5cc869a22613e20d9d0abc58aae11bcd XML-LibXML-2.0110.tar.gz