3.60 bump
This commit is contained in:
parent
ffabc4d00b
commit
8a7e2406b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/Locale-Codes-3.56.tar.gz
|
||||
/Locale-Codes-3.57.tar.gz
|
||||
/Locale-Codes-3.58.tar.gz
|
||||
/Locale-Codes-3.60.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Locale-Codes
|
||||
Version: 3.59
|
||||
Release: 2%{?dist}
|
||||
Version: 3.60
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution of modules to handle locale codes
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Locale-Codes
|
||||
@ -45,11 +45,11 @@ including languages, countries, currency, etc.
|
||||
chmod -x examples/*
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -63,6 +63,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 01 2019 Petr Pisar <ppisar@redhat.com> - 3.60-1
|
||||
- 3.60 bump
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.59-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Locale-Codes-3.59.tar.gz) = 9ccb530bd80d3858c5da7ad58362ab623f4ac0b572d532393a021ba4262a470b0e4f15803488d98e1b451a577f4208b418c06829108a64c1d1ec11d03e8a8a17
|
||||
SHA512 (Locale-Codes-3.60.tar.gz) = 3994ea6073cbcc3118fba64f3a9d3bd82276b4fe9f0eccf9e457f052850a00f28e78df36e0306e4e7ba58bc1f9ad58b884c64d53e1c911b6e98b1f2875ef5906
|
||||
|
||||
Loading…
Reference in New Issue
Block a user