Accepting request 348295 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/348295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=22
This commit is contained in:
commit
cedd95eafb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0ea0eecee93c15e1f803f6399e1a9754205e511acb95365a72e016bc08903f9
|
||||
size 929822
|
3
DateTime-Locale-1.02.tar.gz
Normal file
3
DateTime-Locale-1.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63ad62bcc01c7007d233f6270c05059a6cdc4270812546450759d03d8cfcf355
|
||||
size 930153
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 09:49:20 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.02
|
||||
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||
|
||||
1.02 2015-12-09
|
||||
|
||||
- Make the DateTime::Locale->load method accept a locale in any non-canonical
|
||||
casing, such as "en-us". Reported by Shawn Moore. RT #110244.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 8 09:41:33 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: perl-DateTime-Locale
|
||||
Version: 1.010000
|
||||
Version: 1.020000
|
||||
Release: 0
|
||||
%define cpan_version 1.01
|
||||
Provides: perl(DateTime::Locale) = 1.010000
|
||||
%define cpan_version 1.02
|
||||
Provides: perl(DateTime::Locale) = 1.020000
|
||||
%define cpan_name DateTime-Locale
|
||||
Summary: Localization support for DateTime.pm
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
@ -54,7 +54,7 @@ please read the 'DateTime::Locale::FromData' documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user