96 lines
3.4 KiB
Plaintext
96 lines
3.4 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
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>
|
||
|
|
||
|
- 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 <dmueller@suse.com>
|
||
|
|
||
|
- update to 3.2.0:
|
||
|
* Fix quiet NANs on MIPS* and PA-RISC architectures.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Dec 30 09:36:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 3.1.7:
|
||
|
* Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set
|
||
|
* Also add support for Synopsys ARC64 architecture
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Dec 5 18:57:58 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 3.1.6:
|
||
|
* Features some code cleanups.
|
||
|
* Adds the following new architectures: loongarch, xtensa, nios2, e2k.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Feb 6 16:01:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
|
||
|
- Use proper cmake calls
|
||
|
- Do not pull in py2 that is EOL but use python3 for build
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Jul 22 19:33:44 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||
|
|
||
|
- Update to version 3.1.5 jsc#ECO-1190, jsc#SLE-11474
|
||
|
* Fix `0x` for string->double conversion when Hex Floats are allowed.
|
||
|
Avoid integer overflow when exponents for hex floats were too big.
|
||
|
Update version number.
|
||
|
* Fixed warning in gcc4.9.
|
||
|
* Merged changes to install libraries in the correct place when
|
||
|
using 64-bit libraries.
|
||
|
* Use relative includes in the library. This shouldn't have any visible effect
|
||
|
for consumers of the library.
|
||
|
* Fix typo in test.
|
||
|
* Fix separator characters when they they don't fit into 8 bits.
|
||
|
* Check correctly for _MSC_VER.
|
||
|
* Allow the library to be compiled for Emscripten.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Feb 28 11:26:22 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||
|
|
||
|
- Update to version 3.0.3
|
||
|
* Support RISC-V
|
||
|
* Bug fixes
|
||
|
- Switch to cmake
|
||
|
- Use %license
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jul 14 20:51:40 UTC 2017 - jengelh@inai.de
|
||
|
|
||
|
- Fix RPM groups.
|
||
|
Slightly trim/compact descriptions.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Oct 5 07:35:07 UTC 2016 - zaitor@opensuse.org
|
||
|
|
||
|
- Add baselibs.conf: Build 32-bit support (boo#1002561).
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Feb 1 19:16:46 UTC 2016 - mpluskal@suse.com
|
||
|
|
||
|
- Update project and download urls
|
||
|
- Cleanup spec file with spec-cleaner
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jul 24 18:53:28 UTC 2014 - dmitry_r@opensuse.org
|
||
|
|
||
|
- Initial package, version 2.0.1
|