3.11 bump
This commit is contained in:
parent
8f3bc6cb6d
commit
d8af2876e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
|||||||
/Encode-3.08.tar.gz
|
/Encode-3.08.tar.gz
|
||||||
/Encode-3.09.tar.gz
|
/Encode-3.09.tar.gz
|
||||||
/Encode-3.10.tar.gz
|
/Encode-3.10.tar.gz
|
||||||
|
/Encode-3.11.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Because encoding sub-package has an independent version, version macro gets
|
# Because encoding sub-package has an independent version, version macro gets
|
||||||
# redefined.
|
# redefined.
|
||||||
%global cpan_version 3.10
|
%global cpan_version 3.11
|
||||||
Name: perl-Encode
|
Name: perl-Encode
|
||||||
Epoch: 4
|
Epoch: 4
|
||||||
Version: %{cpan_version}
|
Version: %{cpan_version}
|
||||||
@ -8,7 +8,7 @@ Version: %{cpan_version}
|
|||||||
# perl-encoding sub-package has independent version which does not change
|
# perl-encoding sub-package has independent version which does not change
|
||||||
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
||||||
# same case as in perl.spec.
|
# same case as in perl.spec.
|
||||||
Release: 478%{?dist}
|
Release: 479%{?dist}
|
||||||
Summary: Character encodings in Perl
|
Summary: Character encodings in Perl
|
||||||
# ucm: UCD
|
# ucm: UCD
|
||||||
# bin/encguess: Artistic 2.0
|
# bin/encguess: Artistic 2.0
|
||||||
@ -56,6 +56,7 @@ BuildRequires: perl(blib)
|
|||||||
BuildRequires: perl(charnames)
|
BuildRequires: perl(charnames)
|
||||||
BuildRequires: perl(File::Compare)
|
BuildRequires: perl(File::Compare)
|
||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(FileHandle)
|
BuildRequires: perl(FileHandle)
|
||||||
BuildRequires: perl(FindBin)
|
BuildRequires: perl(FindBin)
|
||||||
BuildRequires: perl(IO::Select)
|
BuildRequires: perl(IO::Select)
|
||||||
@ -170,6 +171,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:3.11-479
|
||||||
|
- 3.11 bump
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.10-478
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.10-478
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Encode-3.10.tar.gz) = 1185bd4e49e8c31adaa1cdc5dab53de28a7d81aeaad3f1318503aca6605ace5dadd0df44db0a407ec217234c39eb3a40da74e8a27c2115e0da5c7ea3ccbd9d49
|
SHA512 (Encode-3.11.tar.gz) = a1aeb1061bb36ba27efc0b5db2274937018f8e82823cc39d55058b3dee03b5cc6db62483610b4dd93dc791dfd5ec22b054148d0e741cd50aceb87a4aec1a7ff7
|
||||||
|
Loading…
Reference in New Issue
Block a user