From 0e9388686dc0e3aea63b95d69616a1c944044d45 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Feb 21 2005 14:03:13 +0000 Subject: - added gnome hbox patch for bug rh#149215 --- diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 6a37ff0..deb49a7 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.5.1 -Release: 8 +Release: 9 License: GPL Group: System Environment/Libraries URL: http://usefulinc.com/software/gnome-bluetooth @@ -9,6 +9,7 @@ Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version Patch1: gnome-bluetooth-0.5.1-pydir.patch Patch2: gnome-bluetooth-0.5.1-auto.patch Patch3: gnome-bluetooth-0.5.1-unref.patch +Patch4: gnome-bluetooth-0.5.1-gnomepython.patch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: autoconf >= 0:2.57 bluez-libs-devel >= 0:2.8 bluez-utils BuildRequires: glib2-devel >= 0:2.2.0 libgnomeui-devel >= 0:2.2 libbonobo-devel >= 0:2.0 @@ -52,6 +53,7 @@ rm -rf $RPM_BUILD_ROOT %patch1 -p1 -b .pydir %patch2 -p1 -b .auto %patch3 -p1 -b .unref +%patch4 -p1 -b .gnome #perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in) @@ -106,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 21 2005 Harald Hoyer - 0.5.1-9 +- added gnome hbox patch for bug rh#149215 + * Tue Dec 07 2004 Harald Hoyer - 0.5.1-8 - added requires for python-abi