Hello community, here is the log from the commit of package perl-DateTime for openSUSE:Factory checked in at 2016-03-16 10:34:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old) and /work/SRC/openSUSE:Factory/.perl-DateTime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes 2015-10-14 16:44:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 2016-03-16 10:34:21.000000000 +0100 @@ -1,0 +2,45 @@ +Tue Mar 8 10:07:34 UTC 2016 - [email protected] + +- updated to 1.25 + see /usr/share/doc/packages/perl-DateTime/Changes + + 1.25 2016-03-06 + + - DateTime->from_object would die if given a DateTime::Infinite object. Now it + returns another DateTime::Infinite object. Reported by Greg Oschwald. RT + #112712. + + + 1.24 2016-02-29 + + - The last release partially broke $dt->time. If you passed a value to use as + unit separator, this was ignored. Reported by Sergiy Zuban. RT #112585. + + + 1.23 2016-02-28 + + - Make all DateTime::Infinite objects return the system's representation of + positive or negative infinity for any method which returns a number of + string representation (year(), month(), ymd(), iso8601(), etc.). Previously + some of these methods could return "Nan", "-Inf--Inf--Inf", and other + confusing outputs. Reported by Greg Oschwald. RT #110341. + + + 1.22 2016-02-21 (TRIAL RELEASE) + + - Fixed several issues with the handling of non-integer values passed to + from_epoch(). + + This method was simply broken for negative values, which would end up being + incremented by a full second, so for example -0.5 became 0.5. + + The method did not accept all valid float values. Specifically, it did not + accept values in scientific notation. + + Finally, this method now rounds all non-integer values to the nearest + millisecond. This matches the precision we can expect from Perl itself (53 + bits) in most cases. + + Patch by Christian Hansen. GitHub #11. + +------------------------------------------------------------------- Old: ---- DateTime-1.21.tar.gz New: ---- DateTime-1.25.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DateTime.spec ++++++ --- /var/tmp/diff_new_pack.Cbtidc/_old 2016-03-16 10:34:22.000000000 +0100 +++ /var/tmp/diff_new_pack.Cbtidc/_new 2016-03-16 10:34:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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.21 +Version: 1.25 Release: 0 %define cpan_name DateTime Summary: Date and Time Object for Perl @@ -46,9 +46,9 @@ %description DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please -see the http://datetime.perl.org/ manpage. The DateTime site has a FAQ -which may help answer many "how do I do X?" questions. The FAQ is at the -http://datetime.perl.org/wiki/datetime/page/FAQ manpage. +see http://datetime.perl.org/. The DateTime site has a FAQ which may help +answer many "how do I do X?" questions. The FAQ is at +http://datetime.perl.org/wiki/datetime/page/FAQ. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian ++++++ DateTime-1.21.tar.gz -> DateTime-1.25.tar.gz ++++++ ++++ 5880 lines of diff (skipped)
