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-04-22 16:58:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redumper (Old) and /work/SRC/openSUSE:Factory/.redumper.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redumper" Wed Apr 22 16:58:14 2026 rev:4 rq:1348635 version:713 Changes: -------- --- /work/SRC/openSUSE:Factory/redumper/redumper.changes 2026-04-15 16:14:34.267665131 +0200 +++ /work/SRC/openSUSE:Factory/.redumper.new.11940/redumper.changes 2026-04-22 16:59:04.634712025 +0200 @@ -1,0 +2,9 @@ +Sun Apr 19 07:28:55 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 713 + * https://github.com/superg/redumper/compare/build_709...b713 +- Add patch: + * redumper-use-system-googletest.patch +- Run testsuite + +------------------------------------------------------------------- Old: ---- redumper-b709.tar.gz New: ---- redumper-b713.tar.gz redumper-use-system-googletest.patch ----------(New B)---------- New:- Add patch: * redumper-use-system-googletest.patch - Run testsuite ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redumper.spec ++++++ --- /var/tmp/diff_new_pack.6Or0vC/_old 2026-04-22 16:59:05.626753077 +0200 +++ /var/tmp/diff_new_pack.6Or0vC/_new 2026-04-22 16:59:05.630753242 +0200 @@ -17,18 +17,20 @@ Name: redumper -Version: 709 +Version: 713 Release: 0 Summary: Low level CD dumper utility License: GPL-3.0-only Group: Productivity/Multimedia/CD/Grabbers 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 BuildRequires: cmake BuildRequires: libstdc++6-devel-gcc15 BuildRequires: lld19 BuildRequires: llvm19-devel +BuildRequires: pkgconfig(gtest) BuildRequires: ninja ExclusiveArch: x86_64 @@ -54,6 +56,9 @@ %install %cmake_install +%check +%ctest + %files %license LICENSE %doc README.md ++++++ redumper-b709.tar.gz -> redumper-b713.tar.gz ++++++ ++++ 1829 lines of diff (skipped) ++++++ redumper-use-system-googletest.patch ++++++ 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 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,14 +1,4 @@ -include(FetchContent) -FetchContent_Declare( - googletest - GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.15.2 -) -if(MSVC) - set(gtest_force_shared_crt OFF CACHE BOOL "" FORCE) -endif() -FetchContent_MakeAvailable(googletest) - +find_package(GTest REQUIRED) add_subdirectory("gtest") # DEPRECATED: will migrate to googletest
