Accepting request 319382 from home:Zaitor
Update and patch add/disable - works for me. I am however not sure if the translation patch should be run before or after update-translation-update (as of now one needs to install the -lang package for the changes to be picked up) OBS-URL: https://build.opensuse.org/request/show/319382 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=284
This commit is contained in:
parent
84b9dc9dcc
commit
455b7b0a4e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d
|
|
||||||
size 7027220
|
|
3
gnome-control-center-3.16.3.tar.xz
Normal file
3
gnome-control-center-3.16.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff9fe9c703be1d0e3afdef7b9ea331e436846ccd4d35090d501ba9510ee5a0c5
|
||||||
|
size 7045744
|
11
gnome-control-center-fix-nb-tans.patch
Normal file
11
gnome-control-center-fix-nb-tans.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- gnome-control-center-3.17.3-orig/po/nb.po 2015-07-10 13:09:23.000000000 +0200
|
||||||
|
+++ gnome-control-center-3.17.3/po/nb.po 2015-07-29 11:17:27.451128923 +0200
|
||||||
|
@@ -3882,7 +3882,7 @@
|
||||||
|
|
||||||
|
#: ../panels/power/cc-power-panel.c:1504
|
||||||
|
msgid "_Keyboard brightness"
|
||||||
|
-msgstr "Lysstyrke for s_kjerm"
|
||||||
|
+msgstr "Lysstyrke for tastatur"
|
||||||
|
|
||||||
|
#: ../panels/power/cc-power-panel.c:1514
|
||||||
|
msgid "_Dim screen when inactive"
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 29 10:01:00 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add gnome-control-center-fix-nb-tans.patch: Fix translation of
|
||||||
|
Keyboard brightness in Norwegian bokmål (bgo#753005).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 07:39:55 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.3:
|
||||||
|
+ Date & Time: Fix accessibility of the hour and minutes
|
||||||
|
spinbuttons.
|
||||||
|
+ Network:
|
||||||
|
- Prevent a use after free crash when removing virtual devices.
|
||||||
|
- Fix all Wi-Fi networks having gear buttons.
|
||||||
|
- Only share a new wifi connection if the user is allowed to.
|
||||||
|
- Fix possible crash when changing airplane mode.
|
||||||
|
- Fix possible crash when connections change after Network
|
||||||
|
panel was closed.
|
||||||
|
+ Power:
|
||||||
|
- Hide Bluetooth power section when w/o BT.
|
||||||
|
- Fix "When battery power is critical" label with UPower 1.0.
|
||||||
|
- Fix possible crash if up_client_get_devices() fails.
|
||||||
|
- Make the automatic suspend row accessible.
|
||||||
|
+ Printers:
|
||||||
|
- Set focus of the 'New printer dialog' correctly.
|
||||||
|
- Fix focus chain of the 'New printer dialog'.
|
||||||
|
- Fix setting of page size.
|
||||||
|
- Don't expand search entry.
|
||||||
|
- Show border around 'No printers detected' text.
|
||||||
|
- Check whether we have a device name.
|
||||||
|
- Don't show the same device multiple times.
|
||||||
|
+ Region & Language: Fixes to the region and language lists.
|
||||||
|
- Disable gcc-private-connection.patch for now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 15 20:51:08 UTC 2015 - zaitor@opensuse.org
|
Wed Jul 15 20:51:08 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%define with_cacert_patch 0
|
%define with_cacert_patch 0
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 3.16.2
|
Version: 3.16.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: in 12.3 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
|
# FIXME: in 12.3 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
|
||||||
Summary: The GNOME Control Center
|
Summary: The GNOME Control Center
|
||||||
@ -43,12 +43,15 @@ Patch0: gnome-control-center-allow-extra-tools-in-shell.patch
|
|||||||
Patch1: gnome-control-center-hide-firewall-zone-entry.patch
|
Patch1: gnome-control-center-hide-firewall-zone-entry.patch
|
||||||
# PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast...
|
# PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast...
|
||||||
Patch14: gnome-control-center-system-proxy-configuration.patch
|
Patch14: gnome-control-center-system-proxy-configuration.patch
|
||||||
# PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- network: create private connections if the user if not authorized
|
# PATCH-NEEDS-REBASE - and g-c-c code seems to be moving in "our" direction see bgo#751378
|
||||||
|
# WAS PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- network: create private connections if the user if not authorized
|
||||||
Patch15: gcc-private-connection.patch
|
Patch15: gcc-private-connection.patch
|
||||||
# PATCH-FIX-UPSTREAM gnome-control-center-probe-radius-server-cert.patch bnc#574266 glin@suse.com -- network: Probe the RADIUS server certificate
|
# PATCH-FIX-UPSTREAM gnome-control-center-probe-radius-server-cert.patch bnc#574266 glin@suse.com -- network: Probe the RADIUS server certificate
|
||||||
Patch16: gnome-control-center-probe-radius-server-cert.patch
|
Patch16: gnome-control-center-probe-radius-server-cert.patch
|
||||||
# PATCH-FEATURE-OPENSUSE gnome-control-center-follow-polkit-permissions-for-tz.patch boo#904058 badshah400@gmail.com -- Follow polkit permissions for allowing/locking timezone setting changes
|
# PATCH-FEATURE-OPENSUSE gnome-control-center-follow-polkit-permissions-for-tz.patch boo#904058 badshah400@gmail.com -- Follow polkit permissions for allowing/locking timezone setting changes
|
||||||
Patch17: gnome-control-center-follow-polkit-permissions-for-tz.patch
|
Patch17: gnome-control-center-follow-polkit-permissions-for-tz.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gnome-control-center-fix-nb-tans.patch bgo#753005 zaitor@opensuse.org -- Fix translation of Keyboard brightness in Norwegian bokmål.
|
||||||
|
Patch18: gnome-control-center-fix-nb-tans.patch
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -185,13 +188,15 @@ GNOME control center.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch15 -p1
|
# PATCH-NEEDS-REBASE - and g-c-c code seems to be moving in "our" direction see bgo#751378
|
||||||
|
#patch15 -p1
|
||||||
%if %{with_cacert_patch}
|
%if %{with_cacert_patch}
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
#NEEDS-REBASE
|
#NEEDS-REBASE
|
||||||
#patch14 -p1
|
#patch14 -p1
|
||||||
|
%patch18 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user