3.27 bump

This commit is contained in:
Petr Písař 2013-09-10 13:22:45 +02:00
parent da937e487d
commit 19a25d26da
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/Locale-Codes-3.24.tar.gz
/Locale-Codes-3.25.tar.gz
/Locale-Codes-3.26.tar.gz
/Locale-Codes-3.27.tar.gz

View File

@ -1,17 +1,21 @@
Name: perl-Locale-Codes
Version: 3.26
Release: 3%{?dist}
Version: 3.27
Release: 1%{?dist}
Summary: Distribution of modules to handle locale codes
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Locale-Codes/
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Locale-Codes-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(utf8)
# Tests
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
@ -45,11 +49,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
make test
%files
%doc ChangeLog LICENSE README README.first examples
%doc examples ChangeLog LICENSE README README.first
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Sep 10 2013 Petr Pisar <ppisar@redhat.com> - 3.27-1
- 3.27 bump
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.26-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
085c6bcedc258b29512b32b425475dbc Locale-Codes-3.26.tar.gz
9acc0e0809c447e92a1694d502395885 Locale-Codes-3.27.tar.gz