From 4b088835799cc81e4e802360bad91da2998cb4105842d1fb26a82f22afc86cc1 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 16 Feb 2018 18:31:48 +0000 Subject: [PATCH] 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