Accepting request 335872 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/335872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=62
This commit is contained in:
Stephan Kulow 2015-10-02 12:10:04 +00:00 committed by Git OBS Bridge
parent 7063f9bfe9
commit d6ac8fc5aa
4 changed files with 26 additions and 8 deletions

View File

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

3
DateTime-1.21.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Oct 2 08:58:58 UTC 2015 - coolo@suse.com
- updated to 1.21
see /usr/share/doc/packages/perl-DateTime/Changes
1.21 2015-09-30
- Make all tests pass with both the current DateTime::Locale and the upcoming
new version (currently still in trial releases).
1.20 2015-07-01
- The 1.18 release added the June 30, 2015 leap second to the XS code, but I
forgot to update the corresponding pure Perl implementation in
DateTime::LeapSecond.
-------------------------------------------------------------------
Sun Jun 7 08:26:20 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime
Version: 1.19
Version: 1.21
Release: 0
%define cpan_name DateTime
Summary: Date and Time Object for Perl
@ -29,17 +29,17 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime::Locale) >= 0.41
BuildRequires: perl(DateTime::Locale) >= 0.410000
BuildRequires: perl(DateTime::TimeZone) >= 1.74
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Params::Validate) >= 0.76
BuildRequires: perl(Params::Validate) >= 1.03
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) >= 0.005
BuildRequires: perl(Try::Tiny)
Requires: perl(DateTime::Locale) >= 0.41
Requires: perl(DateTime::Locale) >= 0.410000
Requires: perl(DateTime::TimeZone) >= 1.74
Requires: perl(Params::Validate) >= 0.76
Requires: perl(Params::Validate) >= 1.03
Requires: perl(Try::Tiny)
%{perl_requires}