diff --git a/.gitignore b/.gitignore index 47e58b0..c0f7e76 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ XML-XPath-1.13.tar.gz /XML-XPath-1.24.tar.gz /XML-XPath-1.25.tar.gz /XML-XPath-1.26.tar.gz +/XML-XPath-1.28.tar.gz diff --git a/perl-XML-XPath.spec b/perl-XML-XPath.spec index 6826412..013b35a 100644 --- a/perl-XML-XPath.spec +++ b/perl-XML-XPath.spec @@ -1,8 +1,10 @@ Name: perl-XML-XPath -Version: 1.26 +Version: 1.28 Release: 1%{?dist} Summary: XPath parser and evaluator for Perl -License: Artistic 2.0 +# XML/XPath.pm, XML/XPath/PerlSAX.pm, REAME: GPL+ or Artistic +# Others: Artistic 2.0 +License: Artistic 2.0 and (GPL+ or Artistic) URL: http://search.cpan.org/dist/XML-XPath/ Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/XML-XPath-%{version}.tar.gz @@ -24,6 +26,8 @@ BuildRequires: perl(POSIX) BuildRequires: perl(vars) BuildRequires: perl(XML::Parser) >= 2.23 # Tests +BuildRequires: perl(lib) +BuildRequires: perl(Path::Tiny) >= 0.076 BuildRequires: perl(Test) BuildRequires: perl(Test::More) # Optional tests @@ -71,6 +75,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Feb 01 2016 Jitka Plesnikova - 1.28-1 +- 1.28 bump + * Tue Jan 26 2016 Jitka Plesnikova - 1.26-1 - 1.26 bump diff --git a/sources b/sources index d819c4e..cee8297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7ac5784975235ee3f1cfb40a9fe0067 XML-XPath-1.26.tar.gz +a1ffbd9a37a1dc9289133af0da54855d XML-XPath-1.28.tar.gz