Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cantata for openSUSE:Factory checked 
in at 2025-10-20 13:35:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantata (Old)
 and      /work/SRC/openSUSE:Factory/.cantata.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantata"

Mon Oct 20 13:35:49 2025 rev:29 rq:1312233 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantata/cantata.changes  2025-06-17 
18:23:15.848906282 +0200
+++ /work/SRC/openSUSE:Factory/.cantata.new.18484/cantata.changes       
2025-10-20 13:36:10.049378331 +0200
@@ -1,0 +2,6 @@
+Sun Oct 19 15:30:02 UTC 2025 - RN <[email protected]>
+
+- Added some cmake warning igonoring flags: 
+  `unused-result` and `unused-result`
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cantata.spec ++++++
--- /var/tmp/diff_new_pack.sN11b7/_old  2025-10-20 13:36:10.589401186 +0200
+++ /var/tmp/diff_new_pack.sN11b7/_new  2025-10-20 13:36:10.589401186 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cantata
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -93,9 +93,12 @@
 %autosetup -p1
 
 %build
-%cmake -DENABLE_REMOTE_DEVICES=OFF \
+%cmake \
+    -DENABLE_REMOTE_DEVICES=OFF \
     -DENABLE_CATEGORIZED_VIEW=OFF \
-    -DBUILD_PLUGIN_DEBUG=OFF
+    -DBUILD_PLUGIN_DEBUG=OFF \
+    -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -Wno-error=unused-result 
-Wno-error=deprecated-declarations" \
+     %{nil}
 %cmake_build
 
 %install

Reply via email to