1.25 bump
This commit is contained in:
parent
6b7a2012b6
commit
ce0845307b
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/DateTime-Locale-1.22.tar.gz
|
||||
/DateTime-Locale-1.23.tar.gz
|
||||
/DateTime-Locale-1.24.tar.gz
|
||||
/DateTime-Locale-1.25.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-DateTime-Locale
|
||||
Version: 1.24
|
||||
Release: 3%{?dist}
|
||||
Version: 1.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Localization support for DateTime.pm
|
||||
# Although the CLDR license is listed as "MIT" on the Fedora Wiki, it's more
|
||||
# similar to recently added "Unicode" license.
|
||||
@ -68,11 +68,11 @@ available locales.
|
||||
%setup -q -n DateTime-Locale-%{version}
|
||||
|
||||
%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
|
||||
@ -85,6 +85,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 10 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-1
|
||||
- 1.25 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DateTime-Locale-1.24.tar.gz) = 0510df7e69bc7e50cb301510224cb084bf9d75f072ceb631d7c94ab07a6f7c11b64247c492054c0be3840bf5b13b6981f09426fd0b8e20a48901308cc0b5ffdb
|
||||
SHA512 (DateTime-Locale-1.25.tar.gz) = 31fb6c2a4d38350dea0160dc816c21ed2b97f11510fe9f545fe52530d00260b7bb64b1cab3a7e30531a1337aac2dd2983d0b3af09d24da0c4451498729d8777a
|
||||
|
Loading…
Reference in New Issue
Block a user