Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-shell for openSUSE:Factory checked in at 2023-10-12 23:38:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old) and /work/SRC/openSUSE:Factory/.gnome-shell.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell" Thu Oct 12 23:38:54 2023 rev:241 rq:1117448 version:45.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes 2023-09-22 21:50:08.694808497 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-shell.new.1807/gnome-shell.changes 2023-10-12 23:38:55.533983191 +0200 @@ -1,0 +2,9 @@ +Thu Oct 12 03:16:50 UTC 2023 - Yifan Jiang <yfji...@suse.com> + +- Add gnome-shell-add-linkoption-dl.patch on SLE and Leap: the -ldl + option to build gnome-shell main programme is needed because an + upstream fix. This option needs explicitly given on current SLE + build environment. See: + https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/65cde18786e2bea8ffe33317b86182207e419240 + +------------------------------------------------------------------- New: ---- gnome-shell-add-linkoption-dl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-shell.spec ++++++ --- /var/tmp/diff_new_pack.BKgx24/_old 2023-10-12 23:38:56.350012731 +0200 +++ /var/tmp/diff_new_pack.BKgx24/_new 2023-10-12 23:38:56.354012875 +0200 @@ -65,6 +65,8 @@ Patch1011: gnome-shell-disable-offline-update-dialog.patch # PATCH-FEATURE-SLE gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch jsc#SLE-9267 qk...@suse.com -- Remove sessionList of endSessionDialog Patch1012: gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch +# PATCH-FIX-SLE gnome-shell-add-linkoption-dl.patch -- Need explicit -ldl build option with older gcc on SLE 15 +Patch1013: gnome-shell-add-linkoption-dl.patch # needed for directory ownership BuildRequires: asciidoc @@ -199,6 +201,7 @@ %patch1011 -p1 %endif %patch1012 -p1 +%patch1013 -p1 %endif cp %{SOURCE2} data/theme/ ++++++ gnome-shell-add-linkoption-dl.patch ++++++ Index: gnome-shell-45.0/src/meson.build =================================================================== --- gnome-shell-45.0.orig/src/meson.build +++ gnome-shell-45.0/src/meson.build @@ -250,6 +250,7 @@ executable('gnome-shell', 'main.c', include_directories: [conf_inc, st_inc, include_directories('tray')], build_rpath: mutter_typelibdir, install_rpath: install_rpath, + link_args: ['-ldl'], install: true )