1.05 bump

This commit is contained in:
Petr Písař 2015-06-10 07:43:28 +02:00
parent ef52f3a9b1
commit 99637d3739
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 1.05-1
- 1.05 bump
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-2
- Perl 5.22 rebuild

View File

@ -1 +1 @@
0565984b048732e4fd1315212f21d462 Encode-Locale-1.04.tar.gz
fcfdb8e4ee34bcf62aed429b4a23db27 Encode-Locale-1.05.tar.gz