8
0
forked from pool/msgpack-cxx

[info=cf80f33ad19b5ab5aaa6d262170c29f0ce56bb1a8c90b4f40512fde33e053524]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/msgpack-cxx?expand=0&rev=14
This commit is contained in:
OBS User unknown
2024-11-02 12:27:13 +00:00
committed by Git OBS Bridge
parent ef3bf5c045
commit 1fa9e1370e
6 changed files with 16 additions and 7 deletions

View File

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:47852f712fb8bbb4c9338e5a5239081c23104ee58392c6be62aabe1697d1453d oid sha256:a68bbc7c773e8e27150580d190117c6e497a0045bff4d88d7fe620f9d1436971
size 256 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> Tue Apr 2 06:59:33 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -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