This commit is contained in:
parent
2040536208
commit
4d863af7d5
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 13:39:59 CEST 2008 - thoenig@suse.de
|
||||
|
||||
- Update to D-Bus 1.2.1
|
||||
- Changes:
|
||||
* compiles under some older versions of glibc
|
||||
* compiles without X support once again
|
||||
* fix stuck server grab if dbus-launch is run in an existing
|
||||
D-Bus X session
|
||||
* various Mac OSX build fixes added
|
||||
* don't use the broken poll call on Mac OSX
|
||||
* better checks for linker flag support should allow D-Bus to
|
||||
link under various linkers
|
||||
* exit_on_disconnect is set after the connection registers with
|
||||
a bus so we don't exit if we get a disconnect during the
|
||||
handshake
|
||||
* dicts now work correctly with dbus-send
|
||||
* inotify backend is now less aggressive
|
||||
* pending calls expire correctly
|
||||
* memleak of uuid when the bus is autolaunched fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 19:53:34 CET 2008 - thoenig@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package dbus-1-x11 (Version 1.1.20)
|
||||
# spec file for package dbus-1-x11 (Version 1.2.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -20,14 +20,13 @@ Summary: X11-requiring add-ons for D-Bus
|
||||
# COMMON1-BEGIN
|
||||
# COMMON1-BEGIN
|
||||
BuildRequires: doxygen libexpat-devel libzio pkgconfig
|
||||
Version: 1.1.20
|
||||
Version: 1.2.1
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Source0: dbus-%{version}.tar.bz2
|
||||
Source1: rc.boot.dbus
|
||||
Source2: dbus-1.desktop
|
||||
Patch0: dbus-do-not-abort-on-check-thoenig-01.patch
|
||||
Patch1: dbus-1.1.20-fix-build.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# COMMON1-END
|
||||
# COMMON1-END
|
||||
@ -61,7 +60,6 @@ Authors:
|
||||
%setup -n dbus-%{version} -q
|
||||
# Disable this until we hit RC phase
|
||||
#%patch0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -109,6 +107,24 @@ rm -rf $tdir
|
||||
%{_mandir}/man1/dbus-launch.1*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 08 2008 thoenig@suse.de
|
||||
- Update to D-Bus 1.2.1
|
||||
- Changes:
|
||||
* compiles under some older versions of glibc
|
||||
* compiles without X support once again
|
||||
* fix stuck server grab if dbus-launch is run in an existing
|
||||
D-Bus X session
|
||||
* various Mac OSX build fixes added
|
||||
* don't use the broken poll call on Mac OSX
|
||||
* better checks for linker flag support should allow D-Bus to
|
||||
link under various linkers
|
||||
* exit_on_disconnect is set after the connection registers with
|
||||
a bus so we don't exit if we get a disconnect during the
|
||||
handshake
|
||||
* dicts now work correctly with dbus-send
|
||||
* inotify backend is now less aggressive
|
||||
* pending calls expire correctly
|
||||
* memleak of uuid when the bus is autolaunched fixed
|
||||
* Wed Feb 27 2008 thoenig@suse.de
|
||||
- Update to D-Bus 1.1.20
|
||||
- Changes:
|
||||
@ -592,7 +608,7 @@ rm -rf $tdir
|
||||
- removed obsolete patch (python_bindings_x86_64_fix.diff)
|
||||
* Thu Mar 03 2005 dkukawka@suse.de
|
||||
- fixed boot.dbus [see bug# 65775]
|
||||
* Mon Feb 28 2005 thoenig@suse.de
|
||||
* Tue Mar 01 2005 thoenig@suse.de
|
||||
- moved files from dbus-1-devel to dbus-1-{glib,java,qt}
|
||||
* Tue Feb 22 2005 thoenig@suse.de
|
||||
- added fix for python bindings to compile on 64 bit
|
||||
@ -616,12 +632,12 @@ rm -rf $tdir
|
||||
- Use mono-devel-packages in neededforbuild
|
||||
- pass --enable-mono in ./configure
|
||||
- Make sure the symbolic link of dbus-sharp.dll is installed
|
||||
* Thu Feb 03 2005 thoenig@suse.de
|
||||
* Fri Feb 04 2005 thoenig@suse.de
|
||||
- fixed assignment of .pc files
|
||||
* dbus-1.pc is now owned by dbus-1-devel
|
||||
* dbus-glib-1.pc is now owned by dbus-1-glib
|
||||
* dbus-sharp.pc is now owned by dbus-1-mono
|
||||
* Thu Feb 03 2005 thoenig@suse.de
|
||||
* Fri Feb 04 2005 thoenig@suse.de
|
||||
- fixed assignment of .pc files
|
||||
* dbus-1.pc is now owned by dbus-1-devel
|
||||
* dbus-glib-1.pc is now owned by dbus-1-glib
|
||||
@ -690,11 +706,11 @@ rm -rf $tdir
|
||||
spec-file
|
||||
- stop dbus automatically before uninstall
|
||||
- add/remove now dbus automatically to/from system services
|
||||
* Sat Nov 20 2004 dkukawka@suse.de
|
||||
* Sun Nov 21 2004 dkukawka@suse.de
|
||||
- fixed bug in spec-file
|
||||
* Thu Nov 18 2004 dkukawka@suse.de
|
||||
- removed binding package for Python while automake is fixed !
|
||||
* Wed Nov 17 2004 dkukawka@suse.de
|
||||
* Thu Nov 18 2004 dkukawka@suse.de
|
||||
- added binding packages [java, qt, gtk, python]
|
||||
* Fri Nov 05 2004 thoenig@suse.de
|
||||
- dynamic allocation of user id user messagebus
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff --git a/tools/dbus-launch.c b/tools/dbus-launch.c
|
||||
index 5d6e77e..6a10ffa 100644
|
||||
--- a/tools/dbus-launch.c
|
||||
+++ b/tools/dbus-launch.c
|
||||
@@ -966,7 +966,9 @@ main (int argc, char **argv)
|
||||
char write_pid_fd_as_string[MAX_FD_LEN];
|
||||
char write_address_fd_as_string[MAX_FD_LEN];
|
||||
|
||||
+#ifdef DBUS_BUILD_X11
|
||||
xdisplay = NULL;
|
||||
+#endif
|
||||
|
||||
if (close_stderr)
|
||||
do_close_stderr ();
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ac12a23a6bf601344e34ef0433a44cec44a3d9b6b716aa24219cab0f6791c65
|
||||
size 1056378
|
3
dbus-1.2.1.tar.bz2
Normal file
3
dbus-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ba133ed0ab102b9622c4fbd8dbd412d2f270ccec55f5882c483b671fe165356
|
||||
size 1061654
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 13:39:59 CEST 2008 - thoenig@suse.de
|
||||
|
||||
- Update to D-Bus 1.2.1
|
||||
- Changes:
|
||||
* compiles under some older versions of glibc
|
||||
* compiles without X support once again
|
||||
* fix stuck server grab if dbus-launch is run in an existing
|
||||
D-Bus X session
|
||||
* various Mac OSX build fixes added
|
||||
* don't use the broken poll call on Mac OSX
|
||||
* better checks for linker flag support should allow D-Bus to
|
||||
link under various linkers
|
||||
* exit_on_disconnect is set after the connection registers with
|
||||
a bus so we don't exit if we get a disconnect during the
|
||||
handshake
|
||||
* dicts now work correctly with dbus-send
|
||||
* inotify backend is now less aggressive
|
||||
* pending calls expire correctly
|
||||
* memleak of uuid when the bus is autolaunched fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 19:53:34 CET 2008 - thoenig@suse.de
|
||||
|
||||
|
36
dbus-1.spec
36
dbus-1.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package dbus-1 (Version 1.1.20)
|
||||
# spec file for package dbus-1 (Version 1.2.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -18,25 +18,26 @@ Group: System/Daemons
|
||||
Summary: D-Bus Message Bus System
|
||||
# COMMON1-BEGIN
|
||||
BuildRequires: doxygen libexpat-devel libzio pkgconfig
|
||||
Version: 1.1.20
|
||||
Version: 1.2.1
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Source0: dbus-%{version}.tar.bz2
|
||||
Source1: rc.boot.dbus
|
||||
Source2: dbus-1.desktop
|
||||
Patch0: dbus-do-not-abort-on-check-thoenig-01.patch
|
||||
Patch1: dbus-1.1.20-fix-build.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# COMMON1-END
|
||||
PreReq: permissions /usr/sbin/groupadd /usr/sbin/useradd /sbin/insserv /etc/init.d/boot.localfs
|
||||
|
||||
%package -n dbus-1-devel
|
||||
License: Other uncritical OpenSource License
|
||||
Summary: Developer package for D-Bus
|
||||
Requires: %{name} = %{version}
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Other
|
||||
|
||||
%package -n dbus-1-devel-doc
|
||||
License: Other uncritical OpenSource License
|
||||
Summary: Developer documentation package for D-Bus
|
||||
Requires: %{name} = %{version}
|
||||
Group: Development/Libraries/Other
|
||||
@ -128,7 +129,6 @@ Authors:
|
||||
%setup -n dbus-%{version} -q
|
||||
# Disable this until we hit RC phase
|
||||
#%patch0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -251,6 +251,24 @@ mkdir -p %{_localstatedir}/lib/dbus
|
||||
%{_datadir}/susehelp
|
||||
|
||||
%changelog
|
||||
* Tue Apr 08 2008 thoenig@suse.de
|
||||
- Update to D-Bus 1.2.1
|
||||
- Changes:
|
||||
* compiles under some older versions of glibc
|
||||
* compiles without X support once again
|
||||
* fix stuck server grab if dbus-launch is run in an existing
|
||||
D-Bus X session
|
||||
* various Mac OSX build fixes added
|
||||
* don't use the broken poll call on Mac OSX
|
||||
* better checks for linker flag support should allow D-Bus to
|
||||
link under various linkers
|
||||
* exit_on_disconnect is set after the connection registers with
|
||||
a bus so we don't exit if we get a disconnect during the
|
||||
handshake
|
||||
* dicts now work correctly with dbus-send
|
||||
* inotify backend is now less aggressive
|
||||
* pending calls expire correctly
|
||||
* memleak of uuid when the bus is autolaunched fixed
|
||||
* Wed Feb 27 2008 thoenig@suse.de
|
||||
- Update to D-Bus 1.1.20
|
||||
- Changes:
|
||||
@ -734,7 +752,7 @@ mkdir -p %{_localstatedir}/lib/dbus
|
||||
- removed obsolete patch (python_bindings_x86_64_fix.diff)
|
||||
* Thu Mar 03 2005 dkukawka@suse.de
|
||||
- fixed boot.dbus [see bug# 65775]
|
||||
* Mon Feb 28 2005 thoenig@suse.de
|
||||
* Tue Mar 01 2005 thoenig@suse.de
|
||||
- moved files from dbus-1-devel to dbus-1-{glib,java,qt}
|
||||
* Tue Feb 22 2005 thoenig@suse.de
|
||||
- added fix for python bindings to compile on 64 bit
|
||||
@ -758,12 +776,12 @@ mkdir -p %{_localstatedir}/lib/dbus
|
||||
- Use mono-devel-packages in neededforbuild
|
||||
- pass --enable-mono in ./configure
|
||||
- Make sure the symbolic link of dbus-sharp.dll is installed
|
||||
* Thu Feb 03 2005 thoenig@suse.de
|
||||
* Fri Feb 04 2005 thoenig@suse.de
|
||||
- fixed assignment of .pc files
|
||||
* dbus-1.pc is now owned by dbus-1-devel
|
||||
* dbus-glib-1.pc is now owned by dbus-1-glib
|
||||
* dbus-sharp.pc is now owned by dbus-1-mono
|
||||
* Thu Feb 03 2005 thoenig@suse.de
|
||||
* Fri Feb 04 2005 thoenig@suse.de
|
||||
- fixed assignment of .pc files
|
||||
* dbus-1.pc is now owned by dbus-1-devel
|
||||
* dbus-glib-1.pc is now owned by dbus-1-glib
|
||||
@ -832,11 +850,11 @@ mkdir -p %{_localstatedir}/lib/dbus
|
||||
spec-file
|
||||
- stop dbus automatically before uninstall
|
||||
- add/remove now dbus automatically to/from system services
|
||||
* Sat Nov 20 2004 dkukawka@suse.de
|
||||
* Sun Nov 21 2004 dkukawka@suse.de
|
||||
- fixed bug in spec-file
|
||||
* Thu Nov 18 2004 dkukawka@suse.de
|
||||
- removed binding package for Python while automake is fixed !
|
||||
* Wed Nov 17 2004 dkukawka@suse.de
|
||||
* Thu Nov 18 2004 dkukawka@suse.de
|
||||
- added binding packages [java, qt, gtk, python]
|
||||
* Fri Nov 05 2004 thoenig@suse.de
|
||||
- dynamic allocation of user id user messagebus
|
||||
|
Loading…
Reference in New Issue
Block a user