From 99637d37391a07fed4ff9b47cf762562fe45cd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 10 Jun 2015 07:43:28 +0200 Subject: [PATCH] 1.05 bump --- .gitignore | 1 + perl-Encode-Locale.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1dc391..7420335 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Encode-Locale-1.02.tar.gz /Encode-Locale-1.03.tar.gz /Encode-Locale-1.04.tar.gz +/Encode-Locale-1.05.tar.gz diff --git a/perl-Encode-Locale.spec b/perl-Encode-Locale.spec index 20d930e..208c1ec 100644 --- a/perl-Encode-Locale.spec +++ b/perl-Encode-Locale.spec @@ -1,12 +1,14 @@ Name: perl-Encode-Locale -Version: 1.04 -Release: 2%{?dist} +Version: 1.05 +Release: 1%{?dist} Summary: Determine the locale encoding Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Encode-Locale/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-%{version}.tar.gz BuildArch: noarch +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) # Run-time: @@ -20,6 +22,8 @@ BuildRequires: perl(warnings) # Win32 not used on Linux # Win32::API not used on Linux # Win32::Console not used on Linux +# Recommended: +BuildRequires: perl(I18N::Langinfo) # Tests only: BuildRequires: perl(Test::More) BuildRequires: perl(utf8) @@ -61,6 +65,9 @@ make test %{_mandir}/man3/Encode::Locale.3* %changelog +* Wed Jun 10 2015 Petr Pisar - 1.05-1 +- 1.05 bump + * Wed Jun 03 2015 Jitka Plesnikova - 1.04-2 - Perl 5.22 rebuild diff --git a/sources b/sources index b0d44fd..a9328e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0565984b048732e4fd1315212f21d462 Encode-Locale-1.04.tar.gz +fcfdb8e4ee34bcf62aed429b4a23db27 Encode-Locale-1.05.tar.gz