From 0270b7731b6488ba563bcfa72264863457954880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 11 Apr 2016 14:22:23 +0200 Subject: [PATCH] 2.84 bump --- .gitignore | 1 + perl-Encode.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index edcd88a..cf93d9e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /Encode-2.80.tar.gz /Encode-2.82.tar.gz /Encode-2.83.tar.gz +/Encode-2.84.tar.gz diff --git a/perl-Encode.spec b/perl-Encode.spec index 49ec5f8..65c4524 100644 --- a/perl-Encode.spec +++ b/perl-Encode.spec @@ -1,6 +1,6 @@ # Because encoding sub-package has independent version, version macro gets # redefined. -%global cpan_version 2.83 +%global cpan_version 2.84 Name: perl-Encode Epoch: 3 Version: %{cpan_version} @@ -8,7 +8,7 @@ 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: 7%{?dist} +Release: 8%{?dist} Summary: Character encodings in Perl # ucm: UCD # other files: GPL+ or Artistic @@ -21,6 +21,7 @@ BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) @@ -166,6 +167,9 @@ make test %{perl_vendorarch}/Encode/encode.h %changelog +* Mon Apr 11 2016 Petr Pisar - 3:2.84-8 +- 2.84 bump + * Thu Mar 24 2016 Petr Pisar - 3:2.83-7 - 2.83 bump diff --git a/sources b/sources index 04a7b1e..a6c9baf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d3f59e8ea704497647eded665919053 Encode-2.83.tar.gz +db7bc38b6d9da3f9d8ad2b6107bd5e0a Encode-2.84.tar.gz