forked from pool/msgpack-cxx
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
cf80f33ad1 |
BIN
msgpack-cxx-6.1.1.tar.gz
(Stored with Git LFS)
BIN
msgpack-cxx-6.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user