1.28 bump
This commit is contained in:
parent
8020acc547
commit
7dcf00fbb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user