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
This commit is contained in:
parent
659d6b4329
commit
9adf7c046c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5633a99b50770de398ebdc580c8f502c7315d9634638db73611b8b740ace7ebc
|
|
||||||
size 349416
|
|
3
gnome-bluetooth-3.28.2.tar.xz
Normal file
3
gnome-bluetooth-3.28.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f4961ac33b5f9ce5e6e01ea2c08ad29cc98ed2b8878e38da867235b28a50732
|
||||||
|
size 349456
|
@ -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
|
Mon Jul 23 15:12:02 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -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.28.1
|
Version: 3.28.2
|
||||||
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
|
||||||
@ -32,11 +32,12 @@ 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(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)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify) >= 0.7.0
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user