Accepting request 185056 from home:dimstar:branches:GNOME:Factory
Update to 3.9.5 OBS-URL: https://build.opensuse.org/request/show/185056 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=203
This commit is contained in:
parent
adbf56506d
commit
ddb139268e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e9d45cbc07485f335fdfd748e18589dc26b0d14e8e970021f1114aac28911236
|
|
||||||
size 6758424
|
|
3
gnome-control-center-3.9.5.tar.xz
Normal file
3
gnome-control-center-3.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46d6a7e01e83407d3bfb59a946fc2a6abe1e02795ccae7f1e8895be6540acde5
|
||||||
|
size 6726312
|
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 30 16:25:55 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.5:
|
||||||
|
+ Use GtkListBox instead of EggListBox.
|
||||||
|
+ Port away from deprecated GtkStock.
|
||||||
|
+ Fix the look of lock buttons and header switches.
|
||||||
|
+ Universal Access panel redesign.
|
||||||
|
+ Display:
|
||||||
|
- Prevent a crash when the screen being dragged gets removed.
|
||||||
|
- Fix "floating screens".
|
||||||
|
- Use the preferred width and height when moving inactive
|
||||||
|
displays.
|
||||||
|
- Prevent the built-in display from being turned on when the
|
||||||
|
lid is closed.
|
||||||
|
+ Mouse:
|
||||||
|
- Use a dialogue window for the mouse test.
|
||||||
|
- Show the "enable trackpad" slider button even if the mouse
|
||||||
|
isn't present when the trackpad is currently disabled.
|
||||||
|
+ Network:
|
||||||
|
- Use gnome-settings-daemon interface for switching on/off
|
||||||
|
Airplane Mode.
|
||||||
|
+ Power:
|
||||||
|
- Adapt to new brightness interface in gnome-settings-daemon.
|
||||||
|
- Fix primary battery section getting resized when the label
|
||||||
|
changed.
|
||||||
|
- Fix crash when no batteries are available.
|
||||||
|
+ Privacy:
|
||||||
|
- Fix default "Retain history" value.
|
||||||
|
+ Region:
|
||||||
|
- Ensure the current language's name gets translated.
|
||||||
|
+ Sharing:
|
||||||
|
- Hide the vino password by default.
|
||||||
|
- Limit the sharing password to 8 bytes.
|
||||||
|
- Avoid conflicts with the sensitivity of the "remote control"
|
||||||
|
options.
|
||||||
|
- Hide Bluetooth bits if Bluetooth is disabled.
|
||||||
|
+ Shell:
|
||||||
|
- Ensure we cannot activate a panel if the search is off.
|
||||||
|
+ Sound:
|
||||||
|
- Don't show applications playing event sounds.
|
||||||
|
+ User Accounts:
|
||||||
|
- Don't count inactive users as administrators.
|
||||||
|
- Make the Enter key work on the password dialogue.
|
||||||
|
- More work not to show system accounts.
|
||||||
|
- Correctly select the newly created user.
|
||||||
|
+ Wacom:
|
||||||
|
- Update OLED labels for hard-coded actions too.
|
||||||
|
- Redesign button assignment dialogue.
|
||||||
|
- Try to use the OSD to assign buttons if a layout is
|
||||||
|
available for the device in question.
|
||||||
|
- No longer take care of building egg-list-box explicitly in the
|
||||||
|
build phase.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 19 23:36:39 CST 2013 - hillwood@linuxfans.org
|
Fri Jul 19 23:36:39 CST 2013 - hillwood@linuxfans.org
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define with_ibus 1
|
%define with_ibus 1
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 3.9.3
|
Version: 3.9.5
|
||||||
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
|
||||||
@ -173,13 +173,6 @@ various aspects of your desktop.
|
|||||||
%build
|
%build
|
||||||
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
||||||
|
|
||||||
# Build egg-list-box
|
|
||||||
pushd egg-list-box
|
|
||||||
%configure
|
|
||||||
#make %{?_smp_mflags}
|
|
||||||
make
|
|
||||||
popd
|
|
||||||
|
|
||||||
%configure --with-pic\
|
%configure --with-pic\
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
--enable-systemd\
|
--enable-systemd\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user