Accepting request 881111 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880938 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=99
This commit is contained in:
commit
991a8223f8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a068e3bddbbdab46991521e6624098579abe80da242398bdd579c4ca6926422
|
|
||||||
size 353032
|
|
3
gnome-bluetooth-3.34.5.tar.xz
Normal file
3
gnome-bluetooth-3.34.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9
|
||||||
|
size 353936
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 24 09:45:04 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 3.34.5:
|
||||||
|
+ Fix unwanted soname change.
|
||||||
|
- Changes from version 3.34.4:
|
||||||
|
+ Use device alias instead of device name in Settings UI, and
|
||||||
|
don't show devices without a name.
|
||||||
|
+ Avoid new devices jumping around in the Settings list.
|
||||||
|
+ Fix a warning and a hang when opening the Bluetooth Settings.
|
||||||
|
+ Fix a possible hang when switching away from the Bluetooth
|
||||||
|
Settings.
|
||||||
|
+ Make the "Cancel" button work when pairing keyboards.
|
||||||
|
+ Remove joypad quirks in favour of BlueZ autopair ones.
|
||||||
|
+ Remove a number of deprecated calls.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 4 10:59:12 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Oct 4 10:59:12 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-bluetooth
|
# spec file for package gnome-bluetooth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.34.3
|
Version: 3.34.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -33,7 +33,7 @@ BuildRequires: meson
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44
|
||||||
BuildRequires: pkgconfig(gmodule-2.0)
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
|
Loading…
Reference in New Issue
Block a user