diff --git a/.gitignore b/.gitignore index 85df357..d179733 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /Locale-Codes-3.35.tar.gz /Locale-Codes-3.36.tar.gz /Locale-Codes-3.37.tar.gz +/Locale-Codes-3.38.tar.gz diff --git a/perl-Locale-Codes.spec b/perl-Locale-Codes.spec index a80db40..4a901ac 100644 --- a/perl-Locale-Codes.spec +++ b/perl-Locale-Codes.spec @@ -1,6 +1,6 @@ Name: perl-Locale-Codes -Version: 3.37 -Release: 2%{?dist} +Version: 3.38 +Release: 1%{?dist} Summary: Distribution of modules to handle locale codes License: GPL+ or Artistic Group: Development/Libraries @@ -46,7 +46,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot}/* %check @@ -59,6 +59,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Mar 03 2016 Petr Pisar - 3.38-1 +- 3.38 bump + * Thu Feb 04 2016 Fedora Release Engineering - 3.37-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 363959e..77d7535 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b725ffa588b7eecbfd3164d8546c267 Locale-Codes-3.37.tar.gz +9f776adfc5e8b66a36b9a7b39a741e98 Locale-Codes-3.38.tar.gz