Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit dbus-1
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 1 Sep 2006 01:25:42 +0200 (CEST)
  • Message-id: <20060831232542.F23B7951B4@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package dbus-1
checked in at Fri Sep 1 01:25:42 CEST 2006.

--------
--- dbus-1/dbus-1.changes 2006-08-24 00:24:34.000000000 +0200
+++ dbus-1/dbus-1.changes 2006-08-31 16:35:08.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 31 16:25:45 CEST 2006 - dkukawka@xxxxxxx
+
+- added patch dbus-display_DBUS_DAEMONDIR_in_configure.diff to
+ expand the complete path of DBUS_DAEMONDIR (b.n.c. #202854)
+
+-------------------------------------------------------------------

New:
----
dbus-fix_DBUS_DAEMONDIR_in_configure.diff

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

Other differences:
------------------
++++++ dbus-1.spec ++++++
--- /var/tmp/diff_new_pack.amiW8Q/_old 2006-09-01 01:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.amiW8Q/_new 2006-09-01 01:25:16.000000000 +0200
@@ -16,7 +16,7 @@
License: Other License(s), see package
Group: System/Daemons
Version: 0.92
-Release: 4
+Release: 5
Autoreqprov: on
Summary: D-Bus Message Bus System
Source0: dbus-%{version}.tar.gz
@@ -24,6 +24,7 @@
Source2: dbus-1.desktop
Patch0: dbus-tools_autobuild.diff
Patch1: dbus-unref-connections-on-close-thoenig-01.patch
+Patch2: dbus-fix_DBUS_DAEMONDIR_in_configure.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Prereq: /usr/sbin/groupadd /usr/sbin/useradd /sbin/insserv /etc/init.d/boot.localfs
%package -n dbus-1-devel
@@ -153,6 +154,7 @@
%setup -n dbus-%{version} -q
%patch0
%patch1
+%patch2
autoreconf -fi

%build
@@ -256,6 +258,9 @@
%{_mandir}/man1/dbus-launch.1.*

%changelog -n dbus-1
+* Thu Aug 31 2006 - dkukawka@xxxxxxx
+- added patch dbus-display_DBUS_DAEMONDIR_in_configure.diff to
+ expand the complete path of DBUS_DAEMONDIR (b.n.c. #202854)
* Thu Aug 24 2006 - thoenig@xxxxxxx
- add patch dbus-unref-connections-on-close-thoenig-01.patch: Unref
connections on dbus_connection_close (b.n.c. #201164).


++++++ dbus-fix_DBUS_DAEMONDIR_in_configure.diff ++++++
--- configure.in 2006-08-17 20:46:00.000000000 +0200
+++ configure.in 2006-08-31 16:14:23.000000000 +0200
@@ -995,7 +995,7 @@

#### Directory to install dbus-daemon
if test -z "$with_dbus_daemondir" ; then
- DBUS_DAEMONDIR="${bindir}"
+ DBUS_DAEMONDIR="${EXPANDED_BINDIR}"
else
DBUS_DAEMONDIR=$with_dbus_daemondir
fi
@@ -1120,6 +1120,7 @@
System bus user: ${DBUS_USER}
Session bus services dir: ${EXPANDED_DATADIR}/dbus-1/services
'make check' socket dir: ${TEST_SOCKET_DIR}
+ DBUS daemon dir: ${DBUS_DAEMONDIR}
"

if test x$enable_tests = xyes; then


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >