3.20 bump (rhbz#2248987)
This commit is contained in:
parent
9ed02940de
commit
857bcc2b1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
||||
/Encode-3.17.tar.gz
|
||||
/Encode-3.18.tar.gz
|
||||
/Encode-3.19.tar.gz
|
||||
/Encode-3.20.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Because encoding sub-package has an independent version, version macro gets
|
||||
# redefined.
|
||||
%global cpan_version 3.19
|
||||
%global cpan_version 3.20
|
||||
Name: perl-Encode
|
||||
Epoch: 4
|
||||
Version: %{cpan_version}
|
||||
@ -8,12 +8,12 @@ Version: %{cpan_version}
|
||||
# perl-encoding sub-package has independent version which does not change
|
||||
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
||||
# same case as in perl.spec.
|
||||
Release: 500%{?dist}
|
||||
Release: 501%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
# ucm: UCD
|
||||
# bin/encguess: Artistic 2.0
|
||||
# other files: GPL+ or Artistic
|
||||
License: (GPL+ or Artistic) and Artistic 2.0 and UCD
|
||||
# bin/encguess: Artistic-2.0
|
||||
# other files: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Artistic-2.0 AND UCD
|
||||
URL: https://metacpan.org/release/Encode
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz
|
||||
BuildRequires: findutils
|
||||
@ -114,7 +114,7 @@ The easiest and the best alternative is to write your script in UTF-8.
|
||||
%package devel
|
||||
Summary: Perl Encode Module Generator
|
||||
Version: %{cpan_version}
|
||||
License: (GPL+ or Artistic) and UCD
|
||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND UCD
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{cpan_version}-%{release}
|
||||
Recommends: perl-devel%{?_isa}
|
||||
Requires: perl(Encode)
|
||||
@ -214,6 +214,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:3.20-501
|
||||
- 3.20 bump (rhbz#2248987)
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.19-500
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Encode-3.19.tar.gz) = 0652996d7cd95e02c72128594e79a5b946ee3118e2536e7b5559ccd8a6da1505b23a4c9542266ea11852b792b5130ec21fcd7d99a93bd0a72ea3bcf072cf44aa
|
||||
SHA512 (Encode-3.20.tar.gz) = 1e688ff608331fb6a572edf71cec5bdf45893a64c73ca78866eeaeb524b5c1bdef7b985324f9b8bb25028ac9203d5e65eefe30538a615cf01f01c989a875d78c
|
||||
|
Loading…
Reference in New Issue
Block a user