From c631c8f38166fc0269bc6a097fa3a6053989336f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Mon, 12 Jun 2017 14:33:09 +0200
Subject: 2.90 bump
---
.gitignore | 1 +
perl-Encode.spec | 12 ++++++++----
sources | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 38a4d07..ad207e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
/Encode-2.87.tar.gz
/Encode-2.88.tar.gz
/Encode-2.89.tar.gz
+/Encode-2.90.tar.gz
diff --git a/perl-Encode.spec b/perl-Encode.spec
index d622656..8d6cd2a 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.89
+%global cpan_version 2.90
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: 8%{?dist}
+Release: 9%{?dist}
Summary: Character encodings in Perl
# ucm: UCD
# bin/encguess: Artistic 2.0
@@ -46,7 +46,7 @@ BuildRequires: perl(parent) >= 0.221
# PerlIO::encoding is optional
# POSIX is optional
BuildRequires: perl(re)
-# Storable is optional
+BuildRequires: perl(Storable)
BuildRequires: perl(utf8)
BuildRequires: perl(vars)
BuildRequires: perl(XSLoader)
@@ -60,6 +60,7 @@ BuildRequires: perl(FindBin)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IPC::Open3)
# IPC::Run not used
+# JSON::PP not used
BuildRequires: perl(lib)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Symbol)
@@ -90,7 +91,7 @@ Requires: perl(Carp)
# Consider Filter::Util::Call as mandatory, bug #1165183, CPAN RT#100427
Requires: perl(Filter::Util::Call)
# I18N::Langinfo is optional
-# PerlIO::encoding is optional
+Suggests: perl(PerlIO::encoding)
Requires: perl(utf8)
Conflicts: perl-Encode < 2:2.64-2
@@ -164,6 +165,9 @@ make test
%{perl_vendorarch}/Encode/encode.h
%changelog
+* Mon Jun 12 2017 Petr Pisar <[email protected]> - 4:2.90-9
+- 2.90 bump
+
* Sat Jun 03 2017 Jitka Plesnikova <[email protected]> - 4:2.89-8
- Perl 5.26 rebuild
diff --git a/sources b/sources
index 14b6aa0..045830b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Encode-2.89.tar.gz) =
b33f617704e300673e537ba52c502c4702cc5b8c0c54e1993778e6abe72355c80d1fc1b34520c266de57daee0c43c7ed87fc614de10568fd4182185b9c4a9481
+SHA512 (Encode-2.90.tar.gz) =
d30305d55a525fd29fdb2008072aa68658cec440100060d2f7c0434486c1b930c915d566b4d57f431a3e8dd6148b9095b3cd34a19599b1401c9633e535a83f65
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-Encode.git/commit/?h=master&id=c631c8f38166fc0269bc6a097fa3a6053989336f
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]