From ee6114bf90db9a517691356ade34149060aa51f9a4015754c1b4e83c60d7c9bf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 4 Dec 2022 15:27:29 +0000 Subject: [PATCH] Accepting request 1039995 from home:dirkmueller:Factory - update to 4.1.3: * Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` * Fix noexcept on zone (#1030) * Improve cmake support (#1028, #1032) * Improve CI (#1023) * Improve supporting platform (#1021) * Refine double/float packing (#1018) * Refine include files dependency (#1011) OBS-URL: https://build.opensuse.org/request/show/1039995 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/msgpack-cxx?expand=0&rev=7 --- msgpack-cxx-4.1.1.tar.gz | 3 --- msgpack-cxx-4.1.3.tar.gz | 3 +++ msgpack-cxx.changes | 12 ++++++++++++ msgpack-cxx.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 msgpack-cxx-4.1.1.tar.gz create mode 100644 msgpack-cxx-4.1.3.tar.gz diff --git a/msgpack-cxx-4.1.1.tar.gz b/msgpack-cxx-4.1.1.tar.gz deleted file mode 100644 index 28550eb..0000000 --- a/msgpack-cxx-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b -size 475478 diff --git a/msgpack-cxx-4.1.3.tar.gz b/msgpack-cxx-4.1.3.tar.gz new file mode 100644 index 0000000..a43d54c --- /dev/null +++ b/msgpack-cxx-4.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2539075ea2f35c15cab5c50ecba00d76fc4cbdcd485840257f15ebb04e8e3e1a +size 476128 diff --git a/msgpack-cxx.changes b/msgpack-cxx.changes index 8147817..91157c9 100644 --- a/msgpack-cxx.changes +++ b/msgpack-cxx.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Dec 4 14:29:33 UTC 2022 - Dirk Müller + +- update to 4.1.3: + * Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` + * Fix noexcept on zone (#1030) + * Improve cmake support (#1028, #1032) + * Improve CI (#1023) + * Improve supporting platform (#1021) + * Refine double/float packing (#1018) + * Refine include files dependency (#1011) + ------------------------------------------------------------------- Wed Sep 7 11:51:09 UTC 2022 - Jan Engelhardt diff --git a/msgpack-cxx.spec b/msgpack-cxx.spec index 845b176..551d86d 100644 --- a/msgpack-cxx.spec +++ b/msgpack-cxx.spec @@ -17,7 +17,7 @@ Name: msgpack-cxx -Version: 4.1.1 +Version: 4.1.3 Release: 0 Summary: Object serialization library for cross-language communication (C++ interface) License: BSL-1.0