2.0207 bump
This commit is contained in:
parent
905b153dad
commit
9663058465
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ XML-LibXML-1.70.tar.gz
|
||||
/XML-LibXML-2.0204.tar.gz
|
||||
/XML-LibXML-2.0205.tar.gz
|
||||
/XML-LibXML-2.0206.tar.gz
|
||||
/XML-LibXML-2.0207.tar.gz
|
||||
|
@ -7,8 +7,8 @@ Name: perl-XML-LibXML
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
||||
# it might not be needed anymore
|
||||
# this module is maintained, the other is not
|
||||
Version: 2.0206
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0207
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
@ -37,7 +37,6 @@ BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IO::File)
|
||||
@ -51,6 +50,7 @@ BuildRequires: perl(XML::NamespaceSupport)
|
||||
BuildRequires: perl(XML::SAX::Base)
|
||||
BuildRequires: perl(XML::SAX::DocumentLocator)
|
||||
BuildRequires: perl(XML::SAX::Exception)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests
|
||||
BuildRequires: perl(Errno)
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -76,6 +76,7 @@ BuildRequires: perl(utf8)
|
||||
# Author test - Test::Kwalitee
|
||||
# Author test - Test::TrailingSpace
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
# Run-require "perl-interpreter" because a triggerin script needs it.
|
||||
Requires: perl-interpreter
|
||||
Requires(preun): perl-interpreter
|
||||
@ -135,6 +136,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 19 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0207-1
|
||||
- 2.0207 bump
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0206-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XML-LibXML-2.0206.tar.gz) = 113a2e21ced86fdb0bb01f3fa958b110539a3a5f2cf82b2ed18e7d5a3ad437a051353103f42f324a2e148996c9a0abc7fff193b67552491a7212b69a7ba4d952
|
||||
SHA512 (XML-LibXML-2.0207.tar.gz) = 86bf4200c800e1295161c3217892398dbc65e107ad1a3df8ea7f237350ba67d88ad7b18ab7123e647053a8721bc13a8959ddb101fdc6de18dcaef02c0f0f5b58
|
||||
|
Loading…
Reference in New Issue
Block a user