1
0
forked from pool/perl-DateTime

Accepting request 696518 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/696518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=93
This commit is contained in:
Pedro Monreal Gonzalez 2019-04-22 07:48:30 +00:00 committed by Git OBS Bridge
parent 43d1f3597c
commit de43f4c5fd
4 changed files with 24 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 22 05:06:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.51
see /usr/share/doc/packages/perl-DateTime/Changes
1.51 2019-04-21
- Fix CLDR formatting of 'S' pattern with more than 9 digits of
precision. While we only store nanoseconds in the DateTime object we should
still be able to handle an arbitrary number of digits properly. Fixed by
Slaven Rezić. GH #89.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 2 05:15:34 UTC 2018 - coolo@suse.com Thu Aug 2 05:15:34 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-DateTime # spec file for package perl-DateTime
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-DateTime Name: perl-DateTime
Version: 1.50 Version: 1.51
Release: 0 Release: 0
%define cpan_name DateTime %define cpan_name DateTime
Summary: Date and Time Object for Perl Summary: Date and time object for Perl
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -84,11 +84,11 @@ For infinite datetimes, please see the DateTime::Infinite module.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install