Accepting request 77157 from home:vuntz:branches:GNOME:Factory
Update to 3.1.4 OBS-URL: https://build.opensuse.org/request/show/77157 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=105
This commit is contained in:
parent
7198248974
commit
b35f182aa5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3797549f8126a63b394e49a480d19e94d8285640f435c121b9097094907b04ee
|
|
||||||
size 4799401
|
|
3
gnome-control-center-3.1.4.tar.bz2
Normal file
3
gnome-control-center-3.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b74fa200c757d716fc496e33e5aef7858d4217f316a3fdda8c0272885115e06
|
||||||
|
size 4850649
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 25 22:47:06 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.4:
|
||||||
|
+ Background:
|
||||||
|
- Add "swap" button for gradients (bgo#34498)
|
||||||
|
+ Common:
|
||||||
|
- Add safeguards for empty language
|
||||||
|
+ Date & Time:
|
||||||
|
- Restore TZ envvar as it was (bgo#649568)
|
||||||
|
+ Info:
|
||||||
|
- Use the new g_format_size() glib function
|
||||||
|
+ Network:
|
||||||
|
- Kill compilation warnings
|
||||||
|
+ Power:
|
||||||
|
- Use the new gnome-settings-daemon DBus names now the power
|
||||||
|
plugin has moved to g-s-d
|
||||||
|
- Make insensitive any sleep actions the hardware cannot do
|
||||||
|
+ Printers:
|
||||||
|
- Make model label and ip address label selectable (bgo#651545)
|
||||||
|
- Add translation context in some places (bgo#654725)
|
||||||
|
+ Region:
|
||||||
|
- Add weak ref for locale settings
|
||||||
|
- Set LC_ specific variables, not LC_ALL
|
||||||
|
- If no regional settings, use the configured language
|
||||||
|
- Show measurement
|
||||||
|
- Don't use markup in bold labels
|
||||||
|
+ Screen:
|
||||||
|
- Avoid making lots of DBus calls to set the brightness when
|
||||||
|
the slider change too quickly
|
||||||
|
+ Shell:
|
||||||
|
- Shrink vertically (bgo#645808)
|
||||||
|
+ Sound:
|
||||||
|
- Make hadware page tree a little taller
|
||||||
|
+ Universal access:
|
||||||
|
- Remove unused column in model
|
||||||
|
+ User accounts:
|
||||||
|
- Improved new username format message (bgo#647851)
|
||||||
|
- Remove unneeded markup in label
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 20 10:01:19 CEST 2011 - vuntz@opensuse.org
|
Wed Jul 20 10:01:19 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -62,8 +62,8 @@ License: GPLv2+
|
|||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Obsoletes: fontilus themus acme
|
Obsoletes: fontilus themus acme
|
||||||
Provides: fontilus themus acme
|
Provides: fontilus themus acme
|
||||||
Version: 3.1.3
|
Version: 3.1.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: The GNOME Control Center
|
Summary: The GNOME Control Center
|
||||||
Source: http://download.gnome.org/sources/gnome-control-center/3.1/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gnome-control-center/3.1/%{name}-%{version}.tar.bz2
|
||||||
# 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)
|
# 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)
|
||||||
@ -204,7 +204,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gnome-control-center/
|
%{_datadir}/gnome-control-center/
|
||||||
%{_datadir}/icons/hicolor/*/*/*.png
|
%{_datadir}/icons/hicolor/*/*/*.png
|
||||||
%{_datadir}/icons/hicolor/*/*/*.svg
|
%{_datadir}/icons/hicolor/*/*/*.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/*/*.svg
|
|
||||||
%{_datadir}/pixmaps/faces/
|
%{_datadir}/pixmaps/faces/
|
||||||
%dir %{_datadir}/sounds/gnome
|
%dir %{_datadir}/sounds/gnome
|
||||||
%dir %{_datadir}/sounds/gnome/default
|
%dir %{_datadir}/sounds/gnome/default
|
||||||
@ -221,8 +220,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_datadir}/pkgconfig/gnome-keybindings.pc
|
%{_datadir}/pkgconfig/gnome-keybindings.pc
|
||||||
%{_libdir}/pkgconfig/libgnome-control-center.pc
|
|
||||||
%{_includedir}/gnome-control-center-1/
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user