From 3259f9d986d45bd90a69277b3833e0b4781e519c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jun 05 2012 18:14:11 +0000 Subject: Update to 1.6.0 --- diff --git a/.gitignore b/.gitignore index 818150f..88819e4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /dbus-1.4.0.tar.gz /dbus-1.4.10.tar.gz /dbus-1.4.20.tar.gz +/dbus-1.6.0.tar.gz diff --git a/dbus.spec b/dbus.spec index 44e3034..c4527dd 100644 --- a/dbus.spec +++ b/dbus.spec @@ -4,13 +4,12 @@ %define libselinux_version 1.15.2 %define dbus_user_uid 81 -%define _default_patch_fuzz 999 Summary: D-BUS message bus Name: dbus Epoch: 1 -Version: 1.4.20 -Release: 2%{?dist} +Version: 1.6.0 +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 @@ -44,10 +43,6 @@ Conflicts: cups < 1:1.1.20-4 # FIXME this should be upstreamed; need --daemon-bindir=/bin and --bindir=/usr/bin or something? Patch0: bindir.patch -# Posted upstream, makes D-Bus work in Linux containers. -# https://bugs.freedesktop.org/show_bug.cgi?id=49062 -Patch1: 0001-selinux-when-dropping-capabilities-only-include-AUDI.patch - %description D-BUS is a system for sending messages between applications. It is used both for the system-wide message bus service, and as a @@ -98,7 +93,6 @@ in this separate package so server systems need not install X. /bin/chmod 0644 COPYING ChangeLog NEWS %patch0 -p1 -b .bindir -%patch1 -p1 autoreconf -f -i @@ -232,6 +226,9 @@ fi %{_includedir}/* %changelog +* Tue Jun 5 2012 Colin Walters - 1:1.6.0-1 +- Update to 1.6.0 + * Sun Apr 22 2012 Lennart Poettering - 1:1.4.20-2 - Make D-Bus work in containers diff --git a/sources b/sources index 2c8f1c2..4df1358 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79eca2f2c1894ac347acce128314428b dbus-1.4.20.tar.gz +16dcae2dd0c76e398381601ac9acdec4 dbus-1.6.0.tar.gz