2.84 bump

This commit is contained in:
Petr Písař 2016-04-11 14:22:23 +02:00
parent d5140be41d
commit 0270b7731b
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/Encode-2.80.tar.gz /Encode-2.80.tar.gz
/Encode-2.82.tar.gz /Encode-2.82.tar.gz
/Encode-2.83.tar.gz /Encode-2.83.tar.gz
/Encode-2.84.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.83 %global cpan_version 2.84
Name: perl-Encode Name: perl-Encode
Epoch: 3 Epoch: 3
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: 7%{?dist} Release: 8%{?dist}
Summary: Character encodings in Perl Summary: Character encodings in Perl
# ucm: UCD # ucm: UCD
# other files: GPL+ or Artistic # other files: GPL+ or Artistic
@ -21,6 +21,7 @@ BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators
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)
@ -166,6 +167,9 @@ make test
%{perl_vendorarch}/Encode/encode.h %{perl_vendorarch}/Encode/encode.h
%changelog %changelog
* Mon Apr 11 2016 Petr Pisar <ppisar@redhat.com> - 3:2.84-8
- 2.84 bump
* Thu Mar 24 2016 Petr Pisar <ppisar@redhat.com> - 3:2.83-7 * Thu Mar 24 2016 Petr Pisar <ppisar@redhat.com> - 3:2.83-7
- 2.83 bump - 2.83 bump

View File

@ -1 +1 @@
0d3f59e8ea704497647eded665919053 Encode-2.83.tar.gz db7bc38b6d9da3f9d8ad2b6107bd5e0a Encode-2.84.tar.gz