Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deskflow for openSUSE:Factory checked in at 2025-12-26 14:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deskflow (Old) and /work/SRC/openSUSE:Factory/.deskflow.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deskflow" Fri Dec 26 14:37:33 2025 rev:7 rq:1324409 version:1.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/deskflow/deskflow.changes 2025-11-24 14:10:37.088873433 +0100 +++ /work/SRC/openSUSE:Factory/.deskflow.new.1928/deskflow.changes 2025-12-26 14:37:36.810705688 +0100 @@ -1,0 +2,6 @@ +Thu Dec 25 21:50:19 UTC 2025 - Richard Rahl <[email protected]> + +- enable more tests by using the whole suite, not only legacytests +- add disable-test-x86.patch, disable the 1 test which fails on legacy x86 + +------------------------------------------------------------------- New: ---- disable-test-x86.patch ----------(New B)---------- New:- enable more tests by using the whole suite, not only legacytests - add disable-test-x86.patch, disable the 1 test which fails on legacy x86 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deskflow.spec ++++++ --- /var/tmp/diff_new_pack.8x4CVQ/_old 2025-12-26 14:37:37.806746631 +0100 +++ /var/tmp/diff_new_pack.8x4CVQ/_new 2025-12-26 14:37:37.810746795 +0100 @@ -26,6 +26,7 @@ URL: https://github.com/deskflow/deskflow Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: disable-updater.patch +Patch1: disable-test-x86.patch BuildRequires: c++_compiler BuildRequires: cmake >= 3.24 BuildRequires: doxygen @@ -77,7 +78,12 @@ %prep -%autosetup -p1 +%autosetup -N +%ifarch %{ix86} +%autopatch -p1 +%else +%patch -P0 -p1 +%endif %build %cmake \ @@ -95,8 +101,10 @@ install -Dm0644 ./deploy/linux/%{appid}.png %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/%{appid}.png %fdupes %{buildroot}%{_docdir} +%ifnarch %{ix86} %check -./build/bin/legacytests +%ctest +%endif %files %license LICENSE LICENSE_EXCEPTION ++++++ disable-test-x86.patch ++++++ diff -rubN deskflow-1.25.0/src/unittests/deskflow/CMakeLists.txt deskflow-1.25.0-patched/src/unittests/deskflow/CMakeLists.txt --- deskflow-1.25.0/src/unittests/deskflow/CMakeLists.txt 2025-11-21 16:09:53.000000000 +0100 +++ deskflow-1.25.0-patched/src/unittests/deskflow/CMakeLists.txt 2025-12-25 22:42:12.017374930 +0100 @@ -22,14 +22,6 @@ ) create_test( - NAME IKeyStateTests - DEPENDS app - LIBS arch base ${extra_libs} - SOURCE IKeyStateTests.cpp - WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/src/lib/deskflow" -) - -create_test( NAME KeyMapTests DEPENDS app LIBS arch base ${extra_libs}
