From 8020acc547e09eda67c5384230a7cfb5e57091c4 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 26 Jan 2016 10:07:38 +0100 Subject: [PATCH] 1.26 bump --- .gitignore | 1 + perl-XML-XPath.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4921476..47e58b0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-XML-XPath.spec b/perl-XML-XPath.spec index c851bff..6826412 100644 --- a/perl-XML-XPath.spec +++ b/perl-XML-XPath.spec @@ -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 - 1.26-1 +- 1.26 bump + * Thu Jan 21 2016 Jitka Plesnikova - 1.25-1 - 1.25 bump diff --git a/sources b/sources index a335d86..d819c4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a586abd19e91d38df4d17ff940777dc3 XML-XPath-1.25.tar.gz +b7ac5784975235ee3f1cfb40a9fe0067 XML-XPath-1.26.tar.gz