Accepting request 1217069 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1217069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=254
This commit is contained in:
commit
6090e17f5e
4
_service
4
_service
@ -3,11 +3,11 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
|
||||
<param name="revision">9c6b639a45e2e5643d7e7541dededef43751c79c</param>
|
||||
<param name="revision">47.1.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
|
||||
<param name="changesrevision">9c6b639a45e2e5643d7e7541dededef43751c79c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83ab943f511773c6a33f2f381f73c56027c05c27e652f27f0752ea3fdd8cc09b
|
||||
size 47702029
|
BIN
gnome-control-center-47.1.1.obscpio
(Stored with Git LFS)
Normal file
BIN
gnome-control-center-47.1.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 15:12:56 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.1.1:
|
||||
+ Fix crash on display scales > 1 due to conflicting type
|
||||
registration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 16:31:01 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.1:
|
||||
+ About: Allow FQDN hostnames
|
||||
+ Appearance: Fix thumbnailing of backgrounds causing OOM kills
|
||||
+ Date and Time: Fix resize issue in the time format row when
|
||||
shown in small window sizes
|
||||
+ Online Accounts: Fix untranslated account provider info string
|
||||
+ Region and Language: Update language row after closing language
|
||||
selector
|
||||
+ Remote Desktop: Hide "Remote Desktop" row when
|
||||
gnome-remote-desktop is not available
|
||||
+ Wacom:
|
||||
- Don't crash when handling an unknown stylus ID
|
||||
- Don't show Map Buttons for fallback devices
|
||||
- Handle all external remotes like an external TV remote-like
|
||||
device
|
||||
- Make assets recolaborable, supporting dark-style,
|
||||
high-contrast, and accent colors
|
||||
- Support HDPI for tablet/stylus illustration images
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 17:25:17 UTC 2024 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-control-center
|
||||
version: 47.0.1+8
|
||||
mtime: 1727359874
|
||||
commit: 9c6b639a45e2e5643d7e7541dededef43751c79c
|
||||
version: 47.1.1
|
||||
mtime: 1729605818
|
||||
commit: 7985fc671ad43f5925b9012e6c51231ad73a628d
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 47.0.1+8
|
||||
Version: 47.1.1
|
||||
Release: 0
|
||||
Summary: The GNOME Control Center
|
||||
License: GPL-2.0-or-later
|
||||
@ -81,7 +81,7 @@ BuildRequires: pkgconfig(goa-1.0) >= 3.51.0
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 47.alpha
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 47.0
|
||||
BuildRequires: pkgconfig(gsound)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.15.2
|
||||
|
Loading…
Reference in New Issue
Block a user