Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gamescope for openSUSE:Factory checked in at 2023-09-15 22:05:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gamescope (Old) and /work/SRC/openSUSE:Factory/.gamescope.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gamescope" Fri Sep 15 22:05:33 2023 rev:5 rq:1111511 version:3.12.5+git0.a8471d8 Changes: -------- --- /work/SRC/openSUSE:Factory/gamescope/gamescope.changes 2023-09-02 22:08:04.504168495 +0200 +++ /work/SRC/openSUSE:Factory/.gamescope.new.1766/gamescope.changes 2023-09-15 22:11:00.745014165 +0200 @@ -1,0 +2,5 @@ +Wed Sep 13 19:01:13 UTC 2023 - Callum Farmer <gm...@opensuse.org> + +- Tumbleweed now has a pkgconfig file for stb + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gamescope.spec ++++++ --- /var/tmp/diff_new_pack.1EBAk3/_old 2023-09-15 22:11:02.669082960 +0200 +++ /var/tmp/diff_new_pack.1EBAk3/_new 2023-09-15 22:11:02.669082960 +0200 @@ -100,9 +100,11 @@ %prep %autosetup -p1 -sed -i "s|dependency('stb')|declare_dependency(include_directories: include_directories('/usr/include/stb'))|g" src/meson.build %build +%if 0%{?suse_version} < 1599 +sed -i "s|dependency('stb')|declare_dependency(include_directories: include_directories('/usr/include/stb'))|g" src/meson.build +%endif %meson \ -Dpipewire=enabled \ %{nil}