Ana Guerrero 2023-11-29 20:18:54 +00:00 committed by Git OBS Bridge
commit 448f4683e2
7 changed files with 30 additions and 15 deletions

View File

@ -3,7 +3,7 @@
<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">ff0052ceff2d240189511b155336c0fb4166257e</param>
<param name="revision">8c6e673c94696ef72a651140892a71437cb7e506</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 28 12:09:13 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Sun Nov 26 11:58:27 UTC 2023 - bjorn.lie@gmail.com
- Update to version 45.1+22:
+ apps: Fix status page glitch on initialization
+ po: Fix missing closing tag in pt_BR locale
+ background: Improve preview performance
+ applications: Fix File & Link Associations UI
+ Updated translations.
-------------------------------------------------------------------
Mon Nov 13 12:47:50 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: gnome-control-center
version: 45.1+14
mtime: 1699614630
commit: ff0052ceff2d240189511b155336c0fb4166257e
version: 45.1+22
mtime: 1700838132
commit: 8c6e673c94696ef72a651140892a71437cb7e506

View File

@ -26,7 +26,7 @@
%endif
Name: gnome-control-center
Version: 45.1+14
Version: 45.1+22
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
@ -185,15 +185,15 @@ GNOME control center.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
# patches for Leap >= 15 plus SLE >= 15, but not TW
%if 0%{?sle_version} >= 150000
%patch1001 -p1
%patch1002 -p1
%patch1003 -p1
%patch -P 1001 -p1
%patch -P 1002 -p1
%patch -P 1003 -p1
%endif
%build