forked from pool/gnome-bluetooth
Accepting request 1042770 from GNOME:Factory
New stable release (forwarded request 1042752 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1042770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=109
This commit is contained in:
commit
82be42260c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d6fcf1cdb6cc9923ab334a2c0bc37a2c1bba9d18de153d484eedc04f3c0bcdc
|
|
||||||
size 304048
|
|
BIN
gnome-bluetooth-42.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
gnome-bluetooth-42.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 17:04:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 42.5:
|
||||||
|
+ This version fixes the pairing dialogue misbehaving for some
|
||||||
|
Bluetooth Classic keyboards, with the passkey disappearing
|
||||||
|
after the first digit is typed.
|
||||||
|
- Add missing ldconfig_scriptlets macro for
|
||||||
|
libgnome-bluetooth-ui-3_0-13.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 6 06:23:34 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Sep 6 06:23:34 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -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: 42.4
|
Version: 42.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
|
||||||
@ -109,9 +109,10 @@ This package provides the necessary files for development with GNOME Bluetooth.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name}-3.0 %{?no_lang_C}
|
%find_lang %{name}-3.0 %{?no_lang_C}
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}%{_prefix}
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libgnome-bluetooth-3_0-13
|
%ldconfig_scriptlets -n libgnome-bluetooth-3_0-13
|
||||||
|
%ldconfig_scriptlets -n libgnome-bluetooth-ui-3_0-13
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user