forked from pool/gnome-control-center
Accepting request 1073811 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1073811 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=504
This commit is contained in:
parent
5ce291c6b5
commit
b5a852ae17
19
_service
Normal file
19
_service
Normal 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
4
_servicedata
Normal 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>
|
3
gnome-control-center-44.0+7.obscpio
Normal file
3
gnome-control-center-44.0+7.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc8e7c429b844bfd74cc849cb43937499df4b39ac0eb9f6cb751cc339b29671b
|
||||||
|
size 45748237
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bdbfab4cf23d05734096db1f9f6fac7eed3fcb9da32bf4b1f26ed3a04e5abc66
|
|
||||||
size 7617244
|
|
@ -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>
|
Mon Mar 20 09:13:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
gnome-control-center.obsinfo
Normal file
4
gnome-control-center.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gnome-control-center
|
||||||
|
version: 44.0+7
|
||||||
|
mtime: 1679491245
|
||||||
|
commit: 9f341d061d98562a8f604386c74d73664e383fef
|
@ -26,13 +26,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 44.0
|
Version: 44.0+7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNOME Control Center
|
Summary: The GNOME Control Center
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://apps.gnome.org/app/org.gnome.Settings
|
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
|
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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user