diff --git a/gnome-bluetooth-3.34.3.tar.xz b/gnome-bluetooth-3.34.3.tar.xz deleted file mode 100644 index d9e7ee7..0000000 --- a/gnome-bluetooth-3.34.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a068e3bddbbdab46991521e6624098579abe80da242398bdd579c4ca6926422 -size 353032 diff --git a/gnome-bluetooth-3.34.5.tar.xz b/gnome-bluetooth-3.34.5.tar.xz new file mode 100644 index 0000000..8902191 --- /dev/null +++ b/gnome-bluetooth-3.34.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9 +size 353936 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index b7f4bf7..18cf600 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 24 09:45:04 UTC 2021 - Dominique Leuenberger + +- 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 diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 84b43cd..4817a01 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _udevdir %(pkg-config --variable udevdir udev) Name: gnome-bluetooth -Version: 3.34.3 +Version: 3.34.5 Release: 0 Summary: GNOME Bluetooth graphical utilities License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -33,7 +33,7 @@ BuildRequires: meson BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: yelp-tools -BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(libcanberra-gtk3)