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-06-15 19:42:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msgpack-c (Old)
 and      /work/SRC/openSUSE:Factory/.msgpack-c.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msgpack-c"

Mon Jun 15 19:42:42 2026 rev:7 rq:1359251 version:7.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/msgpack-c/msgpack-c.changes      2026-05-31 
18:31:13.887343162 +0200
+++ /work/SRC/openSUSE:Factory/.msgpack-c.new.1981/msgpack-c.changes    
2026-06-15 19:45:40.997044825 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 08:35:25 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 7.0.1
+  * Some change to the build procedure only
+
+-------------------------------------------------------------------

Old:
----
  msgpack-c-7.0.0.tar.gz

New:
----
  msgpack-c-7.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ msgpack-c.spec ++++++
--- /var/tmp/diff_new_pack.cCKt7b/_old  2026-06-15 19:45:41.749076340 +0200
+++ /var/tmp/diff_new_pack.cCKt7b/_new  2026-06-15 19:45:41.753076508 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           msgpack-c
-Version:        7.0.0
+Version:        7.0.1
 Release:        0
 Summary:        Object serialization library for cross-language communication
 License:        BSL-1.0

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.cCKt7b/_old  2026-06-15 19:45:41.825079526 +0200
+++ /var/tmp/diff_new_pack.cCKt7b/_new  2026-06-15 19:45:41.833079861 +0200
@@ -1,5 +1,5 @@
-mtime: 1780238404
-commit: b6ea61afeb2591964b9f878b9bc5b12e82be510775dc86652bcc841f63201aef
+mtime: 1780994529
+commit: 23a9503fd716ffd306731eb7c9329a6469824924068e5afd088602f87bb5f7e7
 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-06-09 10:42:09.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ msgpack-c-7.0.0.tar.gz -> msgpack-c-7.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-c-7.0.0/CMakeLists.txt 
new/msgpack-c-7.0.1/CMakeLists.txt
--- old/msgpack-c-7.0.0/CMakeLists.txt  2026-05-30 02:24:27.000000000 +0200
+++ new/msgpack-c-7.0.1/CMakeLists.txt  2026-06-09 08:31:24.000000000 +0200
@@ -136,7 +136,7 @@
             $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
             $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>
             $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include/msgpack>
-            $<INSTALL_INTERFACE:include>
+            $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
         PRIVATE
             ${CMAKE_CURRENT_SOURCE_DIR}
     )
@@ -154,7 +154,7 @@
             $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
             $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>
             $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include/msgpack>
-            $<INSTALL_INTERFACE:include>
+            $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
         PRIVATE
             ${CMAKE_CURRENT_SOURCE_DIR}
     )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-c-7.0.0/README.md 
new/msgpack-c-7.0.1/README.md
--- old/msgpack-c-7.0.0/README.md       2026-05-30 12:34:50.000000000 +0200
+++ new/msgpack-c-7.0.1/README.md       2026-06-09 08:59:33.000000000 +0200
@@ -1,7 +1,7 @@
 `msgpack` for C
 ===================
 
-Version 7.0.0 [![Build 
Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=c_master)](https://github.com/msgpack/msgpack-c/actions)
 [![Build 
status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/c_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
+Version 7.0.1 [![Build 
Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=c_master)](https://github.com/msgpack/msgpack-c/actions)
 [![Build 
status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/c_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
 
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master/graph/badge.svg)](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-7.0.0/include/msgpack/version_master.h 
new/msgpack-c-7.0.1/include/msgpack/version_master.h
--- old/msgpack-c-7.0.0/include/msgpack/version_master.h        2026-05-30 
12:34:50.000000000 +0200
+++ new/msgpack-c-7.0.1/include/msgpack/version_master.h        2026-06-09 
08:59:33.000000000 +0200
@@ -1,3 +1,3 @@
 #define MSGPACK_VERSION_MAJOR    7
 #define MSGPACK_VERSION_MINOR    0
-#define MSGPACK_VERSION_REVISION 0
+#define MSGPACK_VERSION_REVISION 1

Reply via email to