Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package crow-translate for openSUSE:Factory 
checked in at 2025-05-14 17:01:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crow-translate (Old)
 and      /work/SRC/openSUSE:Factory/.crow-translate.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crow-translate"

Wed May 14 17:01:18 2025 rev:9 rq:1277262 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/crow-translate/crow-translate.changes    
2024-11-08 12:04:00.489046296 +0100
+++ /work/SRC/openSUSE:Factory/.crow-translate.new.30101/crow-translate.changes 
2025-05-14 17:01:43.216527978 +0200
@@ -1,0 +2,6 @@
+Wed May  7 04:57:54 UTC 2025 - Simon Lees <sfl...@suse.de>
+
+- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
+  minimum version warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ crow-translate.spec ++++++
--- /var/tmp/diff_new_pack.qwuQF3/_old  2025-05-14 17:01:43.768551035 +0200
+++ /var/tmp/diff_new_pack.qwuQF3/_new  2025-05-14 17:01:43.772551203 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package crow-translate
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2019, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -35,11 +35,11 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5Wayland)
-BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  cmake(Qt5Multimedia)
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Widgets)
@@ -61,6 +61,9 @@
 %autosetup -p1 -n crow-translate-v%{version}
 
 %build
+# Remove cmake4 error due to not setting
+# min cmake version - sflees.de
+export CMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_kf5 -d build
 %cmake_build
 

Reply via email to