diff --git a/.files b/.files index f34d397..517211a 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 25c8948..f8f8083 100644 --- a/.rev +++ b/.rev @@ -130,4 +130,16 @@ * Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings (forwarded request 997609 from dirkmueller) 998147 + + f075556aaabd27da05ff8016fe2ab23a + 3.3.0 + + dimstar_suse + - 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 (forwarded request 1093823 from dirkmueller) + 1093988 + diff --git a/double-conversion-3.2.1.tar.gz b/double-conversion-3.2.1.tar.gz deleted file mode 120000 index 1f16f27..0000000 --- a/double-conversion-3.2.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifnnojwg47awt3hnykeadwcmwox27xo4uzkz3qsb3k3fd76vlxasi \ No newline at end of file diff --git a/double-conversion-3.3.0.tar.gz b/double-conversion-3.3.0.tar.gz new file mode 120000 index 0000000..05caf36 --- /dev/null +++ b/double-conversion-3.3.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeihvpjhod66laakecuxf45gkkgem4e3wx47kkvtuscpq6ovuruodbq \ No newline at end of file diff --git a/double-conversion.changes b/double-conversion.changes index 1d0599f..463c61e 100644 --- a/double-conversion.changes +++ b/double-conversion.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +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 - update to 3.2.1 diff --git a/double-conversion.spec b/double-conversion.spec index 22087c7..e0c635f 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