Accepting request 456941 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/456941 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=157
This commit is contained in:
parent
969422846e
commit
01e6b47ec3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93b3ca16b348a168d044b3f777049b7dba2a9292c4adb2751a771e3bc5e4eb53
|
|
||||||
size 794480
|
|
3
gnome-bluetooth-3.20.1.tar.xz
Normal file
3
gnome-bluetooth-3.20.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea9050b5f3b94ef279febae4cb789c2500a25344c784f650fe7f932fcd6798fe
|
||||||
|
size 615880
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 20:32:26 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.20.1:
|
||||||
|
+ Unknown device types now show as "Unknown" rather than "All
|
||||||
|
types".
|
||||||
|
+ Fix an invisible spinner when pairing.
|
||||||
|
+ Fix PIN font size.
|
||||||
|
- Drop gnome-bluetooth-plugins-geoclue Obsoletes: Not been around
|
||||||
|
since version 3.11.3, no current openSUSE release carry this.
|
||||||
|
- Drop libgnomebt-devel Obsoletes/Provides and libgnomebt1
|
||||||
|
Provides: Not been around since 2009.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 18:50:28 UTC 2016 - zaitor@opensuse.org
|
Sat Oct 1 18:50:28 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-bluetooth
|
# spec file for package gnome-bluetooth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.20.0
|
Version: 3.20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -40,8 +40,6 @@ BuildRequires: pkgconfig(udev)
|
|||||||
# Require bluez (mandatory, as per readme, bnc#622946)
|
# Require bluez (mandatory, as per readme, bnc#622946)
|
||||||
Requires: bluez >= 5
|
Requires: bluez >= 5
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
# gnome-bluetooth-plugins-geoclue (and entire plugin support) was removed in version 3.11.3
|
|
||||||
Obsoletes: gnome-bluetooth-plugins-geoclue < 3.11.3
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||||
@ -55,8 +53,6 @@ Summary: GNOME Bluetooth graphical utilities -- Development Files
|
|||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: typelib-1_0-GnomeBluetooth-1_0 = %{version}
|
Requires: typelib-1_0-GnomeBluetooth-1_0 = %{version}
|
||||||
Obsoletes: libgnomebt-devel < 0.12
|
|
||||||
Provides: libgnomebt-devel = 0.12
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
@ -65,7 +61,6 @@ monitor and use Bluetooth devices.
|
|||||||
%package -n libgnome-bluetooth13
|
%package -n libgnome-bluetooth13
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libgnomebt1 <= 0.12
|
|
||||||
|
|
||||||
%description -n libgnome-bluetooth13
|
%description -n libgnome-bluetooth13
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
|
Loading…
Reference in New Issue
Block a user