1
0
forked from pool/msgpack-cxx

3 Commits

6 changed files with 20 additions and 4 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1730550413
commit: cf80f33ad19b5ab5aaa6d262170c29f0ce56bb1a8c90b4f40512fde33e053524
url: https://src.opensuse.org/jengelh/msgpack-cxx
revision: master

3
build.specials.obscpio Normal file
View File

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

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

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