1.62 bump
This commit is contained in:
parent
75c25c11ef
commit
3c5d0d7f4d
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/Filter-1.59.tar.gz
|
||||
/Filter-1.60.tar.gz
|
||||
/Filter-1.61.tar.gz
|
||||
/Filter-1.62.tar.gz
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
|
||||
Name: perl-Filter
|
||||
Epoch: 2
|
||||
Version: 1.61
|
||||
Release: 2%{?dist}
|
||||
Version: 1.62
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl source filters
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Filter
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Filter-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
@ -92,7 +92,6 @@ with "%{_libexecdir}/%{name}/test".
|
||||
%setup -q -n Filter-%{version}
|
||||
# Clean examples
|
||||
find examples -type f -exec chmod -x -- {} +
|
||||
perl -i -MConfig -pe 's/^#!.*/$Config{startperl}/' examples/filtdef
|
||||
|
||||
# Help generators to recognize Perl scripts
|
||||
for F in t/*.t t/*.pl decrypt/encrypt; do
|
||||
@ -146,6 +145,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Aug 11 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.62-1
|
||||
- 1.62 bump
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.61-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Filter-1.61.tar.gz) = f412e280fc4a553be0086fa2deeeaeb473ea3678df94ee0a6f3d2a5e2281e1db21a701c67d468cbf5cb18dc72e2e25053302f530e8e3cbc0ed64f2b8664e98fb
|
||||
SHA512 (Filter-1.62.tar.gz) = 2dc5a15f26f8726dd65656241334d2b6945cf778b0637376a4be1ec4615b23c1204e99d276a8ff8838fa689d9f6a1ade0c7a9f87cd70e9b612e52108e94c1423
|
||||
|
||||
Loading…
Reference in New Issue
Block a user