Updating link to change in openSUSE:Factory/gnome-bluetooth revision 25.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=ed4b25c2412d2844027c38518c4cfedb
This commit is contained in:
parent
afe18a9571
commit
28a1fc9486
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:075d6a2db4fe0f54df35d3b2a69fe56641dabae4ecf4fa1a1dc7b2a49411998e
|
||||
size 994944
|
3
gnome-bluetooth-2.29.91.tar.bz2
Normal file
3
gnome-bluetooth-2.29.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4d8a3b50bb03fa3945469b430bbfd41ad997d1fc2458c23f38d9c53c19e6d41
|
||||
size 1007619
|
@ -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 \
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,15 +32,13 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.29.3
|
||||
Release: 2
|
||||
Version: 2.29.91
|
||||
Release: 1
|
||||
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}
|
||||
@ -104,7 +102,6 @@ send files over bluetooth.
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-schemas-install \
|
||||
|
Loading…
Reference in New Issue
Block a user