[dbus] Update to 1.4.20; closes #806082

Colin Walters walters at fedoraproject.org
Fri Apr 13 22:08:22 UTC 2012


commit 5a877a05f7c3d3e25d47c787df9955f6ed712047
Author: Colin Walters <walters at rawhide.(none)>
Date:   Fri Apr 13 18:07:20 2012 -0400

    Update to 1.4.20; closes #806082
    
    - Ensure /var/lib/dbus exists; this seems to have been
      dropped from upstream build rules.
    - Adapt to documentation actually being installed

 .gitignore |    1 +
 dbus.spec  |   13 ++++++++++---
 sources    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2577230..7942af5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 dbus-1.3.2.885483.tar.gz
 /dbus-1.4.0.tar.gz
 /dbus-1.4.10.tar.gz
+/dbus-1.4.20.tar.gz
diff --git a/dbus.spec b/dbus.spec
index 4b426b1..27a1284 100644
--- a/dbus.spec
+++ b/dbus.spec
@@ -9,8 +9,8 @@
 Summary: D-BUS message bus
 Name: dbus
 Epoch: 1
-Version: 1.4.10
-Release: 4%{?dist}
+Version: 1.4.20
+Release: 1%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 #VCS: git:git://git.freedesktop.org/git/dbus/dbus
 Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -138,6 +138,7 @@ ln -s dbus.service %{buildroot}/lib/systemd/system/messagebus.service
 # Delete the old legacy sysv init script
 rm -rf %{buildroot}%{_initrddir}
 
+mkdir -p %{buildroot}/var/lib/dbus
 
 %clean
 rm -rf %{buildroot}
@@ -214,7 +215,7 @@ fi
 %files doc
 %defattr(-,root,root)
 %doc doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
-%doc %{_datadir}/doc/dbus/api
+%doc %{_datadir}/doc/dbus
 
 %files devel
 %defattr(-,root,root)
@@ -226,6 +227,12 @@ fi
 %{_includedir}/*
 
 %changelog
+* Tue Apr 13 2012 Colin Walters <walters at verbum.org>
+- Update to 1.4.20; closes #806082
+- Ensure /var/lib/dbus exists; this seems to have been
+  dropped from upstream build rules.
+- Adapt to documentation actually being installed
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.4.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 00cc5b4..2c8f1c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402a2f8102bedbe236e2891b2b0f31c2  dbus-1.4.10.tar.gz
+79eca2f2c1894ac347acce128314428b  dbus-1.4.20.tar.gz


More information about the scm-commits mailing list