17
0

2 Commits

4 changed files with 18 additions and 5 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 22 11:15:58 UTC 2025 - Petr Gajdos <pgajdos@suse.com>
- update to 3.4.0
* Add pkg-config.
* Add alias double-conversion::double-conversion.
* Documentation improvements.
* Minor code cleanups, avoiding spurious warnings.
* Increase CMake minimum required version to 3.29.
* Makefile improvements.
* Bazel build improvements.
-------------------------------------------------------------------
Sat Apr 5 16:10:54 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package double-conversion
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%define lib_ver 3
%define libname libdouble-conversion3
Name: double-conversion
Version: 3.3.1
Version: 3.4.0
Release: 0
Summary: Binary-decimal and decimal-binary routines for IEEE doubles
License: BSD-3-Clause
@@ -87,5 +87,6 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%{_libdir}/libdouble-conversion.so
%{_libdir}/cmake/%{name}/
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/double-conversion.pc
%changelog