Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glib2 for openSUSE:Factory checked in at 2023-10-25 18:02:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glib2 (Old) and /work/SRC/openSUSE:Factory/.glib2.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glib2" Wed Oct 25 18:02:13 2023 rev:272 rq:1120014 version:2.78.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glib2/glib2.changes 2023-10-02 20:04:40.486938518 +0200 +++ /work/SRC/openSUSE:Factory/.glib2.new.24901/glib2.changes 2023-10-25 18:03:02.794894799 +0200 @@ -1,0 +2,16 @@ +Tue Oct 24 08:22:09 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Use sed call to replace gio-querymodules with gio-querymodules-64 + in gio-2.0.pc where appropiate. + +------------------------------------------------------------------- +Wed Oct 11 09:38:15 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Require /usr/bin/dbus-daemon by the devel package: GDBusTest + launches an own dbus-daemon with a separate environment, so that + test code does not have to rely on the session bus. Ensure + consumers of GDBusTest have the needed dep present. +- Change the dbus-launch Requires to %{_bindir}/dbus-launch: be + flexible about potential future package layout changes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glib2.spec ++++++ --- /var/tmp/diff_new_pack.8QYiGH/_old 2023-10-25 18:03:03.586921436 +0200 +++ /var/tmp/diff_new_pack.8QYiGH/_new 2023-10-25 18:03:03.590921570 +0200 @@ -149,6 +149,9 @@ Requires: pkgconfig # Required by gdbus-codegen Requires: python3-xml +# GDbusTest launches dbus-daemon with a special env to not interfere with +# the real session bus. +Requires: %{_bindir}/dbus-daemon # %description devel @@ -202,7 +205,7 @@ #!BuildIgnore: shared-mime-info Requires: %{name}-tools # bnc#678518: libgio interacts with others by means of dbus-launch -Requires: dbus-launch +Requires: %{_bindir}/dbus-launch Requires: gio-branding = %{version} Requires: shared-mime-info # Needed for branding packages @@ -315,6 +318,7 @@ # gio-querymodules magic %if "%{_lib}" == "lib64" mv -T %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-64 +sed -i -e "/^gio_querymodules=/s/gio-querymodules/gio-querymodules-64/" %{buildroot}%{_libdir}/pkgconfig/gio-2.0.pc %endif mkdir -p %{buildroot}%{_libdir}/gio/modules >> %{buildroot}%{_libdir}/gio/modules/giomodule.cache