Accepting request 1159511 from GNOME:Factory

GNOME 46 (forwarded request 1158930 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:12:07 +00:00 committed by Git OBS Bridge
commit cdeac8f584
6 changed files with 50 additions and 7 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">46.0</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.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e6acb90a4c88f314bc2012b0f97b7df65bc401c1ac67e102e93643b48c24478
size 2224140

View File

@ -1,4 +1,24 @@
-------------------------------------------------------------------
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>
- Update to version 42.7:

4
gnome-bluetooth.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-bluetooth
version: 46.0
mtime: 1710754096
commit: eb400a17173e0c5e32f8bcc47a5001409628dcc6

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define _udevdir %(pkg-config --variable udevdir udev)
Name: gnome-bluetooth
Version: 42.7
Version: 46.0
Release: 0
Summary: GNOME Bluetooth graphical utilities
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/GNOME
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: gobject-introspection-devel
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gsound)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.1
BuildRequires: pkgconfig(libadwaita-1) >= 1.4
BuildRequires: pkgconfig(libnotify) >= 0.7.0
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(upower-glib) >= 0.99.14