From a3bd691276a3e51096a8c96460dc4af3505a3ef8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 24 Feb 2006 23:10:54 +0000 Subject: [PATCH] - ABI hasn't changed so add patch that makes dbus-sharp think it is still 0.60 (mono uses hard version names so any change means apps need to recompile) --- dbus.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dbus.spec b/dbus.spec index b34dfc9..aa25fff 100644 --- a/dbus.spec +++ b/dbus.spec @@ -19,7 +19,7 @@ Summary: D-BUS message bus Name: dbus Version: 0.61 -Release: 2 +Release: 3 URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -50,6 +50,9 @@ Patch1: dbus-0.32-selinux_chroot_workaround.patch Patch2: dbus-0.61-selinux-avc-audit.patch Patch3: dbus-0.60-start-early.patch +#make sure we take this out if ABI changes +Patch4: dbus-0.61-mono-no-abi-version-change.patch + %description D-BUS is a system for sending messages between applications. It is @@ -136,6 +139,9 @@ D-BUS mono bindings for use with mono programs. %patch2 -p1 -b .selinux-avc-audit %patch3 -p1 -b .start-early +#make sure we take this out if ABI changes +%patch4 -p1 -b .mono-no-abi-version-change + autoreconf -f -i %build @@ -336,6 +342,11 @@ fi %endif %changelog +* Fri Feb 24 2006 John (J5) Palmieri 0.61-2 +- ABI hasn't changed so add patch that makes dbus-sharp think + it is still 0.60 (mono uses hard version names so any change + means apps need to recompile) + * Fri Feb 24 2006 John (J5) Palmieri 0.61-2 - Make sure chkconfig rests the priorities so we can start earlier