Bjørn Lie 2023-10-05 19:12:15 +00:00 committed by Git OBS Bridge
parent 495efa69aa
commit 239d7f2cab
7 changed files with 28 additions and 9 deletions

View File

@ -3,11 +3,11 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
<param name="revision">refs/tags/45.0</param> <param name="revision">c7684fec5c1d15831283192d740ec703a2936071</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> --> <param name="changesgenerate">enable</param>
</service> </service>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">

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">c7684fec5c1d15831283192d740ec703a2936071</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 03 14:03:43 UTC 2023 - bjorn.lie@gmail.com
- Update to version 45.0+34:
+ network: fix editing connections without a device (boo#1215651)
+ mouse: Fix linked style of primary mouse button in RTL
+ privacy: Fix crash in the firmware security page
+ data:
- Fix label string
- Add missing wireguard-peer.ui to POTFILES.in
- Mark translatable strings yes
+ info-overview: Add more types of processor support
+ Updated translations.
- Switch to git checkout from stable branch, use explicit commit.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 22 03:30:16 UTC 2023 - Xiaoguang Wang <xiaoguang.wang@suse.com> Fri Sep 22 03:30:16 UTC 2023 - Xiaoguang Wang <xiaoguang.wang@suse.com>

View File

@ -1,4 +1,4 @@
name: gnome-control-center name: gnome-control-center
version: 45.0 version: 45.0+34
mtime: 1694772303 mtime: 1696331048
commit: e4d0d5abf9cb716cb01cda17751b162d4bfea5b0 commit: c7684fec5c1d15831283192d740ec703a2936071

View File

@ -26,7 +26,7 @@
%endif %endif
Name: gnome-control-center Name: gnome-control-center
Version: 45.0 Version: 45.0+34
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