diff --git a/DateTime-1.50.tar.gz b/DateTime-1.50.tar.gz deleted file mode 100644 index b0d6575..0000000 --- a/DateTime-1.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed6b0c71ddd81310a82459508df9197074e6b13aea46fd279045c3ddc3c4b198 -size 244986 diff --git a/DateTime-1.51.tar.gz b/DateTime-1.51.tar.gz new file mode 100644 index 0000000..107a097 --- /dev/null +++ b/DateTime-1.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de22da0de57a43a976322636d3a7474de4b1d6f37e044337123086cf94c16ec5 +size 244434 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index adfc58c..8432c39 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 22 05:06:26 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-DateTime.spec b/perl-DateTime.spec index efb0ce0..3e7cd5e 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 1.50 +Version: 1.51 Release: 0 %define cpan_name DateTime -Summary: Date and Time Object for Perl +Summary: Date and time object for Perl License: Artistic-2.0 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 Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -84,11 +84,11 @@ For infinite datetimes, please see the DateTime::Infinite module. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install