Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdispatch for openSUSE:Factory checked in at 2026-06-17 16:20:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdispatch (Old) and /work/SRC/openSUSE:Factory/.libdispatch.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdispatch" Wed Jun 17 16:20:41 2026 rev:11 rq:1359848 version:6.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libdispatch/libdispatch.changes 2026-06-04 18:56:47.815021221 +0200 +++ /work/SRC/openSUSE:Factory/.libdispatch.new.1981/libdispatch.changes 2026-06-17 16:21:20.146634709 +0200 @@ -1,0 +2,14 @@ +Tue Jun 16 20:46:40 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 6.3.2 (swift-6.3.2-RELEASE), tracking the + Swift 6.3.2 release; notable changes since 6.1.1: + * Worker-thread names and basic thread prioritisation on Linux + * 16 KB page alignment on 64-bit Android + * Support for building libdispatch statically + * Build-system updates: CMake minimum requirement bumped, + cross-compilation support removed, FreeBSD/OpenBSD fixes +- Drop silence-signedness-change-through-implicit-conversion-error.patch: + merged upstream (PR #880) +- Rebase soversion.patch for the restructured src CMakeLists + +------------------------------------------------------------------- Old: ---- silence-signedness-change-through-implicit-conversion-error.patch ----------(Old B)---------- Old: cross-compilation support removed, FreeBSD/OpenBSD fixes - Drop silence-signedness-change-through-implicit-conversion-error.patch: merged upstream (PR #880) ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdispatch.spec ++++++ --- /var/tmp/diff_new_pack.Txuddt/_old 2026-06-17 16:21:21.194678543 +0200 +++ /var/tmp/diff_new_pack.Txuddt/_new 2026-06-17 16:21:21.198678711 +0200 @@ -16,9 +16,9 @@ # -%define reltag 6.1.1-RELEASE +%define reltag 6.3.2-RELEASE Name: libdispatch -Version: 6.1.1 +Version: 6.3.2 Release: 0 Summary: Apple's Grand Central Dispatch library License: Apache-2.0 @@ -27,8 +27,6 @@ Source1: libdispatch-rpmlintrc # PATCH-FIX-OPENSUSE set library versions Patch0: soversion.patch -# PATCH-FIX-UPSTREAM https://github.com/swiftlang/swift-corelibs-libdispatch/pull/880 -Patch1: silence-signedness-change-through-implicit-conversion-error.patch BuildRequires: chrpath BuildRequires: clang BuildRequires: cmake ++++++ corelibs-libdispatch.tar.gz ++++++ ++++ 2750 lines of diff (skipped) ++++++ soversion.patch ++++++ --- /var/tmp/diff_new_pack.Txuddt/_old 2026-06-17 16:21:21.534692764 +0200 +++ /var/tmp/diff_new_pack.Txuddt/_new 2026-06-17 16:21:21.538692932 +0200 @@ -1,23 +1,23 @@ ---- a/src/CMakeLists.txt 2026-06-03 20:44:48.868822054 +0200 -+++ b/src/CMakeLists.txt 2026-06-03 20:44:48.908826539 +0200 -@@ -93,7 +93,7 @@ - - - set_target_properties(dispatch PROPERTIES -- POSITION_INDEPENDENT_CODE YES) -+ POSITION_INDEPENDENT_CODE YES VERSION 1.3 SOVERSION 1.3) - - target_include_directories(dispatch PUBLIC - ${PROJECT_BINARY_DIR} ---- a/src/BlocksRuntime/CMakeLists.txt 2026-06-03 20:44:48.868822054 +0200 -+++ b/src/BlocksRuntime/CMakeLists.txt 2026-06-03 20:44:48.912826987 +0200 -@@ -20,7 +20,7 @@ +--- a/src/CMakeLists.txt 2026-06-16 22:43:31.837028803 +0200 ++++ b/src/CMakeLists.txt 2026-06-16 22:43:31.917037771 +0200 +@@ -170,7 +170,7 @@ endif() - set_target_properties(BlocksRuntime PROPERTIES -- POSITION_INDEPENDENT_CODE TRUE) -+ POSITION_INDEPENDENT_CODE TRUE VERSION 1.3 SOVERSION 1.3) + if(NOT APPLE AND NOT WIN32) +- set_target_properties(dispatch PROPERTIES INSTALL_RPATH "$ORIGIN") ++ set_target_properties(dispatch PROPERTIES INSTALL_RPATH "$ORIGIN" VERSION 1.3 SOVERSION 1.3) + endif() if(LINKER_SUPPORTS_BUILD_ID) +--- a/src/BlocksRuntime/CMakeLists.txt 2026-06-16 22:43:31.837028803 +0200 ++++ b/src/BlocksRuntime/CMakeLists.txt 2026-06-16 22:43:31.917037771 +0200 +@@ -26,6 +26,8 @@ target_link_options(BlocksRuntime PRIVATE "LINKER:--build-id=sha1") + endif() + ++set_target_properties(BlocksRuntime PROPERTIES VERSION 1.3 SOVERSION 1.3) ++ + add_library(BlocksRuntime::BlocksRuntime ALIAS BlocksRuntime) + + install(FILES Block.h
