From d7c6f084d60861577baddc1844044904f9ff37eb6669ce134a7d8ddd76f926c3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2024 15:28:16 +0000 Subject: [PATCH] Accepting request 1164037 from home:jubalh:branches:devel:libraries:c_c++ - Update to release 6.1.1: * Fix compilation error when std::variant has the same types (#1112) * Improve CI (#1090, #1110) * Fix to avoid common function name's (has_as::check) ambiguity/conflict with other libraries' macros (#1085) OBS-URL: https://build.opensuse.org/request/show/1164037 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/msgpack-cxx?expand=0&rev=11 --- msgpack-cxx-6.1.0.tar.gz | 3 --- msgpack-cxx-6.1.1.tar.gz | 3 +++ msgpack-cxx.changes | 9 +++++++++ msgpack-cxx.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 msgpack-cxx-6.1.0.tar.gz create mode 100644 msgpack-cxx-6.1.1.tar.gz diff --git a/msgpack-cxx-6.1.0.tar.gz b/msgpack-cxx-6.1.0.tar.gz deleted file mode 100644 index 98a7c55..0000000 --- a/msgpack-cxx-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7 -size 478452 diff --git a/msgpack-cxx-6.1.1.tar.gz b/msgpack-cxx-6.1.1.tar.gz new file mode 100644 index 0000000..85f321e --- /dev/null +++ b/msgpack-cxx-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191 +size 476459 diff --git a/msgpack-cxx.changes b/msgpack-cxx.changes index 7b5ed97..676e8c1 100644 --- a/msgpack-cxx.changes +++ b/msgpack-cxx.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 2 06:59:33 UTC 2024 - Michael Vetter + +- Update to release 6.1.1: + * Fix compilation error when std::variant has the same types (#1112) + * Improve CI (#1090, #1110) + * Fix to avoid common function name's (has_as::check) ambiguity/conflict + with other libraries' macros (#1085) + ------------------------------------------------------------------- Thu Nov 2 21:44:34 UTC 2023 - Jan Engelhardt diff --git a/msgpack-cxx.spec b/msgpack-cxx.spec index 554d705..170bd7a 100644 --- a/msgpack-cxx.spec +++ b/msgpack-cxx.spec @@ -1,7 +1,7 @@ # # spec file for package msgpack-cxx # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: msgpack-cxx -Version: 6.1.0 +Version: 6.1.1 Release: 0 Summary: Object serialization library for cross-language communication (C++ interface) License: BSL-1.0