From 601ed785c19c2d5758120aa9e4ab8cb7fd61605e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Wed, 30 Nov 2016 11:48:50 +0100
Subject: 2.88 bump
---
.gitignore | 1 +
perl-Encode.spec | 12 ++++++++----
sources | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 62102cb..af31556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/Encode-2.85.tar.gz
/Encode-2.86.tar.gz
/Encode-2.87.tar.gz
+/Encode-2.88.tar.gz
diff --git a/perl-Encode.spec b/perl-Encode.spec
index dfa0ffe..8e88efa 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.87
+%global cpan_version 2.88
Name: perl-Encode
Epoch: 4
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: 4%{?dist}
+Release: 5%{?dist}
Summary: Character encodings in Perl
# ucm: UCD
# 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
BuildRequires: coreutils
BuildRequires: findutils
+BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl-generators
+BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
@@ -32,7 +34,6 @@ BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(bytes)
BuildRequires: perl(Carp)
-BuildRequires: perl(Config)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(File::Basename)
@@ -81,7 +82,7 @@ of the system. Perl strings are sequences of characters.
%package -n perl-encoding
Summary: Write your Perl script in non-ASCII or non-UTF-8
-Version: 2.18
+Version: 2.19
License: GPL+ or Artistic
Group: Development/Libraries
# Keeping this sub-package arch-specific because it installs files into
@@ -168,6 +169,9 @@ make test
%{perl_vendorarch}/Encode/encode.h
%changelog
+* Wed Nov 30 2016 Petr Pisar <[email protected]> - 4:2.88-5
+- 2.88 bump
+
* Mon Oct 31 2016 Petr Pisar <[email protected]> - 4:2.87-4
- 2.87 bump
diff --git a/sources b/sources
index 48ffbbc..f33fce2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf79f404b01394620f2881524ea9e868 Encode-2.87.tar.gz
+119e8668e1d7b128ce39375445526a7e Encode-2.88.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Encode.git/commit/?h=f25&id=601ed785c19c2d5758120aa9e4ab8cb7fd61605e
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]