From afe18a9571de1da1765515b83d1fbf7a110faaae2d12a5f43a2bcdef0dd84ae5 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 18 Feb 2010 13:56:07 +0000 Subject: [PATCH] checked in (request 32696) OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=36 --- gnome-bluetooth-2.29.3.tar.bz2 | 3 ++ gnome-bluetooth-2.29.91.tar.bz2 | 3 -- gnome-bluetooth-introspection-install.patch | 35 +++++++++++++++++++++ gnome-bluetooth.changes | 25 --------------- gnome-bluetooth.spec | 9 ++++-- 5 files changed, 44 insertions(+), 31 deletions(-) create mode 100644 gnome-bluetooth-2.29.3.tar.bz2 delete mode 100644 gnome-bluetooth-2.29.91.tar.bz2 create mode 100644 gnome-bluetooth-introspection-install.patch diff --git a/gnome-bluetooth-2.29.3.tar.bz2 b/gnome-bluetooth-2.29.3.tar.bz2 new file mode 100644 index 0000000..56434ef --- /dev/null +++ b/gnome-bluetooth-2.29.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075d6a2db4fe0f54df35d3b2a69fe56641dabae4ecf4fa1a1dc7b2a49411998e +size 994944 diff --git a/gnome-bluetooth-2.29.91.tar.bz2 b/gnome-bluetooth-2.29.91.tar.bz2 deleted file mode 100644 index 63285b1..0000000 --- a/gnome-bluetooth-2.29.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d8a3b50bb03fa3945469b430bbfd41ad997d1fc2458c23f38d9c53c19e6d41 -size 1007619 diff --git a/gnome-bluetooth-introspection-install.patch b/gnome-bluetooth-introspection-install.patch new file mode 100644 index 0000000..3ef8a02 --- /dev/null +++ b/gnome-bluetooth-introspection-install.patch @@ -0,0 +1,35 @@ +Index: gnome-bluetooth-2.29.3/lib/Makefile.am +=================================================================== +--- gnome-bluetooth-2.29.3.orig/lib/Makefile.am ++++ gnome-bluetooth-2.29.3/lib/Makefile.am +@@ -82,12 +82,12 @@ GnomeBluetooth-1.0.gir: $(INTROSPECTION_ + $(LIBGNOMEBT_CFLAGS) \ + $(gnomebluetooth_HEADERS) + +-girdir = $(GIRDIR) ++girdir = $(INTROSPECTION_GIRDIR) + dist_gir_DATA = $(BUILT_GIRSOURCES) + + EXTRA_DIST += $(BUILT_GIRSOURCES) + +-typelibsdir = $(TYPELIBDIR) ++typelibsdir = $(INTROSPECTION_TYPELIBDIR) + typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib) + + %.typelib: %.gir $(G_IR_COMPILER) +Index: gnome-bluetooth-2.29.3/lib/Makefile.in +=================================================================== +--- gnome-bluetooth-2.29.3.orig/lib/Makefile.in ++++ gnome-bluetooth-2.29.3/lib/Makefile.in +@@ -433,9 +433,9 @@ gnomebluetooth_HEADERS = \ + bluetooth-plugin.h + + AM_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\" +-@HAVE_INTROSPECTION_TRUE@girdir = $(GIRDIR) ++@HAVE_INTROSPECTION_TRUE@girdir = $(INTROSPECTION_GIRDIR) + @HAVE_INTROSPECTION_TRUE@dist_gir_DATA = $(BUILT_GIRSOURCES) +-@HAVE_INTROSPECTION_TRUE@typelibsdir = $(TYPELIBDIR) ++@HAVE_INTROSPECTION_TRUE@typelibsdir = $(INTROSPECTION_TYPELIBDIR) + @HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib) + BUILT_SOURCES = marshal.h marshal.c \ + bluetooth-client-glue.h \ diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 654dada..a76ec2e 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,28 +1,3 @@ -------------------------------------------------------------------- -Mon Feb 15 17:27:34 CET 2010 - dimstar@opensuse.org - -- Update to version 2.29.91: - + Mention gnome-user-share in the documentation - + Applet: - - Link to the sound preferences for audio devices - - Remove hard-coded use of nautilus - + Library: - - Use spinner from GTK+ - - Install introspection data properly - - API documentation fixes - - Fix some parts of the UI not being translated at run-time - + Wizard: - - Fix run-time warning when pairing a new device - + Moblin applet; - - Add summary page support - - Fix a number of memory leaks and possible crashers - + Sendto: - - Fix crash when obex-client isn't already running - - Make Cancel button actually work - - Implement "retry" when sending fails - - Fix progress bar when sending multiple files -- Drop upstream merged gnome-bluetooth-introspection-install.patch. - ------------------------------------------------------------------- Thu Dec 10 20:35:21 UTC 2009 - aj@suse.de diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 14ae072..82a4745 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-bluetooth (Version 2.29.91) +# spec file for package gnome-bluetooth (Version 2.29.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -32,13 +32,15 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files License: GPLv2+ Group: System/GUI/GNOME -Version: 2.29.91 -Release: 1 +Version: 2.29.3 +Release: 2 Summary: GNOME Bluetooth graphical utilities Url: http://usefulinc.com/software/gnome-bluetooth/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2 Patch0: lxde-support.patch +# PATCH-FIX-UPSTREAM gnome-bluetooth-introspection-install.patch bgo603704 vuntz@opensuse.org -- Fix introspection data installation +Patch1: gnome-bluetooth-introspection-install.patch Provides: bluez-gnome = 1.8 Obsoletes: bluez-gnome < 1.8 Requires: %{name}-lang = %{version} @@ -102,6 +104,7 @@ send files over bluetooth. %setup -q translation-update-upstream %patch0 -p1 +%patch1 -p1 %build %configure --disable-schemas-install \