3.34 bump

This commit is contained in:
Petr Písař 2015-03-03 09:17:08 +01:00
parent a25e1072d8
commit b0798f2120
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/Locale-Codes-3.31.tar.gz
/Locale-Codes-3.32.tar.gz
/Locale-Codes-3.33.tar.gz
/Locale-Codes-3.34.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Locale-Codes
Version: 3.33
Version: 3.34
Release: 1%{?dist}
Summary: Distribution of modules to handle locale codes
License: GPL+ or Artistic
@ -20,10 +20,8 @@ BuildRequires: perl(utf8)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Inject not detected module version
Provides: perl(Locale::Codes) = %{version}
# Filter under-specified privdes
# Filter under-specified provides
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Locale::Codes\\)$
# Filter dependencies on private modules. Generator:
@ -52,11 +50,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
make test
%files
%doc examples Changes LICENSE README README.first
%license LICENSE
%doc examples Changes README README.first
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Mar 03 2015 Petr Pisar <ppisar@redhat.com> - 3.34-1
- 3.34 bump
* Fri Dec 05 2014 Petr Pisar <ppisar@redhat.com> - 3.33-1
- 3.33 bump

View File

@ -1 +1 @@
bc7496f97889de8504e80addaa0ee40c Locale-Codes-3.33.tar.gz
84b4f9b971bab78c9175f9ea767dbf0d Locale-Codes-3.34.tar.gz