Accepting request 200113 from GNOME:Factory
- Add gnome-color-manager Requires: the color panel interacts with binaries (gcm-viewer, gcm-calibrate) from gnome-color-manager. - Update to version 3.9.92: + Background: - Don't access possibly invalid object. - Fix top bar location on dual-head. - Fix a crash. + Date & Time: - Fix keyboard navigation. - Plug a small memory leak. - A11y improvements. + Display: - Disable the "Apply" button until a change has been made. - Close any open dialog if the panel is destroyed. + Network: - Fix a few crashes. - Don't show unmanaged devices. - Don't include spaces in proxy's ignore-hosts setting. + Power: - Don't show the estimated battery capacity. - Fix getting the keyboard brightness value. + Sharing: - Prevent incorrect sensitivity of the screen sharing password entry. + Universal Access: - Fix keyboard navigation. - Toggle switch when its parent row is activated. - Remove a bogus mnemonic-widget to not confuse Orca. + User Accounts: OBS-URL: https://build.opensuse.org/request/show/200113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=104
This commit is contained in:
commit
efe9ad494c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26af089915ec92b10f1070c90da87642534f957cb9ea3952ef35b4aa101c568f
|
||||
size 6786496
|
3
gnome-control-center-3.9.92.tar.xz
Normal file
3
gnome-control-center-3.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77f477d80734f5dad5f7dd617737b1615c654df79f9fb0840e76383e00c00a61
|
||||
size 6800740
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 13:25:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Add gnome-color-manager Requires: the color panel interacts with
|
||||
binaries (gcm-viewer, gcm-calibrate) from gnome-color-manager.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 21:29:13 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.92:
|
||||
+ Background:
|
||||
- Don't access possibly invalid object.
|
||||
- Fix top bar location on dual-head.
|
||||
- Fix a crash.
|
||||
+ Date & Time:
|
||||
- Fix keyboard navigation.
|
||||
- Plug a small memory leak.
|
||||
- A11y improvements.
|
||||
+ Display:
|
||||
- Disable the "Apply" button until a change has been made.
|
||||
- Close any open dialog if the panel is destroyed.
|
||||
+ Network:
|
||||
- Fix a few crashes.
|
||||
- Don't show unmanaged devices.
|
||||
- Don't include spaces in proxy's ignore-hosts setting.
|
||||
+ Power:
|
||||
- Don't show the estimated battery capacity.
|
||||
- Fix getting the keyboard brightness value.
|
||||
+ Sharing:
|
||||
- Prevent incorrect sensitivity of the screen sharing password
|
||||
entry.
|
||||
+ Universal Access:
|
||||
- Fix keyboard navigation.
|
||||
- Toggle switch when its parent row is activated.
|
||||
- Remove a bogus mnemonic-widget to not confuse Orca.
|
||||
+ User Accounts:
|
||||
- Fix history dialog background color.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 08:04:14 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Stop passing --enable-systemd to %configure, as it is not
|
||||
recognized anymore, and clean spec file of previous needed
|
||||
with_systemd macro and %if with_systemd statments.
|
||||
- Reenable translation-update-upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 06:43:59 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -16,15 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
# We cannot enable systemd support right now, as it is exclusive and means we
|
||||
# lose ConsoleKit support (bad for sysvinit)
|
||||
%define with_systemd 1
|
||||
|
||||
# Allow to enable/disable ibus, as GNOME is rather strict on new versions.
|
||||
%define with_ibus 1
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 3.9.91
|
||||
Version: 3.9.92
|
||||
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
|
||||
@ -69,7 +65,7 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.9.91
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.12
|
||||
%if %{with_ibus}
|
||||
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
|
||||
BuildRequires: pkgconfig(ibus-1.0) >= 1.5.2
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libgnome-menu-3.0)
|
||||
@ -80,9 +76,7 @@ BuildRequires: pkgconfig(libnm-gtk) >= 0.9.8
|
||||
BuildRequires: pkgconfig(libpulse) >= 2.0
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
%if %{with_systemd}
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.7
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(mm-glib) >= 0.7
|
||||
@ -100,6 +94,8 @@ Requires: Mesa-demo-x
|
||||
Requires: colord
|
||||
# needed for printers panel
|
||||
Requires: cups-pk-helper
|
||||
# The color panel interacts with binaries from gnome-color-manager
|
||||
Requires: gnome-color-manager
|
||||
Requires: gnome-menus
|
||||
Requires: gnome-settings-daemon
|
||||
# needed for universal access panel
|
||||
@ -151,7 +147,7 @@ various aspects of your desktop.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
#ranslation-update-upstream
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
#NEEDS-REBASE
|
||||
#patch14 -p1
|
||||
@ -161,9 +157,6 @@ various aspects of your desktop.
|
||||
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%configure --with-pic\
|
||||
%if %{with_systemd}
|
||||
--enable-systemd\
|
||||
%endif
|
||||
--disable-static\
|
||||
--disable-maintainer-mode\
|
||||
%if %{with_ibus}
|
||||
|
Loading…
Reference in New Issue
Block a user