Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package redumper for openSUSE:Factory checked in at 2026-05-04 12:54:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redumper (Old) and /work/SRC/openSUSE:Factory/.redumper.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redumper" Mon May 4 12:54:02 2026 rev:5 rq:1350511 version:720 Changes: -------- --- /work/SRC/openSUSE:Factory/redumper/redumper.changes 2026-04-22 16:59:04.634712025 +0200 +++ /work/SRC/openSUSE:Factory/.redumper.new.30200/redumper.changes 2026-05-04 12:57:17.946818983 +0200 @@ -1,0 +2,8 @@ +Sun May 3 09:06:43 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 720 + * https://github.com/superg/redumper/compare/build_713...b720 +- Add patch + * redumper-no-static-linking.patch + +------------------------------------------------------------------- Old: ---- redumper-b713.tar.gz New: ---- redumper-b720.tar.gz redumper-no-static-linking.patch ----------(New B)---------- New:- Add patch * redumper-no-static-linking.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redumper.spec ++++++ --- /var/tmp/diff_new_pack.h5ZCAa/_old 2026-05-04 12:57:18.390837258 +0200 +++ /var/tmp/diff_new_pack.h5ZCAa/_new 2026-05-04 12:57:18.390837258 +0200 @@ -17,7 +17,7 @@ Name: redumper -Version: 713 +Version: 720 Release: 0 Summary: Low level CD dumper utility License: GPL-3.0-only @@ -25,7 +25,8 @@ URL: https://github.com/superg/redumper/ Source: https://github.com/superg/redumper/archive/refs/tags/b%{version}.tar.gz#/%{name}-b%{version}.tar.gz Patch0: redumper-use-system-googletest.patch -BuildRequires: clang19 +Patch1: redumper-no-static-linking.patch +BuildRequires: clang20 BuildRequires: cmake BuildRequires: libstdc++6-devel-gcc15 BuildRequires: lld19 @@ -48,9 +49,9 @@ %define _lto_cflags %{nil} %define __builder ninja %cmake \ - -DCMAKE_CXX_COMPILER="clang++-19" \ - -DCMAKE_C_COMPILER="clang-19" \ - -DCMAKE_CXX_FLAGS="-I/usr/lib64/clang/19/include/" + -DCMAKE_CXX_COMPILER="clang++-20" \ + -DCMAKE_C_COMPILER="clang-20" \ + -DCMAKE_CXX_FLAGS="-I/usr/lib64/clang/20/include/" %cmake_build %install ++++++ redumper-b713.tar.gz -> redumper-b720.tar.gz ++++++ ++++ 2209 lines of diff (skipped) ++++++ redumper-no-static-linking.patch ++++++ diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a29795..c8830b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,10 +220,6 @@ endif() target_link_libraries(redumper ${libs}) -if(REDUMPER_TARGET_LINUX) - target_link_options(redumper PRIVATE "-static") -endif() - install(TARGETS redumper DESTINATION "bin") # bundle LLVM libc++ for C++20 support (system libc++ is too old, static linking not allowed on macOS) ++++++ redumper-use-system-googletest.patch ++++++ --- /var/tmp/diff_new_pack.h5ZCAa/_old 2026-05-04 12:57:18.714850593 +0200 +++ /var/tmp/diff_new_pack.h5ZCAa/_new 2026-05-04 12:57:18.718850757 +0200 @@ -1,12 +1,8 @@ -diff --git a/tests/.CMakeLists.txt.swp b/tests/.CMakeLists.txt.swp -deleted file mode 100644 -index 549f44e..0000000 -Binary files a/tests/.CMakeLists.txt.swp and /dev/null differ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt -index 7b9e0fe..b9173a4 100644 +index 3d8ca2d..9f20d07 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt -@@ -1,14 +1,4 @@ +@@ -1,12 +1,2 @@ -include(FetchContent) -FetchContent_Declare( - googletest @@ -20,6 +16,4 @@ - +find_package(GTest REQUIRED) add_subdirectory("gtest") - - # DEPRECATED: will migrate to googletest
