Hello community,
here is the log from the commit of package gnome-control-center for
openSUSE:Leap:15.2 checked in at 2020-03-06 12:38:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-control-center (Old)
and /work/SRC/openSUSE:Leap:15.2/.gnome-control-center.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-control-center"
Fri Mar 6 12:38:15 2020 rev:52 rq:779714 version:3.34.4
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/gnome-control-center/gnome-control-center.changes
2020-01-30 14:51:16.862930565 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.gnome-control-center.new.26092/gnome-control-center.changes
2020-03-06 12:39:23.986688724 +0100
@@ -1,0 +2,34 @@
+Thu Feb 13 22:43:51 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.4:
+ + Thunderbolt: Fix memory leak.
+ + Printers: Fix read of freed memory.
+ + User Accounts:
+ - Use absolute path of command usermod.
+ - Fix carousel arrow location when animations are disabled.
+ - Fix memory leak.
+ - Fix uninitialized variable.
+ + Region & Language: Fix LC_* variables not being correctly
+ reset.
+ + Sound: Add missing subwoofer icons.
+ + Updated translations.
+- Drop gnome-control-center-can-not-find-usermod.patch: Fixed
+ upstream.
+
+-------------------------------------------------------------------
+Fri Jan 10 18:56:00 UTC 2020 - Bjørn Lie <[email protected]>
+
+- No longer recommend gnome-control-center-lang: the lang package
+ has relevant supplements which pulls it in whenever needed.
+- Move /usr/share/locale/en from the -lang package to the main
+ package: English is installed on all systems. This avoids
+ gnome-control-center-lang being triggered for installation on
+ english-only systems.
+
+-------------------------------------------------------------------
+Thu Jan 9 20:24:39 UTC 2020 - Michael Gorse <[email protected]>
+
+- Add gnome-control-center-fno-common.patch: fix build with
+ -fno-common (boo#1160393 glgo#GNOME/gnome-control-center!681).
+
+-------------------------------------------------------------------
Old:
----
gnome-control-center-3.34.2.obscpio
gnome-control-center-can-not-find-usermod.patch
New:
----
gnome-control-center-3.34.4.obscpio
gnome-control-center-fno-common.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.t9B41B/_old 2020-03-06 12:39:25.882689877 +0100
+++ /var/tmp/diff_new_pack.t9B41B/_new 2020-03-06 12:39:25.922689902 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-control-center
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
Name: gnome-control-center
-Version: 3.34.2
+Version: 3.34.4
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
@@ -34,10 +34,10 @@
URL: https://www.gnome.org
Source0: %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-control-center-can-not-find-usermod.patch
bsc#1158341 glgo#GNOME/gnome-control-center!653 [email protected] --
user-accounts: can't find command usermod
-Patch1: gnome-control-center-can-not-find-usermod.patch
# PATCH-FIX-UPSTREAM
gnome-control-center-Initialize-GError-to-NULL-before-use.patch [email protected]
-- user-accounts: Initialize GError* to NULL before use
Patch2: gnome-control-center-Initialize-GError-to-NULL-before-use.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-fno-common.patch boo#1160393
[email protected] -- fix build with -fno-common.
+Patch3: gnome-control-center-fno-common.patch
### patches for Leap >= 15 plus SLE >= 15, but not TW
# PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch
bsc#999336 [email protected] -- info: Never search for gnome-software as an
option when checking for updates on SLE and Leap 42.2, because we use
gpk-update-viewer.
Patch1001: gnome-control-center-info-never-use-gnome-software.patch
@@ -113,7 +113,6 @@
Requires: gnomekbd-tools
# For the thunderbolt panel
Recommends: bolt
-Recommends: %{name}-lang
Recommends: %{name}-user-faces
# cups-pk-helper should only be recommended, rather than a hard Requires, see
boo#904047
Recommends: cups-pk-helper
@@ -194,8 +193,8 @@
%setup -q
translation-update-upstream po gnome-control-center-2.0
-%patch1 -p1
%patch2 -p1
+%patch3 -p1
# patches for Leap >= 15 plus SLE >= 15, but not TW
%if 0%{?sle_version} >= 150000
%patch1001 -p1
@@ -241,6 +240,7 @@
%{_datadir}/gnome-shell/search-providers/gnome-control-center-search-provider.ini
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/icons/hicolor/*/*/*.svg
+%{_datadir}/locale/en/
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.datetime.policy
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
@@ -272,5 +272,7 @@
%{_datadir}/gettext/its/sounds.loc
%files lang -f %{name}-2.0.lang
+# english locale should be in the main package
+%exclude %{_datadir}/locale/en
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.t9B41B/_old 2020-03-06 12:39:26.270690113 +0100
+++ /var/tmp/diff_new_pack.t9B41B/_new 2020-03-06 12:39:26.294690128 +0100
@@ -2,7 +2,7 @@
<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">refs/tags/3.34.2</param>
+ <param name="revision">refs/tags/3.34.4</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="tar" mode="buildtime"/>
++++++ gnome-control-center-3.34.2.obscpio ->
gnome-control-center-3.34.4.obscpio ++++++
/work/SRC/openSUSE:Leap:15.2/gnome-control-center/gnome-control-center-3.34.2.obscpio
/work/SRC/openSUSE:Leap:15.2/.gnome-control-center.new.26092/gnome-control-center-3.34.4.obscpio
differ: char 48, line 1
++++++ gnome-control-center-fno-common.patch ++++++
>From 92b50d6037ff4d6ccd888beb5b01b55c50bc33ed Mon Sep 17 00:00:00 2001
From: Mike Gorse <[email protected]>
Date: Thu, 9 Jan 2020 14:11:40 -0600
Subject: [PATCH] Thunderbolt: make BoltError enum a typedef
Fixes error when compiled with -fno-common
---
panels/thunderbolt/bolt-error.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panels/thunderbolt/bolt-error.h b/panels/thunderbolt/bolt-error.h
index 39b3eee98..7d3823d35 100644
--- a/panels/thunderbolt/bolt-error.h
+++ b/panels/thunderbolt/bolt-error.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
*
* Error codes used inside Bolt.
*/
-enum {
+typedef enum {
BOLT_ERROR_FAILED = 0,
BOLT_ERROR_UDEV,
BOLT_ERROR_NOKEY,
--
2.24.1
++++++ gnome-control-center.obsinfo ++++++
--- /var/tmp/diff_new_pack.t9B41B/_old 2020-03-06 12:39:27.130690636 +0100
+++ /var/tmp/diff_new_pack.t9B41B/_new 2020-03-06 12:39:27.154690650 +0100
@@ -1,5 +1,5 @@
name: gnome-control-center
-version: 3.34.2
-mtime: 1574693011
-commit: 049df20eca021449eadc61960770e8d9709da16e
+version: 3.34.4
+mtime: 1581632758
+commit: de0c355aa2a5ba37bc95d7230775df5fbcbe1a17