Accepting request 735450 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/735450
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=425
This commit is contained in:
Dominique Leuenberger 2019-10-07 08:09:52 +00:00 committed by Git OBS Bridge
parent efaefe27eb
commit 2a8d619fcb
8 changed files with 35 additions and 66 deletions

View File

@ -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.0.1</param>
<param name="revision">refs/tags/3.34.1</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="tar" mode="buildtime"/>

View File

@ -1,25 +0,0 @@
From 21606b186dfdbc4c8c7fa47909606d05f405a592 Mon Sep 17 00:00:00 2001
From: Jonathan Kang <jonathankang@gnome.org>
Date: Wed, 20 Feb 2019 15:45:02 +0800
Subject: [PATCH] network: disable the "Apply" button until a change has been
made
---
panels/network/wireless-security/eap-method-simple.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/panels/network/wireless-security/eap-method-simple.c b/panels/network/wireless-security/eap-method-simple.c
index 2287b99cd..271ce007c 100644
--- a/panels/network/wireless-security/eap-method-simple.c
+++ b/panels/network/wireless-security/eap-method-simple.c
@@ -242,7 +242,6 @@ set_userpass_ui (EAPMethodSimple *method)
gtk_entry_set_text (method->password_entry, "");
gtk_toggle_button_set_active (method->show_password, method->ws_parent->show_password);
- password_storage_changed (NULL, NULL, method);
}
static void
--
2.20.1

View File

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

View File

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

View File

@ -1,26 +0,0 @@
From 1fb8edb9c3734ce108388304af221188be79c400 Mon Sep 17 00:00:00 2001
From: Mart Raudsepp <leio@gentoo.org>
Date: Fri, 20 Sep 2019 08:37:42 +0300
Subject: [PATCH] sound: Remove leftover canberra-gtk header inclusion
This may fail to build too, as we don't depend on canberra-gtk anymore,
and gsound only depends on canberra, not canberra-gtk.
---
panels/sound/cc-volume-slider.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/panels/sound/cc-volume-slider.c b/panels/sound/cc-volume-slider.c
index 9f0610f63..98541e98a 100644
--- a/panels/sound/cc-volume-slider.c
+++ b/panels/sound/cc-volume-slider.c
@@ -20,7 +20,6 @@
#include <math.h>
#include <pulse/pulseaudio.h>
#include <gvc-mixer-control.h>
-#include <canberra-gtk.h>
#include "cc-sound-resources.h"
#include "cc-volume-slider.h"
--
2.22.0

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Oct 5 14:34:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.34.1:
+ Background:
- Allow load background file relative to XML file.
- Update clock in both preview modes.
+ Date & Time: Allow changing the timezone when auto-update is
prohibited.
+ Network:
- Disable the "Apply" button until a change has been made.
- Fix Add Connection dialog.
- Accept empty values for the cloned mac address.
+ Online Accounts: Fix a crash.
+ Printers:
- Give printer name fewer characters in width.
- Check whether URI is valid while searching for printers.
+ Region & Language: Fix crash in keyboard layout population.
+ Search: Fix crash on clicking 'Search Locations'.
+ Sharing: Set new shared folder visible as soon as it gets
added.
+ Sound: Remove leftover canberra-gtk header inclusion.
+ Updated translations.
- Drop patches fixed upstream:
+ gnome-control-center-Remove-leftover-canberra-gtk.patch.
+ control-center-network-fix-ce-apply-button.patch.
-------------------------------------------------------------------
Sat Sep 21 09:38:32 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,5 @@
name: gnome-control-center
version: 3.34.0.1
mtime: 1568043452
commit: ea7b65a7eeb2829f22c8ac0ad8fef84d0aae90c2
version: 3.34.1
mtime: 1570284157
commit: 777c68347d49d079acb014c8910bed4abed22835

View File

@ -26,7 +26,7 @@
%endif
Name: gnome-control-center
Version: 3.34.0.1
Version: 3.34.1
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
@ -34,11 +34,6 @@ Group: System/GUI/GNOME
URL: https://www.gnome.org
Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM control-center-network-fix-ce-apply-button.patch glgo#GNOME/gnome-control-center!402 bsc#1040054 sckang@suse.com -- network: disable the "Apply" button until a change has been made
Patch2: control-center-network-fix-ce-apply-button.patch
# PATCH-FIX-UPSTREAM gnome-control-center-Remove-leftover-canberra-gtk.patch -- sound: Remove leftover canberra-gtk header inclusion
Patch3: gnome-control-center-Remove-leftover-canberra-gtk.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 fezhang@suse.com -- 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
@ -193,8 +188,6 @@ GNOME control center.
%prep
%setup -q
%patch2 -p1
%patch3 -p1
translation-update-upstream po gnome-control-center-2.0
# patches for Leap >= 15 plus SLE >= 15, but not TW