Accepting request 720999 from GNOME:Factory

(forwarded request 720729 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/720999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=181
This commit is contained in:
Dominique Leuenberger 2019-08-15 10:24:47 +00:00 committed by Git OBS Bridge
commit e3614b6a06
7 changed files with 48 additions and 5 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
<param name="revision">gnome-3-32</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</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="disabled" />
</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">5a6ff6ad76db415cb3f5defd264e569e11a7dde4</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Aug 02 19:21:27 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.32.2+9:
+ display:
- Add guards for NULL display configuration.
- Add failure returns into CcDisplayConfig.
+ universal-access:
- Don't use widget names for GSettings keys.
- Fix leaks checking settings.
- Fix duplicate settings call.
+ Updated translations.
- Switch to git checkout via source service, upstream is lacking in
stable releases. In the future we will use a stable tag when
possible, but when upstream slacks off, we will use a checkout of
the stable branch.
-------------------------------------------------------------------
Fri May 24 23:40:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,5 @@
name: gnome-control-center
version: 3.32.2+9
mtime: 1564042828
commit: 5a6ff6ad76db415cb3f5defd264e569e11a7dde4

View File

@ -26,13 +26,14 @@
%endif
Name: gnome-control-center
Version: 3.32.2
Version: 3.32.2+9
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://www.gnome.org
Source0: https://download.gnome.org/sources/gnome-control-center/3.32/%{name}-%{version}.tar.xz
# We are using source services, so no download url for source
Source0: %{name}-%{version}.tar.xz
# PATCH-NEEDS-OPENSUSE 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
Patch0: gnome-control-center-disable-error-message-for-NM.patch