Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gamemode for openSUSE:Factory 
checked in at 2022-09-03 23:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gamemode (Old)
 and      /work/SRC/openSUSE:Factory/.gamemode.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gamemode"

Sat Sep  3 23:19:23 2022 rev:10 rq:1001031 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gamemode/gamemode.changes        2022-07-26 
19:43:47.613653984 +0200
+++ /work/SRC/openSUSE:Factory/.gamemode.new.2083/gamemode.changes      
2022-09-03 23:19:34.423893676 +0200
@@ -1,0 +2,6 @@
+Sat Sep  3 11:47:40 UTC 2022 - Matthias Bach <ma...@marix.org> - 1.7
+
+- Add a workaround for building on Tumbleweed where detection of
+  the pidfd_open function does not work properly.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gamemode.spec ++++++
--- /var/tmp/diff_new_pack.dBGmnh/_old  2022-09-03 23:19:34.839894769 +0200
+++ /var/tmp/diff_new_pack.dBGmnh/_new  2022-09-03 23:19:34.847894790 +0200
@@ -113,6 +113,9 @@
 
 cp %{SOURCE3} .
 
+# Work around broken pidfd_open detection on Tumbleweed
+sed -i 's/pidfd_open = .*/pidfd_open = false/' meson.build
+
 %build
 %meson -Dwith-examples=false
 %meson_build

Reply via email to