1.26 bump

This commit is contained in:
Jitka Plesnikova 2016-01-26 10:07:38 +01:00
parent 58542d01a2
commit 8020acc547
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ XML-XPath-1.13.tar.gz
/XML-XPath-1.22.tar.gz
/XML-XPath-1.24.tar.gz
/XML-XPath-1.25.tar.gz
/XML-XPath-1.26.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-XML-XPath
Version: 1.25
Version: 1.26
Release: 1%{?dist}
Summary: XPath parser and evaluator for Perl
License: Artistic 2.0
@ -26,6 +26,9 @@ BuildRequires: perl(XML::Parser) >= 2.23
# Tests
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
# Optional tests
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta::JSON)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(POSIX)
@ -68,6 +71,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Tue Jan 26 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-1
- 1.26 bump
* Thu Jan 21 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-1
- 1.25 bump

View File

@ -1 +1 @@
a586abd19e91d38df4d17ff940777dc3 XML-XPath-1.25.tar.gz
b7ac5784975235ee3f1cfb40a9fe0067 XML-XPath-1.26.tar.gz