Sync from SUSE:SLFO:Main gnome-bluetooth revision deb589e985adc671b155871eaa17e2aa

This commit is contained in:
Adrian Schröter 2024-11-12 12:09:50 +01:00
parent 5490dba8bb
commit a312c34484
6 changed files with 94 additions and 8 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<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">47.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
gnome-bluetooth-42.7.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gnome-bluetooth-47.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,4 +1,67 @@
------------------------------------------------------------------- -------------------------------------------------------------------
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>
- Update to version 46.1:
+ This version contains translation updates and a bug fix for
some device icons not appearing correctly.
-------------------------------------------------------------------
Mon Mar 18 09:36:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 12 14:57:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ This version modernises the look of the properties dialogue.
-------------------------------------------------------------------
Mon Feb 5 11:28:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 42.8:
+ This update fixes problems with some devices not disappearing
from the list of quick settings in GNOME Shell.
-------------------------------------------------------------------
-------------------------------------------------------------------
Thu Nov 16 09:55:27 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Thu Nov 16 09:55:27 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.7: - Update to version 42.7:

4
gnome-bluetooth.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-bluetooth
version: 47.1
mtime: 1728312008
commit: f9ad046ebace766c254005c882512df2fc5608e7

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-bluetooth # spec file for package gnome-bluetooth
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define _udevdir %(pkg-config --variable udevdir udev) %define _udevdir %(pkg-config --variable udevdir udev)
Name: gnome-bluetooth Name: gnome-bluetooth
Version: 42.7 Version: 47.1
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
Group: System/GUI/GNOME Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Projects/GnomeBluetooth URL: https://wiki.gnome.org/Projects/GnomeBluetooth
Source0: https://download.gnome.org/sources/gnome-bluetooth/42/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44
BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gsound) BuildRequires: pkgconfig(gsound)
BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.1 BuildRequires: pkgconfig(libadwaita-1) >= 1.4
BuildRequires: pkgconfig(libnotify) >= 0.7.0 BuildRequires: pkgconfig(libnotify) >= 0.7.0
BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(upower-glib) >= 0.99.14 BuildRequires: pkgconfig(upower-glib) >= 0.99.14
@ -135,7 +135,7 @@ This package provides the necessary files for development with GNOME Bluetooth.
%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib %{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
%files devel %files devel
%doc AUTHORS ChangeLog.README MAINTAINERS %doc AUTHORS MAINTAINERS
%doc %{_datadir}/gtk-doc/html/gnome-bluetooth-3.0 %doc %{_datadir}/gtk-doc/html/gnome-bluetooth-3.0
%{_includedir}/gnome-bluetooth-3.0 %{_includedir}/gnome-bluetooth-3.0
%{_libdir}/libgnome-bluetooth-3.0.so %{_libdir}/libgnome-bluetooth-3.0.so