Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2023-10-13 23:13:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk3.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk3"

Fri Oct 13 23:13:44 2023 rev:189 rq:1117125 version:3.24.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes        2023-09-20 
13:21:49.390811026 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new.20540/gtk3.changes     2023-10-13 
23:13:52.881296678 +0200
@@ -1,0 +2,6 @@
+Sun Oct  8 07:48:06 UTC 2023 - Yifan Jiang <yfji...@suse.com>
+
+- Revert RPM ternary operations on SLE where rpm version is not
+  ready.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtk3.spec ++++++
--- /var/tmp/diff_new_pack.fALGNw/_old  2023-10-13 23:13:54.493355148 +0200
+++ /var/tmp/diff_new_pack.fALGNw/_new  2023-10-13 23:13:54.493355148 +0200
@@ -399,11 +399,11 @@
 
 %build
 %meson \
-    -D broadway_backend=%[%{with broadway} ? "true" : "false"] \
-    -D cloudproviders=%[%{with clouds} ? "true" : "false"] \
+    -D broadway_backend=%{?with_broadway:true}%{!?with_broadway:false} \
+    -D cloudproviders=%{?with_clouds:true}%{!?with_clouds:false} \
     -D gtk_doc=true \
     -D man=true \
-    -D tests=%[%{with tests} ? "true" : "false"] \
+    -D tests=%{?with_tests:true}%{!?with_tests:false} \
     -D builtin_immodules=wayland,waylandgtk \
     ;
 %meson_build

Reply via email to