1
0
forked from pool/msgpack-cxx

Compare commits

..

No commits in common. "master" and "factory" have entirely different histories.

4 changed files with 4 additions and 13 deletions

3
msgpack-cxx-6.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
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)

Binary file not shown.

View File

@ -1,11 +1,3 @@
-------------------------------------------------------------------
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: 7.0.0
Version: 6.1.1
Release: 0
Summary: Object serialization library for cross-language communication (C++ interface)
License: BSL-1.0
@ -50,7 +50,6 @@ This package provides C++ headers and other devel files.
%prep
%autosetup
find . -type f -name "*~" -print -delete
%build
%cmake