From 6e5fb580b9a830cd5f69927629525f766dfdca1b7565054ba8ded9b490e9951f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 7 Feb 2015 16:29:26 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=58 --- DateTime-1.12.tar.gz | 3 --- DateTime-1.18.tar.gz | 3 +++ perl-DateTime.changes | 32 ++++++++++++++++++++++++++++++++ perl-DateTime.spec | 6 +++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 DateTime-1.12.tar.gz create mode 100644 DateTime-1.18.tar.gz diff --git a/DateTime-1.12.tar.gz b/DateTime-1.12.tar.gz deleted file mode 100644 index 560ba75..0000000 --- a/DateTime-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e65a333806d000825724cfa23d7d33539b853b6e819d4922d2a68579416374ce -size 206862 diff --git a/DateTime-1.18.tar.gz b/DateTime-1.18.tar.gz new file mode 100644 index 0000000..5055518 --- /dev/null +++ b/DateTime-1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bada2c9fe3e79429f7c84592d9a9defd3a8c71f7b584389d450aa324340d913a +size 212053 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index 3445b26..a49ed17 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Feb 7 16:23:08 UTC 2015 - coolo@suse.com + +- updated to 1.18 + - There will be a new leap second on June 30, 2015. + + + 1.17 2015-01-04 + + - No code changes from the 1.16 release. + + + 1.16 2015-01-04 (TRIAL RELEASE) + + - Test fix for systems where IVs are 4 bytes long. + + + 1.15 2015-01-03 (TRIAL RELEASE) + + - Trying this again ... Experimental fix for adding very large numbers of + days. Previously, trying to add more than around 2^28 days could cause + errors if the result ended up in a leap year. This is being released as a + trial release because I'm not sure how this change will behave on a 32-bit + Perl. Reported by KMX. RT #97046. + + + 1.14 2015-01-03 + + - Accidentally released 1.13 as a non-TRIAL release. Releasing 1.13 minus the + integer change so there's a known-safe stable release on CPAN for people to + install. + ------------------------------------------------------------------- Mon Sep 15 15:15:18 UTC 2014 - coolo@suse.com diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 7be48b8..3c8bd91 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: perl-DateTime -Version: 1.12 +Version: 1.18 Release: 0 %define cpan_name DateTime Summary: A date and time object for Perl @@ -76,6 +76,6 @@ For infinite datetimes, please see the DateTime::Infinite module. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CREDITS leaptab.txt LICENSE README.md TODO +%doc Changes cpanfile CREDITS leaptab.txt LICENSE README.md TODO weaver.ini %changelog