forked from pool/gnome-control-center
Accepting request 360311 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360311 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=303
This commit is contained in:
parent
bdec9b7c5a
commit
18c593672d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36fe6157247d2b7c8a98dbb3dbcde1c3a6f9e5e8fcc9ccf357e2b2417578f8ad
|
||||
size 7113676
|
3
gnome-control-center-3.19.90.tar.xz
Normal file
3
gnome-control-center-3.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:601fed2ec1072d7b0a215b20282b2267b475b0e555b4697ec394dd28bfc4d62b
|
||||
size 7090792
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 20:44:21 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.90:
|
||||
+ Network:
|
||||
- Prevent secrets from getting lost on each connection edit.
|
||||
- Fix a crash when clicking to forget a VPN on the editor.
|
||||
+ Printers: Redesign the Printer Jobs Dialog.
|
||||
+ Region & Language: Prevent a potential crash when exiting the
|
||||
panel.
|
||||
+ Wacom: Workaround deadlocks in Clutter event handlers.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 10:38:07 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.5:
|
||||
+ Added plenty of missing widget mnemonics for better UI keyboard
|
||||
navigation.
|
||||
+ Bluetooth:
|
||||
- Avoid broken state when enabling Bluetooth.
|
||||
- Don't change the switch status when transitioning.
|
||||
- Bump required gnome-bluetooth version to 3.18.2.
|
||||
+ Network: Elipsize device metadata fields.
|
||||
+ Region & Language: Ensure that system and user formats are
|
||||
consistent.
|
||||
+ Sharing: Ensure Tracker rygel plugin is disabled.
|
||||
+ Wacom: Avoid crashing when opening the panel on wayland
|
||||
sessions.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 21 17:56:38 UTC 2015 - damjanovic.ivo@gmail.com
|
||||
|
||||
- Update to version 3.19.4:
|
||||
+ Port to newer Grilo 0.3.0 API.
|
||||
+ Build fix: Update grl_registry_load_plugin_by_id API change.
|
||||
- Replace pkgconfig(grilo-0.2) BuildRequires with
|
||||
pkgconfig(grilo-0.3), following upstream port to Grilo 0.3 API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 03:11:10 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-control-center
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,14 +29,14 @@
|
||||
%define with_cacert_patch 1
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 3.18.2
|
||||
Version: 3.19.90
|
||||
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)
|
||||
Summary: The GNOME Control Center
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-control-center/3.18/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-control-center/3.19/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-control-center-allow-extra-tools-in-shell.patch fezhang@suse.com -- Add dconf-editor, pkg-prefs, gnome-tweak-tool and tracker-preferences to gnome-control-center-allow-yast-in-shell.patch so that they can launch from g-c-c shell like YaST does. Also change the patch with a more generic name.
|
||||
Patch0: gnome-control-center-allow-extra-tools-in-shell.patch
|
||||
# PATCH-FEATURE-SLE gnome-control-center-add-alacarte-for-sle.patch badshah400@gmail.com -- Add back alacarte for SLE since they require it for their classic mode, on the other hand for TW and other openSUSE versions it should be enough that alacarte is still available from shell overview, just not in the g-c-c shell. This patch must be applied only if required and then immediately after gnome-control-center-allow-extra-tools-in-shell.patch
|
||||
@ -45,8 +45,7 @@ Patch100: gnome-control-center-add-alacarte-for-sle.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...
|
||||
Patch14: gnome-control-center-system-proxy-configuration.patch
|
||||
# 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
|
||||
# PATCH-NEEDS-REBASE gcc-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- network: create private connections if the user if not authorized (WAS: PATCH-FIX-UPSTREAM)
|
||||
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
|
||||
Patch16: gnome-control-center-probe-radius-server-cert.patch
|
||||
@ -69,18 +68,18 @@ BuildRequires: pkgconfig(colord) >= 0.1.34
|
||||
BuildRequires: pkgconfig(colord-gtk) >= 0.1.24
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.39.91
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.11.1
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.18.2
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.4
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.7.3
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.9.90
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.15.1
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(grilo-0.2)
|
||||
BuildRequires: pkgconfig(grilo-0.3)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.15.4
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0
|
||||
@ -187,7 +186,7 @@ GNOME control center.
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
# PATCH100 ONLY NEEDED FOR SLES AND TO BE APPLIED IMMEIDATELY AFTER PATCH0
|
||||
# PATCH100 ONLY NEEDED FOR SLES AND TO BE APPLIED IMMEDIATELY AFTER PATCH0
|
||||
%if 0%{?suse_version} == 1315 && 0%{?sle_version}
|
||||
%patch100 -p1
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user