1
0

Accepting request 195798 from home:dimstar:branches:GNOME:Factory

Update to 3.9.90

OBS-URL: https://build.opensuse.org/request/show/195798
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=205
This commit is contained in:
Bjørn Lie 2013-08-21 21:21:37 +00:00 committed by Git OBS Bridge
parent ddb139268e
commit 6f411d6cb5
4 changed files with 47 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Aug 21 06:46:34 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.90:
+ Background:
- Add support for lock screen background.
+ Date & Time:
- New design.
+ Display:
- New design.
+ Keyboard:
- Add a screencast shortcut entry.
+ Network:
- Activate wired profiles when clicked.
- Don't show the airplane mode switch if the system doesn't
support it.
+ Power:
- Add a slider to control keyboard brightness.
+ Privacy:
- Remove Name & Visibility section.
- Confirm before emptying trash or purging temporary files.
+ Sharing:
- Don't allow empty passwords in screen sharing.
+ Shell:
- Prevent the window from being taller than the height of the
monitor.
- Use a GtkHeaderBar as the window's title bar.
- Use a GtkSearchBar for the search entry.
- Start search when typing.
+ User Accounts:
- Enable checking for sequences in password.
- Add a short explanation of what enterprise login is and a
note about reduced functionality when offline.
- Design and interaction refinements.
- Disable gnome-control-center-fine-grained-tz-polkit.patch: the
patch needs rebasing.
-------------------------------------------------------------------
Tue Jul 30 16:25:55 UTC 2013 - dimstar@opensuse.org

View File

@ -24,7 +24,7 @@
%define with_ibus 1
Name: gnome-control-center
Version: 3.9.5
Version: 3.9.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
@ -36,7 +36,7 @@ Source: http://download.gnome.org/sources/gnome-control-center/3.9/%{nam
Patch0: gnome-control-center-allow-yast-in-shell.patch
# PATCH-NEEDS-REBASE PATCH-HACK-OPENSUSE gnome-control-center-hide-region-system-tab.patch vuntz@opensuse.org -- Hide system tab in region panel until we really use the right files for system settings (see bnc#703833)
Patch2: gnome-control-center-hide-region-system-tab.patch
# PATCH-FIX-UPSTREAM gnome-control-center-fine-grained-tz-polkit.patch bgo#646185 bnc#749453 vuntz@opensuse.org -- Allow changing timezone without requiring privileges to change time
# PATCH-NEEDS-REBASE PATCH-FIX-UPSTREAM gnome-control-center-fine-grained-tz-polkit.patch bgo#646185 bnc#749453 vuntz@opensuse.org -- Allow changing timezone without requiring privileges to change time
Patch3: gnome-control-center-fine-grained-tz-polkit.patch
# PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- this needs to be reimplemented to be more distro-generic before submitting upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was PATCH-FEATURE-OPENSUSE)
Patch14: gnome-control-center-system-proxy-configuration.patch
@ -68,14 +68,14 @@ BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glib-2.0) >= 2.35.1
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.5.5
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.9.0
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.9.90
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.7.3
BuildRequires: pkgconfig(goa-1.0) >= 3.9.1
BuildRequires: pkgconfig(goa-backend-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.7.2.2
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11
%if %{with_ibus}
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
%endif
@ -95,7 +95,7 @@ BuildRequires: pkgconfig(libwacom) >= 0.7
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mm-glib) >= 0.7
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(pwquality) >= 1.2.0
BuildRequires: pkgconfig(pwquality) >= 1.2.2
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(x11)
@ -163,7 +163,8 @@ various aspects of your desktop.
%patch0 -p1
#Needs rebase
#patch2 -p1
%patch3 -p1
# Need rebase
#patch3 -p1
#NEEDS-REBASE
#patch14 -p1
#patch15 -p1