2.06 bump
This commit is contained in:
parent
9a10c2eed9
commit
dc72bfb000
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/Text-Balanced-2.04.tar.gz
|
||||
/Text-Balanced-2.05.tar.gz
|
||||
/Text-Balanced-2.05_01.tar.gz
|
||||
/Text-Balanced-2.06.tar.gz
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
Name: perl-Text-Balanced
|
||||
%define cpan_version 2.05_01
|
||||
Version: 2.05.01
|
||||
Release: 2%{?dist}
|
||||
Version: 2.06
|
||||
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/E/ET/ETJ/Text-Balanced-%{cpan_version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/Text-Balanced-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
@ -48,7 +47,7 @@ Tests from %{name}. Execute them
|
||||
with "%{_libexecdir}/%{name}/test".
|
||||
|
||||
%prep
|
||||
%setup -q -n Text-Balanced-%{cpan_version}
|
||||
%setup -q -n Text-Balanced-%{version}
|
||||
|
||||
# Help generators to recognize Perl scripts
|
||||
for F in t/*.t; do
|
||||
@ -88,6 +87,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.06-1
|
||||
- 2.06 bump
|
||||
|
||||
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.05.01-2
|
||||
- Perl 5.36 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Text-Balanced-2.05_01.tar.gz) = 66c46536cfb131d06efa90f44b053bb2c09769bf3ba051041771bbca3e2e6a622e9954e69f86c688ac7f5fa71c820e1a27fbbc9828192107ba6f1539b6801e22
|
||||
SHA512 (Text-Balanced-2.06.tar.gz) = 17596fb86bb5918390a2a9585dd2ec5312a776ac4e2e28617efe311269f50534e35741c6c4a9162e00b19d6a47f0fe1afa7a65c3861bdcb5412bcdcf5463df62
|
||||
|
||||
Loading…
Reference in New Issue
Block a user