Accepting request 750785 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/750785 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=429
This commit is contained in:
parent
f3dbc55cd0
commit
8e3e6c8016
2
_service
2
_service
@ -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.1</param>
|
||||
<param name="revision">refs/tags/3.34.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4a3cefcf46401b79e9328cdd7702cd053cd03b40bc2860d2b5a03e85d0f8eb8
|
||||
size 41726477
|
3
gnome-control-center-3.34.2.obscpio
Normal file
3
gnome-control-center-3.34.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73897481652e5e1daaab40d3aeba419b3fde32466b3fa7acd2e3bee112dcca1c
|
||||
size 41738765
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 15:22:25 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.34.2:
|
||||
+ Applications: Fix a memory leak.
|
||||
+ Background: Fix crash if a BgRecentSource is unreffed during an
|
||||
async operation.
|
||||
+ Display: Use correct mode for supported scale checking.
|
||||
+ Printer: Provide a scheme to address parser.
|
||||
+ User Accounts: Fix password dialog crashes and hangs.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 08:19:16 UTC 2019 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
- Drop patches fixed upstream:
|
||||
+ control-center-fix-crash-due-to-object-name-clashes.patch
|
||||
+ control-center-fix-crash-opening-hidden-network.patch
|
||||
+ control-center-sharing-fix-margin-issue.patch
|
||||
+ gnome-control-center-fix-users-crash.patch
|
||||
+ gnome-control-center-periodic-wifi-scan.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 04:40:33 UTC 2019 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
@ -118,12 +140,21 @@ Fri May 24 23:40:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
+ Sound: Clean up labels of devices without origin.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 07:01:42 UTC 2019 - Chingkai <qkzhu@suse.com>
|
||||
|
||||
- Update gnome-control-center-more-power-button-actions.patch:
|
||||
Rename 'Shutdown' to 'Force Off' and adjust the order by severity
|
||||
(bsc#1091796).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 08:57:24 UTC 2019 - Jonathan Kang <sckang@suse.com>
|
||||
|
||||
- Add control-center-fix-mtu-label.patch: network: Fix mtu label
|
||||
not requesting enough space (glgo#GNOME/gnome-control-center!475,
|
||||
bsc#1040055).
|
||||
- Modify gnome-control-center-bring-back-firewall-zone.patch:
|
||||
rebase patch with control-center-fix-mtu-label.patch applied.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 06:52:13 UTC 2019 - Jonathan Kang <sckang@suse.com>
|
||||
@ -210,6 +241,14 @@ Tue Mar 5 06:10:42 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(udisks2) BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 07:49:15 UTC 2019 - sckang@suse.com
|
||||
|
||||
- Modify gnome-control-center-bring-back-firewall-zone.patch,
|
||||
Add control-center-network-fix-ce-apply-button.patch:
|
||||
network: disable the "Apply" button until a change has been made
|
||||
(glgo#GNOME/gnome-control-center!402 bsc#1040054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 02:50:29 UTC 2019 - sckang@suse.com
|
||||
|
||||
@ -317,6 +356,12 @@ Thu Nov 1 00:03:14 UTC 2018 - bjorn.lie@gmail.com
|
||||
+ Wi-Fi: Disable periodic scan only when Wi-Fi is disabled.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 02:57:44 UTC 2018 - sckang@suse.com
|
||||
|
||||
- Add gnome-control-center-periodic-wifi-scan.patch: Request
|
||||
periodic Wi-Fi scans (bsc#1097347, bgo#793647).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 11:12:34 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
@ -457,6 +502,11 @@ Fri May 25 00:25:57 UTC 2018 - sckang@suse.com
|
||||
- Add control-center-ignore-unmanaged-wifi-devices.patch:
|
||||
wifi: only manage Wi-Fi devices managed by NM (bsc#1079320).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 12 10:54:19 UTC 2018 - lnussel@suse.de
|
||||
|
||||
- BuildRequire translation-update-upstream also for Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 10:21:28 UTC 2018 - qkzhu@suse.com
|
||||
|
||||
@ -467,6 +517,23 @@ Tue May 8 10:21:28 UTC 2018 - qkzhu@suse.com
|
||||
gnome-control-center-bring-back-firewall-zone.patch in Leap15
|
||||
(bsc#1091305).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 07:17:49 UTC 2018 - sckang@suse.com
|
||||
|
||||
- Add control-center-fix-crash-due-to-object-name-clashes.patch and
|
||||
control-center-fix-crash-opening-hidden-network.patch: fix crash
|
||||
due to object name clashes in NM and g-c-c
|
||||
(bsc#1083668, bgo#785099).
|
||||
- Add control-center-sharing-fix-margin-issue.patch: set end margin
|
||||
for labels in Networks list box (bsc#1087134).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 26 18:50:49 UTC 2018 - mgorse@suse.com
|
||||
|
||||
- Add gnome-control-center-users-empty-state.patch and
|
||||
gnome-control-center-fix-users-crash.patch: fix crash opening
|
||||
users as root (bsc#1087583 bgo#773673).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 09:44:03 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
@ -5917,6 +5984,11 @@ Sat Jan 17 01:54:00 CET 2009 - crrodriguez@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 14:04:20 CST 2009 - federico@novell.com
|
||||
|
||||
- Remove gnome-control-center-randr-gerror.diff. Fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 14:04:20 CST 2009 - federico@novell.com
|
||||
|
||||
- Added gnome-control-center-randr-gerror.diff. This adds good error
|
||||
reporting when changing the multihead configuration, and fixes these
|
||||
bugs:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: gnome-control-center
|
||||
version: 3.34.1
|
||||
mtime: 1570284157
|
||||
commit: 777c68347d49d079acb014c8910bed4abed22835
|
||||
version: 3.34.2
|
||||
mtime: 1574693011
|
||||
commit: 049df20eca021449eadc61960770e8d9709da16e
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-control-center
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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.1
|
||||
Version: 3.34.2
|
||||
Release: 0
|
||||
Summary: The GNOME Control Center
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user