Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2022-03-19 22:20:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and      /work/SRC/openSUSE:Factory/.dbus-1.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-1"

Sat Mar 19 22:20:29 2022 rev:171 rq:962877 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes        2022-03-11 
21:39:57.554013722 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new.25692/dbus-1-x11.changes     
2022-03-19 22:22:12.336897427 +0100
@@ -1,0 +2,6 @@
+Fri Mar 18 09:41:28 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Use --with-x=auto to actually enable X11 integration (boo#1197258,
+  workaround https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/263)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes    2022-03-16 
21:30:40.815407903 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new.25692/dbus-1.changes 2022-03-19 
22:22:12.528897670 +0100
@@ -1,0 +2,6 @@
+Thu Mar 17 21:00:39 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Drop use of %{with libalternatives}, there's no such bcond defined
+  and in many other places it's not optional anyway (boo#1197258)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dbus-1-x11.spec ++++++
--- /var/tmp/diff_new_pack.T1O2PJ/_old  2022-03-19 22:22:13.124898424 +0100
+++ /var/tmp/diff_new_pack.T1O2PJ/_new  2022-03-19 22:22:13.128898429 +0100
@@ -73,6 +73,8 @@
 export LDFLAGS="-pie"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 export V=1
+# --with-x=auto is a workaround until 
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/263
+# is included (1.14.1+)
 %configure \
     --disable-static \
     --runstatedir=%{_rundir} \
@@ -90,7 +92,7 @@
     --with-system-socket=/run/dbus/system_bus_socket \
     --with-systemdsystemunitdir=%{_unitdir} \
     --with-systemduserunitdir=%{_userunitdir} \
-    --with-x
+    --with-x=auto
 %make_build
 
 %install

++++++ dbus-1.spec ++++++
--- /var/tmp/diff_new_pack.T1O2PJ/_old  2022-03-19 22:22:13.152898460 +0100
+++ /var/tmp/diff_new_pack.T1O2PJ/_new  2022-03-19 22:22:13.156898465 +0100
@@ -168,12 +168,10 @@
 
 %pre -f messagebus.pre
 %service_add_pre dbus.service dbus.socket
-%if %{with libalternatives}
 # removing old update-alternatives entries
 if [ "$1" -gt 0 ] && [ -f %{_sbindir}/update-alternatives ] ; then
     %{_sbindir}/update-alternatives --remove dbus-launch 
%{_bindir}/dbus-launch.nox11
 fi
-%endif
 
 %post
 if [ -e %{_localstatedir}/lib/dbus/machine-id -a -e %{_sysconfdir}/machine-id 
]; then
@@ -189,18 +187,10 @@
 
 /sbin/ldconfig
 %set_permissions %{_libexecdir}/dbus-1/dbus-daemon-launch-helper
-%if ! %{with libalternatives}
-%{_sbindir}/update-alternatives --install %{_bindir}/dbus-launch dbus-launch 
%{_bindir}/dbus-launch.nox11 10
-%endif
 %service_add_post dbus.service dbus.socket
 %tmpfiles_create %{_prefix}/lib/tmpfiles.d/dbus.conf
 
 %preun
-%if ! %{with libalternatives}
-if [ "$1" = 0 ] ; then
-  %{_sbindir}/update-alternatives --remove dbus-launch 
%{_bindir}/dbus-launch.nox11
-fi
-%endif
 %service_del_preun dbus.service dbus.socket
 
 %postun

Reply via email to