Hello community, here is the log from the commit of package dbus-1 for openSUSE:Factory checked in at Wed Oct 12 16:11:29 CEST 2011.
-------- --- openSUSE:Factory/dbus-1/dbus-1-x11.changes 2011-09-23 01:54:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/dbus-1/dbus-1-x11.changes 2011-10-12 12:00:47.000000000 +0200 @@ -1,0 +2,25 @@ +Wed Oct 12 09:47:55 UTC 2011 - [email protected] + +- add patch to enable X11 autolaunch even if configure thinks + it can't be done (bnc#707817) + +------------------------------------------------------------------- +Wed Oct 12 00:32:50 CEST 2011 - [email protected] + +- update to version 1.5.8: + * Clean up dead code, and make more warnings fatal in development builds + (fd.o #39231, fd.o #41012; Simon McVittie) + * Add a regression test for fd.o #38005 (fd.o #39836, Simon McVittie) + * Add _DBUS_STATIC_ASSERT and use it to check invariants + * Fix a small memory leak, and a failure to report errors, when updating + a service file entry for activation (fd.o #39230, Simon McVittie) + * Clean up (non-abstract) Unix sockets on bus daemon exit + * On systems that use libcap-ng but not systemd, drop supplemental groups + when switching to the daemon user (Red Hat #726953, Steve Grubb) + +------------------------------------------------------------------- +Fri Sep 30 20:07:53 UTC 2011 - [email protected] + +- add libtool as buildrequire to make the spec file more reliable + +------------------------------------------------------------------- --- openSUSE:Factory/dbus-1/dbus-1.changes 2011-10-03 09:15:34.000000000 +0200 +++ /mounts/work_src_done/STABLE/dbus-1/dbus-1.changes 2011-10-12 12:00:47.000000000 +0200 @@ -1,0 +2,20 @@ +Wed Oct 12 09:47:55 UTC 2011 - [email protected] + +- add patch to enable X11 autolaunch even if configure thinks + it can't be done (bnc#707817) + +------------------------------------------------------------------- +Wed Oct 12 00:32:50 CEST 2011 - [email protected] + +- update to version 1.5.8: + * Clean up dead code, and make more warnings fatal in development builds + (fd.o #39231, fd.o #41012; Simon McVittie) + * Add a regression test for fd.o #38005 (fd.o #39836, Simon McVittie) + * Add _DBUS_STATIC_ASSERT and use it to check invariants + * Fix a small memory leak, and a failure to report errors, when updating + a service file entry for activation (fd.o #39230, Simon McVittie) + * Clean up (non-abstract) Unix sockets on bus daemon exit + * On systems that use libcap-ng but not systemd, drop supplemental groups + when switching to the daemon user (Red Hat #726953, Steve Grubb) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- dbus-1.5.6.tar.gz New: ---- dbus-1.5.8.tar.gz dbus-do-autolaunch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbus-1-x11.spec ++++++ --- /var/tmp/diff_new_pack.zmg10G/_old 2011-10-12 16:11:24.000000000 +0200 +++ /var/tmp/diff_new_pack.zmg10G/_new 2011-10-12 16:11:24.000000000 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild Name: dbus-1-x11 @@ -29,7 +30,7 @@ BuildRequires: doxygen libexpat-devel libzio pkg-config update-desktop-files BuildRequires: audit-devel BuildRequires: libtool -Version: 1.5.6 +Version: 1.5.8 Release: 1 # bug437293 %ifarch ppc64 @@ -42,6 +43,8 @@ Source3: dbus_at_console.ck Source4: baselibs.conf Patch0: dbus-log-deny.patch +# PATCH-FIX-OPENSUSE [email protected] -- force a feature configure won't accept without x11 in buildrequires +Patch1: dbus-do-autolaunch.patch %if 0%{?suse_version} > 1100 %bcond_without selinux %else @@ -64,6 +67,7 @@ # COMMON2-BEGIN %setup -n %{_name}-%{version} -q %patch0 -p1 +%patch1 -p1 %build autoreconf -fi @@ -104,6 +108,9 @@ mv $tdir/%{_mandir}/man1/dbus-launch.1* %{buildroot}/%{_mandir}/man1 rm -rf $tdir +%clean +%{__rm} -rf %{buildroot} + %files %defattr(-,root,root) %{_bindir}/dbus-launch ++++++ dbus-1.spec ++++++ --- /var/tmp/diff_new_pack.zmg10G/_old 2011-10-12 16:11:25.000000000 +0200 +++ /var/tmp/diff_new_pack.zmg10G/_new 2011-10-12 16:11:25.000000000 +0200 @@ -27,7 +27,7 @@ BuildRequires: doxygen libexpat-devel libzio pkg-config update-desktop-files BuildRequires: audit-devel BuildRequires: libtool -Version: 1.5.6 +Version: 1.5.8 Release: 1 # bug437293 %ifarch ppc64 @@ -40,6 +40,8 @@ Source3: dbus_at_console.ck Source4: baselibs.conf Patch0: dbus-log-deny.patch +# PATCH-FIX-OPENSUSE [email protected] -- force a feature configure won't accept without x11 in buildrequires +Patch1: dbus-do-autolaunch.patch %if 0%{?suse_version} > 1100 %bcond_without selinux %else @@ -96,6 +98,7 @@ # COMMON2-BEGIN %setup -n %{_name}-%{version} -q %patch0 -p1 +%patch1 -p1 %build autoreconf -fi ++++++ dbus-1.5.6.tar.gz -> dbus-1.5.8.tar.gz ++++++ ++++ 5030 lines of diff (skipped) ++++++ dbus-do-autolaunch.patch ++++++ From: Stephan Kulow <[email protected]> We want x11 autolaunch even if we have no x11 in the build environment Index: dbus-1.5.8/dbus/dbus-sysdeps-unix.c =================================================================== --- dbus-1.5.8.orig/dbus/dbus-sysdeps-unix.c 2011-09-21 19:20:06.000000000 +0200 +++ dbus-1.5.8/dbus/dbus-sysdeps-unix.c 2011-10-12 11:39:26.099779864 +0200 @@ -3339,7 +3339,7 @@ _dbus_get_autolaunch_address (const char DBusString *address, DBusError *error) { -#ifdef DBUS_ENABLE_X11_AUTOLAUNCH +#if 1 /* Perform X11-based autolaunch. (We also support launchd-based autolaunch, * but that's done elsewhere, and if it worked, this function wouldn't * be called.) */ ++++++ pre_checkin.sh ++++++ --- /var/tmp/diff_new_pack.zmg10G/_old 2011-10-12 16:11:25.000000000 +0200 +++ /var/tmp/diff_new_pack.zmg10G/_new 2011-10-12 16:11:25.000000000 +0200 @@ -19,3 +19,4 @@ #fi done +osc service localrun format_spec_file continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
