1
0
Bjørn Lie 2023-03-22 15:14:04 +00:00 committed by Git OBS Bridge
parent 5ce291c6b5
commit b5a852ae17
7 changed files with 46 additions and 5 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-control-center.git</param>
<param name="revision">9f341d06</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>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual" />
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
<param name="changesrevision">9f341d061d98562a8f604386c74d73664e383fef</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Mar 22 14:57:37 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.0+7:
+ common: hostname-entry: Update hostname only after apply is
clicked
+ sound: Prevent duplicate sound device entries
+ color: Do not try to access to null pointer in destruction
+ display: Allow configuring all monitors and apply settings at
once
+ Updated translations.
- Switch to git checkout via source service, explicit tag from
stable gnome-44 branch.
-------------------------------------------------------------------
Mon Mar 20 09:13:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,4 @@
name: gnome-control-center
version: 44.0+7
mtime: 1679491245
commit: 9f341d061d98562a8f604386c74d73664e383fef

View File

@ -26,13 +26,13 @@
%endif
Name: gnome-control-center
Version: 44.0
Version: 44.0+7
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://apps.gnome.org/app/org.gnome.Settings
Source0: https://download.gnome.org/sources/gnome-control-center/44/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc
# PATCH-NEED-REBASE gnome-control-center-disable-error-message-for-NM.patch bsc#989801 sckang@suse.com -- network: Improve the check for whether NM or wicked is running WAS:PATCH-FIX-OPENSUSE