Accepting request 98842 from home:vuntz:branches:GNOME:Factory

Update to 3.3.3

OBS-URL: https://build.opensuse.org/request/show/98842
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=127
This commit is contained in:
Vincent Untz 2012-01-05 09:34:25 +00:00 committed by Git OBS Bridge
parent 8ee1eb64ef
commit 201450df85
4 changed files with 42 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Jan 5 08:07:55 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Display:
- Use consistent label style (bgo#665057)
+ Info:
- Use consistent label style (bgo#665059)
+ Printers:
- Unsubscribe from D-Bus signals when no longer needed
- Don't crash because of external panel switch
+ Region:
- Small language chooser improvements (bgo#664505, bgo#664503)
+ System Info:
- Rename to 'Details' (bgo#661696)
+ Wacom:
- Many improvements that I can't really summarize here
- Better graphics
- Use libwacom for tablet information
- Visual improvements
+ Updated translations.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Add pkgconfig(libwacom) and pkgconfig(x11) BuildRequires: new
dependencies upstream.
-------------------------------------------------------------------
Tue Nov 22 11:33:05 UTC 2011 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-control-center
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gnome-control-center
BuildRequires: cups-devel
@ -27,6 +25,8 @@ BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(cheese-gtk)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(dbus-1)
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.91
BuildRequires: pkgconfig(gnome-settings-daemon) >= 2.91.94
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.3
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.5
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libgnomekbd)
@ -53,22 +53,24 @@ BuildRequires: pkgconfig(libnotify) >= 0.7.3
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(libsocialweb-client)
BuildRequires: pkgconfig(libwacom)
BuildRequires: pkgconfig(libxklavier)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xi)
License: GPLv2+
Group: System/GUI/GNOME
BuildRequires: pkgconfig(xi) >= 1.2
Obsoletes: fontilus themus acme
Provides: fontilus themus acme
Version: 3.3.2
Release: 1
Version: 3.3.3
Release: 0
# FIXME: in 12.2 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
Summary: The GNOME Control Center
Source: http://download.gnome.org/sources/gnome-control-center/3.3/%{name}-%{version}.tar.bz2
License: GPL-2.0+
Group: System/GUI/GNOME
Source: http://download.gnome.org/sources/gnome-control-center/3.3/%{name}-%{version}.tar.xz
# 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...
Patch0: gnome-control-center-allow-yast-in-shell.patch
# 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)
@ -103,7 +105,6 @@ The control center is GNOME's main interface for configuration of
various aspects of your desktop.
%package branding-upstream
License: GPLv2+
Summary: The GNOME Control Center -- Upstream Definition of Shell Content
Group: System/GUI/GNOME
Requires: %{name} = %{version}
@ -122,7 +123,6 @@ This package provides the upstream definition of what appears in the
control center.
%package user-faces
License: GPLv2+
Summary: Login Managers user avatars
Group: System/GUI/GNOME
@ -130,7 +130,6 @@ Group: System/GUI/GNOME
This package provides user avatars to be used by display managers
%package devel
License: GPLv2+
Summary: Header files for the GNOME Control Center
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}