1.28 bump

This commit is contained in:
Jitka Plesnikova 2016-02-01 10:49:21 +01:00
parent 8020acc547
commit 7dcf00fbb1
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jplesnik@redhat.com> - 1.28-1
- 1.28 bump
* Tue Jan 26 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-1
- 1.26 bump

View File

@ -1 +1 @@
b7ac5784975235ee3f1cfb40a9fe0067 XML-XPath-1.26.tar.gz
a1ffbd9a37a1dc9289133af0da54855d XML-XPath-1.28.tar.gz