Accepting request 348213 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/348213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=33
This commit is contained in:
Dirk Stoecker 2015-12-10 19:37:59 +00:00 committed by Git OBS Bridge
parent a63ae18641
commit 3730e273b8
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0ea0eecee93c15e1f803f6399e1a9754205e511acb95365a72e016bc08903f9
size 929822

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63ad62bcc01c7007d233f6270c05059a6cdc4270812546450759d03d8cfcf355
size 930153

View File

@ -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

View File

@ -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