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