forked from pool/gnome-bluetooth
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
155e25777a | ||
47b7cbbb64 | |||
3e7d8e7170 |
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-bluetooth.git</param>
|
||||
<param name="revision">46.1</param>
|
||||
<param name="revision">47.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:060783077228a05d7d0686b4d388060c8b33a4f8b0a86065a7d1c05dedbb2f81
|
||||
size 2225676
|
BIN
gnome-bluetooth-47.1.obscpio
(Stored with Git LFS)
Normal file
BIN
gnome-bluetooth-47.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 16:45:33 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.1:
|
||||
+ This version contains a fix for the devices page staying empty
|
||||
on load in some circumstances.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 14:03:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ This versions contains a crash fix when cancelling pairing,
|
||||
pairing support for the Kawai CA501 music keyboard, and a fix
|
||||
for a device properties accessibility regression.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 18:08:04 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ This version makes the pairing dialogue adaptive.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 19:27:41 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.beta:
|
||||
+ This version contains translation updates and build fixes. It
|
||||
also ports some widgets to use libadwaita's spinner instead of
|
||||
GTK's, simplifying the code.
|
||||
- Changes from version 47.alpha:
|
||||
+ This version fixes the devices list when empty, improves the
|
||||
dialogue when removing a device, and ports a number of widgets
|
||||
to their modern libadwaita equivalents.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 13:07:26 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-bluetooth
|
||||
version: 46.1
|
||||
mtime: 1722591831
|
||||
commit: bb01e74421f715d9d774db73a9fdd85ba26ead0e
|
||||
version: 47.1
|
||||
mtime: 1728312008
|
||||
commit: f9ad046ebace766c254005c882512df2fc5608e7
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||
Name: gnome-bluetooth
|
||||
Version: 46.1
|
||||
Version: 47.1
|
||||
Release: 0
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -135,7 +135,7 @@ This package provides the necessary files for development with GNOME Bluetooth.
|
||||
%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS ChangeLog.README MAINTAINERS
|
||||
%doc AUTHORS MAINTAINERS
|
||||
%doc %{_datadir}/gtk-doc/html/gnome-bluetooth-3.0
|
||||
%{_includedir}/gnome-bluetooth-3.0
|
||||
%{_libdir}/libgnome-bluetooth-3.0.so
|
||||
|
Loading…
Reference in New Issue
Block a user