2.05_01 bump
A hot fix to correct regressions in 2.05.
This commit is contained in:
parent
0465e9790a
commit
f5887d3232
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Text-Balanced-2.03.tar.gz
|
||||
/Text-Balanced-2.04.tar.gz
|
||||
/Text-Balanced-2.05.tar.gz
|
||||
/Text-Balanced-2.05_01.tar.gz
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
Name: perl-Text-Balanced
|
||||
Version: 2.05
|
||||
Release: 2%{?dist}
|
||||
%define cpan_version 2.05_01
|
||||
Version: 2.05.01
|
||||
Release: 1%{?dist}
|
||||
Summary: Extract delimited text sequences from strings
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Text-Balanced
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/Text-Balanced-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/Text-Balanced-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
@ -47,7 +48,7 @@ Tests from %{name}. Execute them
|
||||
with "%{_libexecdir}/%{name}/test".
|
||||
|
||||
%prep
|
||||
%setup -q -n Text-Balanced-%{version}
|
||||
%setup -q -n Text-Balanced-%{cpan_version}
|
||||
|
||||
# Help generators to recognize Perl scripts
|
||||
for F in t/*.t; do
|
||||
@ -87,6 +88,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon May 30 2022 Petr Pisar <ppisar@redhat.com> - 2.05.01-1
|
||||
- 2.05_01 bump (bugs #2089613, #2090608)
|
||||
|
||||
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-2
|
||||
- Perl 5.36 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Text-Balanced-2.05.tar.gz) = a16790fbd85c512f59bf84deb64c795bfdd81dbd98b4a03f699101c8888380b052afe858dacc883b1e22cff243d21790c6d9ac5a4622942aaed513a0790fa270
|
||||
SHA512 (Text-Balanced-2.05_01.tar.gz) = 66c46536cfb131d06efa90f44b053bb2c09769bf3ba051041771bbca3e2e6a622e9954e69f86c688ac7f5fa71c820e1a27fbbc9828192107ba6f1539b6801e22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user