From 9adf7c046c84f06cf9c894dc8adf70cbb8e418f46f79c6978929f268a549a1bc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 2 Aug 2018 14:25:41 +0000 Subject: [PATCH] Accepting request 626948 from home:iznogood - Update to version 3.28.2: + Use feature of BlueZ 5.51 to avoid Bluetooth adapters being left discoverable if the Settings panel exits suddenly. + Build warning fixes. - Add pkgconfig(gio-unix-2.0), pkgconfig(gmodule-2.0) and pkgconfig(libnotify) BuildRequires and drop pkgconfig(udev) BuildRequires, align with what meson checks for. OBS-URL: https://build.opensuse.org/request/show/626948 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=174 --- gnome-bluetooth-3.28.1.tar.xz | 3 --- gnome-bluetooth-3.28.2.tar.xz | 3 +++ gnome-bluetooth.changes | 11 +++++++++++ gnome-bluetooth.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 gnome-bluetooth-3.28.1.tar.xz create mode 100644 gnome-bluetooth-3.28.2.tar.xz diff --git a/gnome-bluetooth-3.28.1.tar.xz b/gnome-bluetooth-3.28.1.tar.xz deleted file mode 100644 index 7588c08..0000000 --- a/gnome-bluetooth-3.28.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5633a99b50770de398ebdc580c8f502c7315d9634638db73611b8b740ace7ebc -size 349416 diff --git a/gnome-bluetooth-3.28.2.tar.xz b/gnome-bluetooth-3.28.2.tar.xz new file mode 100644 index 0000000..f20379c --- /dev/null +++ b/gnome-bluetooth-3.28.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4961ac33b5f9ce5e6e01ea2c08ad29cc98ed2b8878e38da867235b28a50732 +size 349456 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 93bd40b..a7ff83a 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 1 18:41:08 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.2: + + Use feature of BlueZ 5.51 to avoid Bluetooth adapters being + left discoverable if the Settings panel exits suddenly. + + Build warning fixes. +- Add pkgconfig(gio-unix-2.0), pkgconfig(gmodule-2.0) and + pkgconfig(libnotify) BuildRequires and drop pkgconfig(udev) + BuildRequires, align with what meson checks for. + ------------------------------------------------------------------- Mon Jul 23 15:12:02 UTC 2018 - dimstar@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index f57f483..d1609cd 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -18,7 +18,7 @@ %define _udevdir %(pkg-config --variable udevdir udev) Name: gnome-bluetooth -Version: 3.28.1 +Version: 3.28.2 Release: 0 Summary: GNOME Bluetooth graphical utilities License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -32,11 +32,12 @@ BuildRequires: meson BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: yelp-tools +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(libcanberra-gtk3) -BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(libnotify) >= 0.7.0 BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(udev) # Require bluez (mandatory, as per readme, bnc#622946) Requires: bluez >= 5 Recommends: %{name}-lang