From 4b7828ce6378a99d8f3878f451149a5ae1fcde13 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 8 Oct 2004 12:16:41 +0000 Subject: [PATCH] - buildrequire pygtk2-devel (bug 135032) - fixed gnome-bluetooth-manager script for 64bit (bug 134864) - fixed segfault on file receive (bug 133041) --- gnome-bluetooth.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 6d9a0d8..a025682 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,19 +1,21 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.5.1 -Release: 4 +Release: 5 License: GPL Group: System Environment/Libraries URL: http://usefulinc.com/software/gnome-bluetooth Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.gz Patch1: gnome-bluetooth-0.5.1-pydir.patch Patch2: gnome-bluetooth-0.5.1-auto.patch +Patch3: gnome-bluetooth-0.5.1-unref.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 BuildRequires: GConf2-devel >= 0:2.0 librsvg2-devel BuildRequires: libbtctl-devel >= 0:0.4.1-2 BuildRequires: gob2 openobex-devel >= 0:1.0.1 perl +BuildRequires: pygtk2-devel ExcludeArch: s390 s390x %description @@ -29,6 +31,7 @@ rm -rf $RPM_BUILD_ROOT %setup -q %patch1 -p1 -b .pydir %patch2 -p1 -b .auto +%patch3 -p1 -b .unref #perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in) @@ -74,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/gnome-bluetooth-manager.desktop %changelog +* Fri Oct 08 2004 Harald Hoyer - 0.5.1-5 +- buildrequire pygtk2-devel (bug 135032) +- fixed gnome-bluetooth-manager script for 64bit (bug 134864) +- fixed segfault on file receive (bug 133041) + * Mon Sep 27 2004 Harald Hoyer - 0.5.1-4 - buildrequire libbtctl-devel - buildrequire openobex-devel >= 1.0.1