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:
parent
efaefe27eb
commit
2a8d619fcb
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<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/3.34.0.1</param>
|
<param name="revision">refs/tags/3.34.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
|
@ -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
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b38a591f91e014ca7f567a29463aa898aec957389a81337d60353c029d040bb
|
|
||||||
size 41709069
|
|
3
gnome-control-center-3.34.1.obscpio
Normal file
3
gnome-control-center-3.34.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4a3cefcf46401b79e9328cdd7702cd053cd03b40bc2860d2b5a03e85d0f8eb8
|
||||||
|
size 41726477
|
@ -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
|
|
||||||
|
|
@ -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>
|
Sat Sep 21 09:38:32 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: gnome-control-center
|
name: gnome-control-center
|
||||||
version: 3.34.0.1
|
version: 3.34.1
|
||||||
mtime: 1568043452
|
mtime: 1570284157
|
||||||
commit: ea7b65a7eeb2829f22c8ac0ad8fef84d0aae90c2
|
commit: 777c68347d49d079acb014c8910bed4abed22835
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 3.34.0.1
|
Version: 3.34.1
|
||||||
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
|
||||||
@ -34,11 +34,6 @@ Group: System/GUI/GNOME
|
|||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
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
|
### 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.
|
# 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
|
Patch1001: gnome-control-center-info-never-use-gnome-software.patch
|
||||||
@ -193,8 +188,6 @@ GNOME control center.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
translation-update-upstream po gnome-control-center-2.0
|
translation-update-upstream po gnome-control-center-2.0
|
||||||
|
|
||||||
# patches for Leap >= 15 plus SLE >= 15, but not TW
|
# patches for Leap >= 15 plus SLE >= 15, but not TW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user