Accepting request 1093988 from devel:libraries:c_c++

- 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)

OBS-URL: https://build.opensuse.org/request/show/1093988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2023-06-21 20:37:07 +00:00 committed by Git OBS Bridge
commit 76f8365fff
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35
size 7032718

BIN
double-conversion-3.3.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 19 19:53:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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