2.94 bump
This commit is contained in:
parent
22f9d29fce
commit
1096214c85
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/Encode-2.91.tar.gz
|
/Encode-2.91.tar.gz
|
||||||
/Encode-2.92.tar.gz
|
/Encode-2.92.tar.gz
|
||||||
/Encode-2.93.tar.gz
|
/Encode-2.93.tar.gz
|
||||||
|
/Encode-2.94.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Because encoding sub-package has independent version, version macro gets
|
# Because encoding sub-package has an independent version, version macro gets
|
||||||
# redefined.
|
# redefined.
|
||||||
%global cpan_version 2.93
|
%global cpan_version 2.94
|
||||||
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: 15%{?dist}
|
Release: 16%{?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
|
||||||
@ -19,9 +19,9 @@ Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_versi
|
|||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
@ -166,6 +166,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 09 2018 Petr Pisar <ppisar@redhat.com> - 4:2.94-16
|
||||||
|
- 2.94 bump
|
||||||
|
|
||||||
* Mon Oct 09 2017 Petr Pisar <ppisar@redhat.com> - 4:2.93-15
|
* Mon Oct 09 2017 Petr Pisar <ppisar@redhat.com> - 4:2.93-15
|
||||||
- 2.93 bump
|
- 2.93 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Encode-2.93.tar.gz) = bdb72139e3e9ad1c2b829167d97e429462395ff1c6f050cbc55ea6605b927de58a75a4c4496f2064a378efc4b3cc6c972821a417f302ca36b02aa104b395aba2
|
SHA512 (Encode-2.94.tar.gz) = 50abb8bf8bbeb3317f3473316f71255ecfacfceeab5acc58b95e572add1cefffab0cc77253ed1cfe224e01c10e356482c90174f41658dbb3318dfd2aa150b9ca
|
||||||
|
Loading…
Reference in New Issue
Block a user