Accepting request 32696 from GNOME:Factory

Copy from GNOME:Factory/gnome-bluetooth based on submit request 32696 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/32696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=25
This commit is contained in:
OBS User autobuild 2010-02-18 13:56:08 +00:00 committed by Git OBS Bridge
commit 8692be583a
5 changed files with 32 additions and 45 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:075d6a2db4fe0f54df35d3b2a69fe56641dabae4ecf4fa1a1dc7b2a49411998e
size 994944

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4d8a3b50bb03fa3945469b430bbfd41ad997d1fc2458c23f38d9c53c19e6d41
size 1007619

View File

@ -1,35 +0,0 @@
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 \

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
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 Thu Dec 10 20:35:21 UTC 2009 - aj@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-bluetooth (Version 2.29.3) # spec file for package gnome-bluetooth (Version 2.29.91)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -32,15 +32,13 @@ BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
License: GPLv2+ License: GPLv2+
Group: System/GUI/GNOME Group: System/GUI/GNOME
Version: 2.29.3 Version: 2.29.91
Release: 2 Release: 1
Summary: GNOME Bluetooth graphical utilities Summary: GNOME Bluetooth graphical utilities
Url: http://usefulinc.com/software/gnome-bluetooth/ Url: http://usefulinc.com/software/gnome-bluetooth/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2 Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2
Patch0: lxde-support.patch 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 Provides: bluez-gnome = 1.8
Obsoletes: bluez-gnome < 1.8 Obsoletes: bluez-gnome < 1.8
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
@ -104,7 +102,6 @@ send files over bluetooth.
%setup -q %setup -q
translation-update-upstream translation-update-upstream
%patch0 -p1 %patch0 -p1
%patch1 -p1
%build %build
%configure --disable-schemas-install \ %configure --disable-schemas-install \