Hello community, here is the log from the commit of package dbus-1 for openSUSE:Factory checked in at 2013-05-06 09:02:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old) and /work/SRC/openSUSE:Factory/.dbus-1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbus-1" Changes: -------- --- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes 2013-02-20 09:26:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes 2013-05-06 09:02:54.000000000 +0200 @@ -1,0 +2,45 @@ +Thu Apr 25 21:02:26 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to 1.7.2 + + Diagnose incorrect use of dbus_connection_get_data() with negative + slot (i.e. before allocating the slot) rather than returning junk + (fdo #63127) + + The --with-dbus-session-bus-default-address configure option is no + longer supported + + Under systemd, log to syslog only, not stderr, avoiding duplication + (fdo#61399, fdo#39987) + + Under systemd, remove unnecessary dependency on syslog.socket + (fdo#63531) + + Allow use of systemd-logind without the rest of systemd + (fdo#62585) +- Dropped dbus-move-everything-to-run-directory.patch, since we can + define location of system pid and socket with configure flags and + set the flags accordingly +- Added xmlto BuildRequires, it is needed now for man files + +------------------------------------------------------------------- +Wed Apr 24 20:01:10 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to 1.6.10 + + Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, + U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fdo#63072) + + Diagnose incorrect use of dbus_connection_get_data() with negative slot + (i.e. before allocating the slot) rather than returning junk (fdo#63127) + + In the activation helper, when compiled for tests, do not reset the system + bus address, fixing the regression tests. (fdo#52202) + + Fix building with Valgrind 3.8, at the cost of causing harmless warnings + with Valgrind 3.6 on some compilers (fdo#55932) + + Don't leak temporary fds pointing to /dev/null (fdo#56927,) + + Create session.d, system.d directories under CMake (fdo#41319) + + Include alloca.h for alloca() if available, fixing compilation on + Solaris 10 (fdo#63071) + +------------------------------------------------------------------- +Fri Feb 22 17:13:02 CET 2013 - h...@suse.com + +- Spec file changes moving files from /var/run to /run. +- Add dbus-move-everything-to-run-directory.patch by rmilasan. This + moves everything (pid files, lock files, etc.) to /run. +- Add dbus-fall-back-to-old-run-directory.patch (bnc#802525). + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes 2013-03-04 17:27:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1.changes 2013-05-06 09:02:55.000000000 +0200 @@ -1,0 +2,37 @@ +Thu Apr 25 21:02:26 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to 1.7.2 + + Diagnose incorrect use of dbus_connection_get_data() with negative + slot (i.e. before allocating the slot) rather than returning junk + (fdo #63127) + + The --with-dbus-session-bus-default-address configure option is no + longer supported + + Under systemd, log to syslog only, not stderr, avoiding duplication + (fdo#61399, fdo#39987) + + Under systemd, remove unnecessary dependency on syslog.socket + (fdo#63531) + + Allow use of systemd-logind without the rest of systemd + (fdo#62585) +- Dropped dbus-move-everything-to-run-directory.patch, since we can + define location of system pid and socket with configure flags and + set the flags accordingly +- Added xmlto BuildRequires, it is needed now for man files + +------------------------------------------------------------------- +Wed Apr 24 20:01:10 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to 1.6.10 + + Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, + U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fdo#63072) + + Diagnose incorrect use of dbus_connection_get_data() with negative slot + (i.e. before allocating the slot) rather than returning junk (fdo#63127) + + In the activation helper, when compiled for tests, do not reset the system + bus address, fixing the regression tests. (fdo#52202) + + Fix building with Valgrind 3.8, at the cost of causing harmless warnings + with Valgrind 3.6 on some compilers (fdo#55932) + + Don't leak temporary fds pointing to /dev/null (fdo#56927,) + + Create session.d, system.d directories under CMake (fdo#41319) + + Include alloca.h for alloca() if available, fixing compilation on + Solaris 10 (fdo#63071) + +------------------------------------------------------------------- Old: ---- dbus-1.6.8.tar.gz dbus-move-everything-to-run-directory.patch New: ---- dbus-1.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbus-1-x11.spec ++++++ --- /var/tmp/diff_new_pack.UCeoZR/_old 2013-05-06 09:02:57.000000000 +0200 +++ /var/tmp/diff_new_pack.UCeoZR/_new 2013-05-06 09:02:57.000000000 +0200 @@ -42,11 +42,12 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: update-desktop-files +BuildRequires: xmlto %if %{with_systemd} BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(libsystemd-login) %endif -Version: 1.6.8 +Version: 1.7.2 Release: 0 # bug437293 %ifarch ppc64 @@ -61,6 +62,8 @@ Patch0: dbus-log-deny.patch # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept without x11 in buildrequires Patch1: dbus-do-autolaunch.patch +# PATCH-FIX-OPENSUSE h...@suse.com bnc#802525 - Avoid clients hanging after move to /run +Patch2: dbus-fall-back-to-old-run-directory.patch %if 0%{?suse_version} > 1100 %bcond_without selinux %else @@ -84,6 +87,7 @@ %setup -n %{_name}-%{version} -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build autoreconf -fi @@ -113,7 +117,9 @@ --enable-systemd \ %endif --enable-libaudit \ - --with-console-auth-dir=/var/run/dbus/at_console/ \ + --with-console-auth-dir=/run/dbus/at_console/ \ + --with-system-pid-file=/run/dbus/pid \ + --with-system-socket=/run/dbus/system_bus_socket \ --with-systemdsystemunitdir=%{_unitdir} make %{?_smp_mflags} doxygen -u && doxygen ++++++ dbus-1.spec ++++++ --- /var/tmp/diff_new_pack.UCeoZR/_old 2013-05-06 09:02:57.000000000 +0200 +++ /var/tmp/diff_new_pack.UCeoZR/_new 2013-05-06 09:02:57.000000000 +0200 @@ -41,11 +41,12 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: update-desktop-files +BuildRequires: xmlto %if %{with_systemd} BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(libsystemd-login) %endif -Version: 1.6.8 +Version: 1.7.2 Release: 0 # bug437293 %ifarch ppc64 @@ -60,10 +61,8 @@ Patch0: dbus-log-deny.patch # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept without x11 in buildrequires Patch1: dbus-do-autolaunch.patch -# PATCH-FIX-OPENSUSE rmila...@suse.com - move pid and any temp files to /run -Patch2: dbus-move-everything-to-run-directory.patch # PATCH-FIX-OPENSUSE h...@suse.com bnc#802525 - Avoid clients hanging after move to /run -Patch3: dbus-fall-back-to-old-run-directory.patch +Patch2: dbus-fall-back-to-old-run-directory.patch %if 0%{?suse_version} > 1100 %bcond_without selinux %else @@ -140,7 +139,6 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build autoreconf -fi @@ -171,6 +169,8 @@ %endif --enable-libaudit \ --with-console-auth-dir=/run/dbus/at_console/ \ + --with-system-pid-file=/run/dbus/pid \ + --with-system-socket=/run/dbus/system_bus_socket \ --with-systemdsystemunitdir=%{_unitdir} make %{?_smp_mflags} doxygen -u && doxygen @@ -317,6 +317,13 @@ %doc %{_datadir}/doc/dbus/dbus-tutorial.html %doc %{_datadir}/doc/dbus/diagram.* %doc %{_datadir}/doc/dbus/system-activation.txt +%doc %{_datadir}/doc/dbus/dbus-cleanup-sockets.1.html +%doc %{_datadir}/doc/dbus/dbus-daemon.1.html +%doc %{_datadir}/doc/dbus/dbus-launch.1.html +%doc %{_datadir}/doc/dbus/dbus-monitor.1.html +%doc %{_datadir}/doc/dbus/dbus-send.1.html +%doc %{_datadir}/doc/dbus/dbus-uuidgen.1.html +%doc %{_datadir}/doc/dbus/dbus.devhelp %doc doc/*.txt doc/file-boilerplate.c doc/TODO %{_datadir}/susehelp ++++++ dbus-1.6.8.tar.gz -> dbus-1.7.2.tar.gz ++++++ ++++ 15667 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org