1.05 bump
This commit is contained in:
parent
ef52f3a9b1
commit
99637d3739
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user