From 01314eea910c2403aaf5aa7a149d813263e389f4 Mon Sep 17 00:00:00 2001
From: cvsdist <cvsdist@fedoraproject.org>
Date: Thu, 9 Sep 2004 04:06:57 +0000
Subject: [PATCH] auto-import changelog data from dbus-0.20-4.1.src.rpm Tue Mar
 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 25 2004 Bill
 Nottingham <notting@redhat.com> 0.20-4 - fix dbus error functions on x86-64
 (#116324) - add prereq (#112027) Fri Feb 13 2004 Elliot Lee
 <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com>
 - Conflict with cups prior to configuration file change, so that the    
 %postun service condrestart works. Wed Feb 11 2004 Havoc Pennington
 <hp@redhat.com> 0.20-2 - rebuild in fc2, cups now updated Wed Jan 07 2004
 Bill Nottingham <notting@redhat.com> 0.20-1 - update to upstream 0.20

---
 .cvsignore |  2 +-
 dbus.spec  | 32 ++++++++++++++++++++++++++++----
 sources    |  2 +-
 3 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index 1de2968..b967a31 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-dbus-0.13.tar.gz
+dbus-0.20.tar.gz
diff --git a/dbus.spec b/dbus.spec
index ad77370..61c6235 100644
--- a/dbus.spec
+++ b/dbus.spec
@@ -8,19 +8,21 @@
 
 Summary: D-BUS message bus
 Name: dbus
-Version: 0.13
-Release: 6
+Version: 0.20
+Release: 4.1
 URL: http://www.freedesktop.org/software/dbus/
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
-PreReq: chkconfig
+PreReq: chkconfig /usr/sbin/useradd
 BuildRequires: expat-devel >= %{expat_version}
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: qt-devel    >= %{qt_version}
+Conflicts: cups < 1:1.1.20-4
 
 Patch1: dbus-0.13-uid.patch
+Patch2: dbus-0.20-varargs.patch
 
 %description
 
@@ -75,6 +77,7 @@ in this separate package so server systems need not install X.
 %setup -q
 
 %patch1 -p1 -b .uid
+%patch2 -p1 -b .vararg
 
 %build
 
@@ -143,7 +146,6 @@ if [ "$1" -ge "1" ]; then
   service messagebus condrestart > /dev/null 2>&1
 fi
 
-##  -f %{gettext_package}.lang
 %files
 %defattr(-,root,root)
 
@@ -156,9 +158,11 @@ fi
 %dir %{_localstatedir}/run/dbus
 %dir %{_libdir}/dbus-1.0
 %{_bindir}/dbus-daemon-1
+%{_bindir}/dbus-glib-tool
 %{_bindir}/dbus-monitor
 %{_bindir}/dbus-send
 %{_bindir}/dbus-cleanup-sockets
+%{_bindir}/dbus-viewer
 %{_libdir}/*dbus-1*.so.*
 %{_datadir}/man/man*/*
 %{_libdir}/dbus-1.0/services
@@ -191,6 +195,26 @@ fi
 %{_bindir}/dbus-launch
 
 %changelog
+* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Wed Feb 25 2004 Bill Nottingham <notting@redhat.com> 0.20-4
+- fix dbus error functions on x86-64 (#116324)
+- add prereq (#112027)
+
+* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com>
+- Conflict with cups prior to configuration file change, so that the
+  %%postun service condrestart works.
+
+* Wed Feb 11 2004 Havoc Pennington <hp@redhat.com> 0.20-2
+- rebuild in fc2, cups now updated
+
+* Wed Jan  7 2004 Bill Nottingham <notting@redhat.com> 0.20-1
+- update to upstream 0.20
+
 * Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-6
 - hmm, dbus doesn't support uids in the config file. fix.
 
diff --git a/sources b/sources
index d2499a2..65b7b3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7f29a4b581445a1290df84d1fbb31ee  dbus-0.13.tar.gz
+8ebff3cb4beec993e9160ff844e0411c  dbus-0.20.tar.gz