2.25 bump
This commit is contained in:
parent
bb120c3af0
commit
57d6bd7203
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/XML-Simple-2.21.tar.gz
|
/XML-Simple-2.21.tar.gz
|
||||||
/XML-Simple-2.22.tar.gz
|
/XML-Simple-2.22.tar.gz
|
||||||
/XML-Simple-2.24.tar.gz
|
/XML-Simple-2.24.tar.gz
|
||||||
|
/XML-Simple-2.25.tar.gz
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Run optional test
|
||||||
|
%bcond_without perl_XML_Simple_enables_optional_test
|
||||||
|
|
||||||
Name: perl-XML-Simple
|
Name: perl-XML-Simple
|
||||||
Version: 2.24
|
Version: 2.25
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easy API to maintain XML in Perl
|
Summary: Easy API to maintain XML in Perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/XML-Simple/
|
URL: http://search.cpan.org/dist/XML-Simple/
|
||||||
@ -28,12 +31,15 @@ BuildRequires: perl(XML::SAX) >= 0.15
|
|||||||
# Tests only
|
# Tests only
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(FileHandle)
|
BuildRequires: perl(FileHandle)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(XML::SAX::Base)
|
BuildRequires: perl(XML::SAX::Base)
|
||||||
|
%if %{with perl_XML_Simple_enables_optional_test}
|
||||||
# Optional tests only
|
# Optional tests only
|
||||||
BuildRequires: perl(Tie::IxHash)
|
BuildRequires: perl(Tie::IxHash)
|
||||||
|
%endif
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||||
Requires: perl(File::Basename)
|
Requires: perl(File::Basename)
|
||||||
Requires: perl(File::Spec)
|
Requires: perl(File::Spec)
|
||||||
@ -69,6 +75,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 19 2018 Petr Pisar <ppisar@redhat.com> - 2.25-1
|
||||||
|
- 2.25 bump
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24-4
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (XML-Simple-2.24.tar.gz) = fd57d1be7fdd884d55d22e478a3f94a111b5fc23167851a2ff15894807877c71a1620d3208693e8a1dfb00b385ac4f011d2b56f239c63d2c9d435701df7b3942
|
SHA512 (XML-Simple-2.25.tar.gz) = 0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c
|
||||||
|
Loading…
Reference in New Issue
Block a user