rpms/dbus/F-9 dbus.spec, 1.145, 1.146 sources, 1.33, 1.34 babysitter-x.patch, 1.1, NONE dbus-0.22-fix-match-rule-equal.patch, 1.1, NONE dbus-0.60-start-early.patch, 1.2, NONE dbus-1.0.1-pthread-holder-fix.patch, 1.1, NONE dbus-1.0.2-lsb.patch, 1.1, NONE dbus-1.1-fix_userdb_macro.patch, 1.1, NONE dbus-1.1.2-audit-user.patch, 1.1, NONE dbus-1.1.2-no-abort.patch, 1.1, NONE dbus-pie.patch, 1.1, NONE ucred-and-limits.patch, 1.1, NONE

Colin Walters walters at fedoraproject.org
Mon Oct 6 23:05:25 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/dbus/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18591

Modified Files:
	dbus.spec sources 
Removed Files:
	babysitter-x.patch dbus-0.22-fix-match-rule-equal.patch 
	dbus-0.60-start-early.patch 
	dbus-1.0.1-pthread-holder-fix.patch dbus-1.0.2-lsb.patch 
	dbus-1.1-fix_userdb_macro.patch dbus-1.1.2-audit-user.patch 
	dbus-1.1.2-no-abort.patch dbus-pie.patch 
	ucred-and-limits.patch 
Log Message:
* Mon Oct 06 2008 Colin Walters <walters at redhat.com> - 1.2.4-1
- New upstream 1.2.4



Index: dbus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbus/F-9/dbus.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- dbus.spec	25 Sep 2008 16:20:38 -0000	1.145
+++ dbus.spec	6 Oct 2008 23:04:54 -0000	1.146
@@ -7,8 +7,8 @@
 
 Summary: D-BUS message bus
 Name: dbus
-Version: 1.2.1
-Release: 3%{?dist}
+Version: 1.2.4
+Release: 1%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
 Source1: doxygen_to_devhelp.xsl
@@ -37,9 +37,9 @@
 # %postun service condrestart works.
 Conflicts: cups < 1:1.1.20-4
 
-Patch0: dbus-0.60-start-early.patch
+Patch0: start-early.patch
 Patch1: dbus-1.0.1-generate-xml-docs.patch
-Patch2: dbus-1.1-fix_userdb_macro.patch
+Patch6: dbus-1.2.1-increase-timeout.patch
 
 %description
 
@@ -95,7 +95,7 @@
 
 %patch0 -p1 -b .start-early
 %patch1 -p1 -b .generate-xml-docs
-%patch2 -p1 -b .fix_userdb_macro
+%patch6 -p1 -b .increase-timeout
 
 autoreconf -f -i
 
@@ -142,6 +142,8 @@
 
 install -D -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
 
+mkdir -p %{buildroot}%{_datadir}/dbus-1/interfaces
+
 ## %find_lang %{gettext_package}
 
 %clean
@@ -166,10 +168,11 @@
 
 %postun libs -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root)
 
-%doc COPYING ChangeLog NEWS
+%doc COPYING
 
 %dir %{_sysconfdir}/dbus-1
 %config %{_sysconfdir}/dbus-1/*.conf
@@ -191,6 +194,7 @@
 %dir %{_datadir}/dbus-1
 %{_datadir}/dbus-1/services
 %{_datadir}/dbus-1/system-services
+%{_datadir}/dbus-1/interfaces
 %dir /%{_lib}/dbus-1
 # See doc/system-activation.txt in source tarball for the rationale
 # behind these permissions
@@ -223,15 +227,34 @@
 %{_includedir}/*
 
 %changelog
-* Thu Sep 25 2008 David Zeuthen <davidz at redhat.com> - 1.2.1-3%{?dist}
+* Mon Oct 06 2008 Colin Walters <walters at redhat.com> - 1.2.4-1
+- New upstream 1.2.4
+
+* Thu Sep 25 2008 David Zeuthen <davidz at redhat.com> - 1.2.3-2%{?dist}
 - Avoid using noreplace for files that aren't really config files
 
-* Fri May 05 2008 John (J5) Palmieri <johnp at redhat.com> - 1.2.1-2
-- patch to enable dbus userdb caching as was the default in 1.0.x
-- previous upstream commit had accidentally disabled it because
-  of mispelled macro names - the non-cached codepath can cause
-  a crash of the bus
-- fd.o bug #15588 - https://bugs.freedesktop.org/show_bug.cgi?id=15588
+* Wed Aug 06 2008 Colin Walters <walters at redhat.com> - 1.2.3-1
+- New upstream 1.2.2
+- Drop patches that were upstreamed
+
+* Wed Jul 23 2008 Matthias Clasen <mclasen at redhat.com> - 1.2.1-7
+- Own /usr/share/dbus-1/interfaces
+
+* Fri Jul 18 2008 Matthias Clasen <mclasen at redhat.com> - 1.2.1-6
+- Add a patch from upstream git that adds a method
+  for changing the activation environment on the session bus
+
+* Thu Jul 17 2008 Casey Dahlin <cdahlin at redhat.com> - 1.2.1-5
+- Patch to increase max method timeout
+
+* Thu May 29 2008 Casey Dahlin <cdahlin at redhat.com> - 1.2.1-4
+- Patches for fd.o bugs 15635, 15571, 15588, 15570
+
+* Mon May 12 2008 Ray Strode <rstrode at redhat.com> - 1.2.1-3
+- drop last patch after discussion on dbus list
+
+* Mon May 12 2008 Ray Strode <rstrode at redhat.com> - 1.2.1-2
+- ensure uuid is created at post time
 
 * Fri Apr 04 2008 John (J5) Palmieri <johnp at redhat.com> - 1.2.1-1
 - update to latest upstream


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dbus/F-9/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	4 Apr 2008 20:10:23 -0000	1.33
+++ sources	6 Oct 2008 23:04:54 -0000	1.34
@@ -1 +1 @@
-b57aa1ba0834cbbb1e7502dc2cbfacc2  dbus-1.2.1.tar.gz
+2e643910a09f44b000a0d76038637999  dbus-1.2.4.tar.gz


--- babysitter-x.patch DELETED ---


--- dbus-0.22-fix-match-rule-equal.patch DELETED ---


--- dbus-0.60-start-early.patch DELETED ---


--- dbus-1.0.1-pthread-holder-fix.patch DELETED ---


--- dbus-1.0.2-lsb.patch DELETED ---


--- dbus-1.1-fix_userdb_macro.patch DELETED ---


--- dbus-1.1.2-audit-user.patch DELETED ---


--- dbus-1.1.2-no-abort.patch DELETED ---


--- dbus-pie.patch DELETED ---


--- ucred-and-limits.patch DELETED ---




More information about the scm-commits mailing list