diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index e90f35e..8e1d57c 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1712157568 -commit: 5ea707a327ab8d5511cb03cadb5ec2caf17b465353b049aefc6ec850c97407ba +mtime: 1730550413 +commit: cf80f33ad19b5ab5aaa6d262170c29f0ce56bb1a8c90b4f40512fde33e053524 url: https://src.opensuse.org/jengelh/msgpack-cxx revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index de3445e..625b0f7 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47852f712fb8bbb4c9338e5a5239081c23104ee58392c6be62aabe1697d1453d +oid sha256:a68bbc7c773e8e27150580d190117c6e497a0045bff4d88d7fe620f9d1436971 size 256 diff --git a/msgpack-cxx-6.1.1.tar.gz b/msgpack-cxx-6.1.1.tar.gz deleted file mode 100644 index 85f321e..0000000 --- a/msgpack-cxx-6.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191 -size 476459 diff --git a/msgpack-cxx-7.0.0.tar.gz b/msgpack-cxx-7.0.0.tar.gz new file mode 100644 index 0000000..9b530ff --- /dev/null +++ b/msgpack-cxx-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7504b7af7e7b9002ce529d4f941e1b7fb1fb435768780ce7da4abaac79bb156f +size 480653 diff --git a/msgpack-cxx.changes b/msgpack-cxx.changes index 676e8c1..357eb88 100644 --- a/msgpack-cxx.changes +++ b/msgpack-cxx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 2 12:20:04 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/msgpack-cxx.spec b/msgpack-cxx.spec index 170bd7a..1f08261 100644 --- a/msgpack-cxx.spec +++ b/msgpack-cxx.spec @@ -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