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-09-20 13:21:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk3.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk3"

Wed Sep 20 13:21:30 2023 rev:188 rq:1110895 version:3.24.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes        2023-08-15 
16:39:37.270829487 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new.16627/gtk3.changes     2023-09-20 
13:21:49.390811026 +0200
@@ -1,0 +2,6 @@
+Tue Sep 12 14:27:25 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use RPM ternary operations to specify true/false arguments based
+  on build conditions (%[%{with FOO} ? "true" : "false"])
+
+-------------------------------------------------------------------

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

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

Reply via email to