2.0203 bump
This commit is contained in:
parent
e60c42c541
commit
eb2ee76529
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ XML-LibXML-1.70.tar.gz
|
||||
/XML-LibXML-2.0200.tar.gz
|
||||
/XML-LibXML-2.0201.tar.gz
|
||||
/XML-LibXML-2.0202.tar.gz
|
||||
/XML-LibXML-2.0203.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.0202
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0203
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
@ -23,9 +23,10 @@ BuildRequires: glibc-common
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Alien::Base::Wrapper)
|
||||
BuildRequires: perl(Alien::Libxml2)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
@ -99,11 +100,11 @@ done
|
||||
|
||||
%build
|
||||
perl Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor \
|
||||
OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
@ -132,6 +133,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 11 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0203-1
|
||||
- 2.0203 bump
|
||||
|
||||
* Tue Jan 28 2020 Petr Pisar <ppisar@redhat.com> - 1:2.0202-2
|
||||
- Fix parsing ampersand entities in SAX interface (CPAN RT#131498)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XML-LibXML-2.0202.tar.gz) = 1b2b0f3469ef2205998645024be378542fec121931c7b09a8600223efcee92bb9a3619751955e5ade9b06cd70f49ecb759ef31e71da36a9cefbeb87e5e588961
|
||||
SHA512 (XML-LibXML-2.0203.tar.gz) = d2d14078975f78f8a06fad0df072858e3324c90189915f7a5f6facf715c95daf03545f7ce23fb0c0bdb7cc00924704d0186f1d7a9308744bcef1e739459dca45
|
||||
|
Loading…
Reference in New Issue
Block a user