1.39 bump
This commit is contained in:
parent
a7e9b25a17
commit
f646619df1
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ XML-XPath-1.13.tar.gz
|
||||
/XML-XPath-1.36.tar.gz
|
||||
/XML-XPath-1.37.tar.gz
|
||||
/XML-XPath-1.38.tar.gz
|
||||
/XML-XPath-1.39.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-XML-XPath
|
||||
Version: 1.38
|
||||
Version: 1.39
|
||||
Release: 1%{?dist}
|
||||
Summary: XPath parser and evaluator for Perl
|
||||
# XML/XPath.pm, XML/XPath/PerlSAX.pm, REAME: GPL+ or Artistic
|
||||
@ -23,6 +23,7 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XML::Parser) >= 2.23
|
||||
# Tests
|
||||
@ -76,6 +77,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.39-1
|
||||
- 1.39 bump
|
||||
|
||||
* Mon Oct 31 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-1
|
||||
- 1.38 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user