From f544991a35c717dd660dfef611a2219a8720e2614799ac911ace30f94ab66fb6 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 20 Jun 2023 13:18:15 +0000 Subject: [PATCH] Accepting request 1093823 from home:dirkmueller:Factory - update to 3.3.0: * Fix some compile warnings in Visual Studio * Set permissions for github workflows * Add flags to control trailing decimal and zero in exponent form when input has one significant digit OBS-URL: https://build.opensuse.org/request/show/1093823 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=24 --- double-conversion-3.2.1.tar.gz | 3 --- double-conversion-3.3.0.tar.gz | 3 +++ double-conversion.changes | 9 +++++++++ double-conversion.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 double-conversion-3.2.1.tar.gz create mode 100644 double-conversion-3.3.0.tar.gz diff --git a/double-conversion-3.2.1.tar.gz b/double-conversion-3.2.1.tar.gz deleted file mode 100644 index 90828f1..0000000 --- a/double-conversion-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35 -size 7032718 diff --git a/double-conversion-3.3.0.tar.gz b/double-conversion-3.3.0.tar.gz new file mode 100644 index 0000000..d20c875 --- /dev/null +++ b/double-conversion-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e +size 7033266 diff --git a/double-conversion.changes b/double-conversion.changes index d0bc755..75d38e6 100644 --- a/double-conversion.changes +++ b/double-conversion.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 19 19:53:28 UTC 2023 - Dirk Müller + +- update to 3.3.0: + * Fix some compile warnings in Visual Studio + * Set permissions for github workflows + * Add flags to control trailing decimal and zero in exponent + form when input has one significant digit + ------------------------------------------------------------------- Wed Aug 17 20:09:14 UTC 2022 - Dirk Müller diff --git a/double-conversion.spec b/double-conversion.spec index e53fdb1..553568b 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -1,7 +1,7 @@ # # spec file for package double-conversion # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define lib_ver 3 %define libname libdouble-conversion3 Name: double-conversion -Version: 3.2.1 +Version: 3.3.0 Release: 0 Summary: Binary-decimal and decimal-binary routines for IEEE doubles License: BSD-3-Clause