1
0
forked from pool/msgpack-cxx

msgpack-cxx 7.0.0

This commit is contained in:
Jan Engelhardt 2024-11-02 13:26:53 +01:00
parent 5ea707a327
commit cf80f33ad1
4 changed files with 13 additions and 4 deletions

View File

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

BIN
msgpack-cxx-7.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 2 12:20:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 7.0.0
* Floating point values with zero as fractional part were encoded
as integers since 4.1.2; this is reverted because the conversion
incurs speed penaltiess (#1144).
-------------------------------------------------------------------
Tue Apr 2 06:59:33 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: msgpack-cxx
Version: 6.1.1
Version: 7.0.0
Release: 0
Summary: Object serialization library for cross-language communication (C++ interface)
License: BSL-1.0
@ -50,6 +50,7 @@ This package provides C++ headers and other devel files.
%prep
%autosetup
find . -type f -name "*~" -print -delete
%build
%cmake