2.0200 bump
This commit is contained in:
parent
1445295dc4
commit
8ee0086956
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ XML-LibXML-1.70.tar.gz
|
||||
/XML-LibXML-2.0132.tar.gz
|
||||
/XML-LibXML-2.0133.tar.gz
|
||||
/XML-LibXML-2.0134.tar.gz
|
||||
/XML-LibXML-2.0200.tar.gz
|
||||
|
@ -7,7 +7,7 @@ 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.0134
|
||||
Version: 2.0200
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
@ -23,17 +23,10 @@ BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Devel::CheckLib)
|
||||
BuildRequires: perl(Alien::Libxml2)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: sed
|
||||
# Run-time
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
@ -48,12 +41,15 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XML::NamespaceSupport)
|
||||
BuildRequires: perl(XML::SAX::Base)
|
||||
BuildRequires: perl(XML::SAX::DocumentLocator)
|
||||
BuildRequires: perl(XML::SAX::Exception)
|
||||
# Tests
|
||||
BuildRequires: perl(Errno)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(locale)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -96,9 +92,6 @@ chmod -x *.c
|
||||
for i in Changes; do
|
||||
/usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
|
||||
done
|
||||
# Remove bundled modules
|
||||
rm -r inc/*
|
||||
sed -i -e '/^inc\// d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor \
|
||||
@ -135,6 +128,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0200-1
|
||||
- 2.0200 bump
|
||||
|
||||
* Mon Feb 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0134-1
|
||||
- 2.0134 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XML-LibXML-2.0134.tar.gz) = ecd39b8c268ab339d1363333feb4dcde2ec761fb29bc732625e8149ecb6f1c68eea8b76bfccb02df527518650cb3d1b8f14ae2fcd8255f117b5df68912ba2a08
|
||||
SHA512 (XML-LibXML-2.0200.tar.gz) = ad04920e8740a21541d6396c90540e4cc327a72277680ff934fcef1c013ce15352202d9af2ac78b6c271703d927a437b8b965fc86dc4f8bb011a09ff338a42c3
|
||||
|
Loading…
Reference in New Issue
Block a user