From f7888b15721e90a1437f4002fbc40b3421b00ff108d8e9faf1eb7dea74c249d7 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 19 Aug 2022 10:24:36 +0000 Subject: [PATCH] Accepting request 997609 from home:dirkmueller:Factory - update to 3.2.1 * Disable quiet nan test on windows * Test on all platforms. * Fix warnings on Windows * Run ctests first. * Give shared-lib option and test install * Install Windows debbuger (pdb) files. * Add a cast to silence a signedness conversion warning. * Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings OBS-URL: https://build.opensuse.org/request/show/997609 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=22 --- double-conversion-3.2.0.tar.gz | 3 --- double-conversion-3.2.1.tar.gz | 3 +++ double-conversion.changes | 13 +++++++++++++ double-conversion.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 double-conversion-3.2.0.tar.gz create mode 100644 double-conversion-3.2.1.tar.gz diff --git a/double-conversion-3.2.0.tar.gz b/double-conversion-3.2.0.tar.gz deleted file mode 100644 index 0bcf991..0000000 --- a/double-conversion-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dbcdf186ad092a8b71228a5962009b5c96abde9a315257a3452eb988414ea3b -size 7031760 diff --git a/double-conversion-3.2.1.tar.gz b/double-conversion-3.2.1.tar.gz new file mode 100644 index 0000000..90828f1 --- /dev/null +++ b/double-conversion-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35 +size 7032718 diff --git a/double-conversion.changes b/double-conversion.changes index 240392a..d0bc755 100644 --- a/double-conversion.changes +++ b/double-conversion.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 17 20:09:14 UTC 2022 - Dirk Müller + +- update to 3.2.1 + * Disable quiet nan test on windows + * Test on all platforms. + * Fix warnings on Windows + * Run ctests first. + * Give shared-lib option and test install + * Install Windows debbuger (pdb) files. + * Add a cast to silence a signedness conversion warning. + * Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings + ------------------------------------------------------------------- Sat Apr 9 22:33:12 UTC 2022 - Dirk Müller diff --git a/double-conversion.spec b/double-conversion.spec index ad4dc4a..e53fdb1 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -19,7 +19,7 @@ %define lib_ver 3 %define libname libdouble-conversion3 Name: double-conversion -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Binary-decimal and decimal-binary routines for IEEE doubles License: BSD-3-Clause