2.88 bump

This commit is contained in:
Petr Písař 2016-11-30 11:48:50 +01:00
parent 1c11c0d5e4
commit 75e4f5bd22
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/Encode-2.85.tar.gz /Encode-2.85.tar.gz
/Encode-2.86.tar.gz /Encode-2.86.tar.gz
/Encode-2.87.tar.gz /Encode-2.87.tar.gz
/Encode-2.88.tar.gz

View File

@ -1,6 +1,6 @@
# Because encoding sub-package has independent version, version macro gets # Because encoding sub-package has independent version, version macro gets
# redefined. # redefined.
%global cpan_version 2.87 %global cpan_version 2.88
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: 4%{?dist} Release: 5%{?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,10 +19,12 @@ URL: http://search.cpan.org/dist/Encode/
Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Spec::Functions)
@ -32,7 +34,6 @@ BuildRequires: perl(warnings)
# Run-time: # Run-time:
BuildRequires: perl(bytes) BuildRequires: perl(bytes)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(constant) BuildRequires: perl(constant)
BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(File::Basename) BuildRequires: perl(File::Basename)
@ -81,7 +82,7 @@ of the system. Perl strings are sequences of characters.
%package -n perl-encoding %package -n perl-encoding
Summary: Write your Perl script in non-ASCII or non-UTF-8 Summary: Write your Perl script in non-ASCII or non-UTF-8
Version: 2.18 Version: 2.19
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
# Keeping this sub-package arch-specific because it installs files into # Keeping this sub-package arch-specific because it installs files into
@ -168,6 +169,9 @@ make test
%{perl_vendorarch}/Encode/encode.h %{perl_vendorarch}/Encode/encode.h
%changelog %changelog
* Wed Nov 30 2016 Petr Pisar <ppisar@redhat.com> - 4:2.88-5
- 2.88 bump
* Mon Oct 31 2016 Petr Pisar <ppisar@redhat.com> - 4:2.87-4 * Mon Oct 31 2016 Petr Pisar <ppisar@redhat.com> - 4:2.87-4
- 2.87 bump - 2.87 bump

View File

@ -1 +1 @@
cf79f404b01394620f2881524ea9e868 Encode-2.87.tar.gz 119e8668e1d7b128ce39375445526a7e Encode-2.88.tar.gz