From e039cb44b7fe0f6d34e67aa7fc15d5da634793de9d6e0f38a19a69c9a5a66e72 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 14 Feb 2018 17:15:09 +0000 Subject: [PATCH 1/2] Accepting request 575622 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/575622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=82 --- DateTime-1.45.tar.gz | 3 --- DateTime-1.46.tar.gz | 3 +++ perl-DateTime.changes | 6 ++++++ perl-DateTime.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 DateTime-1.45.tar.gz create mode 100644 DateTime-1.46.tar.gz diff --git a/DateTime-1.45.tar.gz b/DateTime-1.45.tar.gz deleted file mode 100644 index 53d8d5a..0000000 --- a/DateTime-1.45.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde87438a888b95f00916dfbcf0bbcdaf2d60b682d6d55d275f86184651aa9f0 -size 240342 diff --git a/DateTime-1.46.tar.gz b/DateTime-1.46.tar.gz new file mode 100644 index 0000000..1ffad73 --- /dev/null +++ b/DateTime-1.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fcf859103e9a8067d5e11b7b14e956c8fd4ad6402124fb1221d527b0688788 +size 240638 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index 45bd3b4..a7eb8be 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 12 11:37:20 UTC 2018 - coolo@suse.com + +- updated to 1.46 + see /usr/share/doc/packages/perl-DateTime/Changes + ------------------------------------------------------------------- Sat Dec 30 06:17:33 UTC 2017 - coolo@suse.com diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 905870a..5501392 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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.45 +Version: 1.46 Release: 0 %define cpan_name DateTime Summary: Date and Time Object for Perl From 4b088835799cc81e4e802360bad91da2998cb4105842d1fb26a82f22afc86cc1 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 16 Feb 2018 18:31:48 +0000 Subject: [PATCH 2/2] Accepting request 577363 from home:pmonrealgonzalez:branches:devel:languages:perl 1.46 2018-02-11 - Fixed the formatting for the CLDR "S" symbol. It could in some cases round _up_ to 1 instead of truncating a value. For example, the "SSS" symbol would format 999,999,999 nanoseconds as "1.000". Fixed by Gianni Ceccarelli. PR #71. OBS-URL: https://build.opensuse.org/request/show/577363 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=83 --- perl-DateTime.changes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-DateTime.changes b/perl-DateTime.changes index a7eb8be..e873f52 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -2,7 +2,13 @@ Mon Feb 12 11:37:20 UTC 2018 - coolo@suse.com - updated to 1.46 - see /usr/share/doc/packages/perl-DateTime/Changes + + 1.46 2018-02-11 + + - Fixed the formatting for the CLDR "S" symbol. It could in some cases round + _up_ to 1 instead of truncating a value. For example, the "SSS" symbol would + format 999,999,999 nanoseconds as "1.000". Fixed by Gianni Ceccarelli. PR + #71. ------------------------------------------------------------------- Sat Dec 30 06:17:33 UTC 2017 - coolo@suse.com