3.80 bump
This commit is contained in:
parent
61632e0192
commit
95e5ee2a79
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ HTML-Parser-3.66.tar.gz
|
||||
/HTML-Parser-3.77.tar.gz
|
||||
/HTML-Parser-3.78.tar.gz
|
||||
/HTML-Parser-3.79.tar.gz
|
||||
/HTML-Parser-3.80.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-HTML-Parser
|
||||
Summary: Perl module for parsing HTML
|
||||
Version: 3.79
|
||||
Version: 3.80
|
||||
Release: 1%{?dist}
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Parser-%{version}.tar.gz
|
||||
@ -61,11 +61,7 @@ chmod -c a-x eg/*
|
||||
|
||||
# Help file to recognise the Perl scripts and normalize shebangs
|
||||
for F in t/*.t; do
|
||||
if head -1 "$F" | grep -q -e '^#!.*perl\b' ; then
|
||||
perl -MConfig -pi -e 's|^#!.*perl\b|$Config{startperl}|' "$F"
|
||||
else
|
||||
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1' "$F"
|
||||
fi
|
||||
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
|
||||
chmod +x "$F"
|
||||
done
|
||||
|
||||
@ -115,6 +111,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Nov 02 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.80-1
|
||||
- 3.80 bump
|
||||
|
||||
* Thu Oct 13 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.79-1
|
||||
- 3.79 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTML-Parser-3.79.tar.gz) = 2c228cb7531902a31db09deb7fd8eb8c2f70a968e80c96664f94e7d9d9a55fe43641c2af8796e46e3082d601ee30bf701dbd63c91c9252bbf1803f8c490edfd8
|
||||
SHA512 (HTML-Parser-3.80.tar.gz) = 0fa299791243cf15f07bc995109e4995ba3f851c3192345b64493e401fc2b4407d0196bfc79c58460791b041a3f5faf26625ec5da94660d071d1c06c954df415
|
||||
|
||||
Loading…
Reference in New Issue
Block a user