Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package msgpack-c for openSUSE:Factory checked in at 2026-05-31 18:30:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/msgpack-c (Old) and /work/SRC/openSUSE:Factory/.msgpack-c.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "msgpack-c" Sun May 31 18:30:51 2026 rev:6 rq:1356213 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/msgpack-c/msgpack-c.changes 2024-08-18 18:19:46.505717422 +0200 +++ /work/SRC/openSUSE:Factory/.msgpack-c.new.1937/msgpack-c.changes 2026-05-31 18:31:13.887343162 +0200 @@ -1,0 +2,6 @@ +Sun May 31 14:34:00 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 7.0.0 + * Updated just build requirements + +------------------------------------------------------------------- Old: ---- msgpack-c-6.1.0.tar.gz New: ---- msgpack-c-7.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ msgpack-c.spec ++++++ --- /var/tmp/diff_new_pack.eMepVD/_old 2026-05-31 18:31:14.559370705 +0200 +++ /var/tmp/diff_new_pack.eMepVD/_new 2026-05-31 18:31:14.563370869 +0200 @@ -1,7 +1,7 @@ # # spec file for package msgpack-c # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # 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-c -Version: 6.1.0 +Version: 7.0.0 Release: 0 Summary: Object serialization library for cross-language communication License: BSL-1.0 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.eMepVD/_old 2026-05-31 18:31:14.603372509 +0200 +++ /var/tmp/diff_new_pack.eMepVD/_new 2026-05-31 18:31:14.607372673 +0200 @@ -1,5 +1,5 @@ -mtime: 1723900673 -commit: e546485c07e9c81ef3ceeeed34972c551e5206c8b83e4a2c2a675191a19118fa -url: https://src.opensuse.org/jengelh/msgpack-c +mtime: 1780238404 +commit: b6ea61afeb2591964b9f878b9bc5b12e82be510775dc86652bcc841f63201aef +url: https://src.opensuse.org/clibs/msgpack-c revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-31 16:40:04.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ msgpack-c-6.1.0.tar.gz -> msgpack-c-7.0.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msgpack-c-6.1.0/CMakeLists.txt new/msgpack-c-7.0.0/CMakeLists.txt --- old/msgpack-c-6.1.0/CMakeLists.txt 2024-08-17 07:46:11.000000000 +0200 +++ new/msgpack-c-7.0.0/CMakeLists.txt 2026-05-30 02:24:27.000000000 +0200 @@ -1,17 +1,4 @@ -if(${CMAKE_VERSION} VERSION_GREATER "3.4") - CMAKE_MINIMUM_REQUIRED (VERSION 3.5) -else() - CMAKE_MINIMUM_REQUIRED (VERSION 2.8.12) - IF ((CMAKE_VERSION VERSION_GREATER 3.1) OR - (CMAKE_VERSION VERSION_EQUAL 3.1)) - CMAKE_POLICY(SET CMP0054 NEW) - ENDIF () -endif() - -IF ((CMAKE_VERSION VERSION_GREATER 3.27) OR - (CMAKE_VERSION VERSION_EQUAL 3.27)) - CMAKE_POLICY(SET CMP0145 OLD) -ENDIF () +CMAKE_MINIMUM_REQUIRED (VERSION 3.5...4.0) OPTION (MSGPACK_BUILD_TESTS "Build msgpack tests." OFF) OPTION (MSGPACK_GEN_COVERAGE "Enable running gcov to get a test coverage report." OFF) @@ -200,11 +187,11 @@ IF (MSGPACK_BUILD_TESTS) ENABLE_TESTING () + INCLUDE(CTest) list(APPEND CMAKE_CTEST_ARGUMENTS "--output-on-failure") # MEMORYCHECK_COMMAND_OPTIONS needs to place prior to CTEST_MEMORYCHECK_COMMAND SET (MEMORYCHECK_COMMAND_OPTIONS "--leak-check=full --show-leak-kinds=definite,possible --error-exitcode=1") FIND_PROGRAM(CTEST_MEMORYCHECK_COMMAND NAMES valgrind) - INCLUDE(Dart) ADD_SUBDIRECTORY (test) ENDIF () diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msgpack-c-6.1.0/README.md new/msgpack-c-7.0.0/README.md --- old/msgpack-c-6.1.0/README.md 2024-08-17 11:29:09.000000000 +0200 +++ new/msgpack-c-7.0.0/README.md 2026-05-30 12:34:50.000000000 +0200 @@ -1,8 +1,8 @@ `msgpack` for C =================== -Version 6.1.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master) -[](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master) +Version 7.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master) +[](https://app.codecov.io/gh/msgpack/msgpack-c/tree/c_master) It's like JSON but smaller and faster. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msgpack-c-6.1.0/cmake/CodeCoverage.cmake new/msgpack-c-7.0.0/cmake/CodeCoverage.cmake --- old/msgpack-c-6.1.0/cmake/CodeCoverage.cmake 2023-04-26 16:20:34.000000000 +0200 +++ new/msgpack-c-7.0.0/cmake/CodeCoverage.cmake 2026-05-30 02:24:27.000000000 +0200 @@ -48,7 +48,7 @@ # Show info where to find the report ADD_CUSTOM_COMMAND(TARGET ${_targetname} POST_BUILD - COMMAND ; + COMMAND ${CMAKE_COMMAND} -E echo "" COMMENT "Open ./${_outputname}/index.html in your browser to view the coverage report." ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msgpack-c-6.1.0/include/msgpack/version_master.h new/msgpack-c-7.0.0/include/msgpack/version_master.h --- old/msgpack-c-6.1.0/include/msgpack/version_master.h 2024-08-17 11:29:09.000000000 +0200 +++ new/msgpack-c-7.0.0/include/msgpack/version_master.h 2026-05-30 12:34:50.000000000 +0200 @@ -1,3 +1,3 @@ -#define MSGPACK_VERSION_MAJOR 6 -#define MSGPACK_VERSION_MINOR 1 +#define MSGPACK_VERSION_MAJOR 7 +#define MSGPACK_VERSION_MINOR 0 #define MSGPACK_VERSION_REVISION 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msgpack-c-6.1.0/test/msgpack_c.cpp new/msgpack-c-7.0.0/test/msgpack_c.cpp --- old/msgpack-c-6.1.0/test/msgpack_c.cpp 2024-08-17 07:46:11.000000000 +0200 +++ new/msgpack-c-7.0.0/test/msgpack_c.cpp 2026-05-30 02:24:27.000000000 +0200 @@ -1688,17 +1688,17 @@ EXPECT_STREQ(buffer, obj.via.ext.ptr); } +#define BUFFER_SIZE 4 TEST(MSGPACKC, init_msgpack_obj_array) { msgpack_object obj; char buffer[][7] = {"test_1", "test_2", "test_3", "test_4"}; - uint32_t buffer_size = 4; - msgpack_object array[buffer_size]; - for(size_t i = 0; i < buffer_size; i++) { + msgpack_object array[BUFFER_SIZE]; + for(size_t i = 0; i < BUFFER_SIZE; i++) { msgpack_object_init_str(&array[i], buffer[i], (uint32_t)strlen(buffer[i])); } - msgpack_object_init_array(&obj, array, buffer_size); + msgpack_object_init_array(&obj, array, BUFFER_SIZE); EXPECT_EQ(MSGPACK_OBJECT_ARRAY, obj.type); - for(size_t i = 0; i < buffer_size; i++) { + for(size_t i = 0; i < BUFFER_SIZE; i++) { EXPECT_STREQ(buffer[i], obj.via.array.ptr[i].via.str.ptr); } }
