2.0209 bump (rhbz#2223070)
This commit is contained in:
parent
acb6ad4c62
commit
9f061a6b98
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@ XML-LibXML-1.70.tar.gz
|
|||||||
/XML-LibXML-2.0206.tar.gz
|
/XML-LibXML-2.0206.tar.gz
|
||||||
/XML-LibXML-2.0207.tar.gz
|
/XML-LibXML-2.0207.tar.gz
|
||||||
/XML-LibXML-2.0208.tar.gz
|
/XML-LibXML-2.0208.tar.gz
|
||||||
|
/XML-LibXML-2.0209.tar.gz
|
||||||
|
@ -7,8 +7,8 @@ Name: perl-XML-LibXML
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
||||||
# it might not be needed anymore
|
# it might not be needed anymore
|
||||||
# this module is maintained, the other is not
|
# this module is maintained, the other is not
|
||||||
Version: 2.0208
|
Version: 2.0209
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MIT
|
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MIT
|
||||||
@ -121,8 +121,8 @@ with "%{_libexecdir}/%{name}/test".
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n XML-LibXML-%{version}
|
%setup -q -n XML-LibXML-%{version}
|
||||||
%patch0 -p1
|
%patch -P0 -p1
|
||||||
%patch1 -p1
|
%patch -P1 -p1
|
||||||
chmod -x *.c
|
chmod -x *.c
|
||||||
for i in Changes; do
|
for i in Changes; do
|
||||||
/usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
|
/usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
|
||||||
@ -191,6 +191,9 @@ fi
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 16 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0209-1
|
||||||
|
- 2.0209 bump (rhbz#2223070)
|
||||||
|
|
||||||
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0208-3
|
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0208-3
|
||||||
- Perl 5.38 rebuild
|
- Perl 5.38 rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (XML-LibXML-2.0208.tar.gz) = b8407359b9111b43247cc57b6e9e54c4e99402c9b7e939e49beb752be8fd1ce0e31a98e07dd5d1f7eaa7e37aae25571c38a14792f9e5a64c1533a0387c71423d
|
SHA512 (XML-LibXML-2.0209.tar.gz) = 3fd41775477ccb2eb9c72c72453436edcf2ed3db9aa1bbf53451c1407c5b6feeafd3ecc9f30507679f4dba15476044f43b5048da787c20a200831c0669b49262
|
||||||
|
Loading…
Reference in New Issue
Block a user