forked from pool/msgpack-cxx
msgpack-cxx 7.0.0
This commit is contained in:
parent
5ea707a327
commit
cf80f33ad1
@ -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
BIN
msgpack-cxx-7.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Tue Apr 2 06:59:33 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: msgpack-cxx
|
Name: msgpack-cxx
|
||||||
Version: 6.1.1
|
Version: 7.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Object serialization library for cross-language communication (C++ interface)
|
Summary: Object serialization library for cross-language communication (C++ interface)
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
@ -50,6 +50,7 @@ This package provides C++ headers and other devel files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
find . -type f -name "*~" -print -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user