Accepting request 68662 from home:fcrozat:branches:GNOME:Factory
- Update to version 3.0.1.1: + Shell: - Fix initial state of 'search' icon in entry + Region: - bgo#647717: add 'clear' icon in search entry. + Keyboard: - bgo#648091: always add 'custom shortcuts' section. - bgo#648187: make adding custom shortcuts work. - Make unsetting custom shortcuts work + Display: - bgo#648620: Avoid critical warnings at startup + Updated translations. - Changes from version 3.0.1: + Shell: - Don't exit when --help is called and the shell is already running. - Center by default. + Printers: - Fix setting the default printer. - Fix initial state of printer list. - Make it possible to cancel adding new printers. - Set default papersize according to the locale. - Make it faster by caching PPDs for the local printer. + Removable Media: - Make "never autorun" checkbox work. + User accounts: - Try hard to not show the "root" account. - Use local documentation for "good password". + Network: - Add support for connecting to hidden wireless networks. OBS-URL: https://build.opensuse.org/request/show/68662 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=96
This commit is contained in:
parent
974c061e23
commit
f991117c84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f3e95ba559d73cfe714d4dbc7ac70a342cfd9999d506552b79f9e61a171e1d9
|
||||
size 4601838
|
3
gnome-control-center-3.0.1.1.tar.bz2
Normal file
3
gnome-control-center-3.0.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b191991d3932b363154e6cf2b5055bc711272065397daee2163b6fb04402ad79
|
||||
size 4585957
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 11:00:17 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 3.0.1.1:
|
||||
+ Shell:
|
||||
- Fix initial state of 'search' icon in entry
|
||||
+ Region:
|
||||
- bgo#647717: add 'clear' icon in search entry.
|
||||
+ Keyboard:
|
||||
- bgo#648091: always add 'custom shortcuts' section.
|
||||
- bgo#648187: make adding custom shortcuts work.
|
||||
- Make unsetting custom shortcuts work
|
||||
+ Display:
|
||||
- bgo#648620: Avoid critical warnings at startup
|
||||
+ Updated translations.
|
||||
- Changes from version 3.0.1:
|
||||
+ Shell:
|
||||
- Don't exit when --help is called and the shell is already
|
||||
running.
|
||||
- Center by default.
|
||||
+ Printers:
|
||||
- Fix setting the default printer.
|
||||
- Fix initial state of printer list.
|
||||
- Make it possible to cancel adding new printers.
|
||||
- Set default papersize according to the locale.
|
||||
- Make it faster by caching PPDs for the local printer.
|
||||
+ Removable Media:
|
||||
- Make "never autorun" checkbox work.
|
||||
+ User accounts:
|
||||
- Try hard to not show the "root" account.
|
||||
- Use local documentation for "good password".
|
||||
+ Network:
|
||||
- Add support for connecting to hidden wireless networks.
|
||||
+ Background:
|
||||
- Allow adding multiple images at once.
|
||||
+ Keyboard:
|
||||
- Fix shortcuts disappearing when creating a new workspace.
|
||||
- Handle shortcut conflicts when they occur in a different
|
||||
section.
|
||||
+ Date & Time:
|
||||
- Fix critical on startup.
|
||||
- Add support for all the possible TZ set on a Linux system.
|
||||
+ Info:
|
||||
- Fix possible crash.
|
||||
- Don't block the UI when checking for free space.
|
||||
+ Sound:
|
||||
- Only autostart panel applet in GNOME.
|
||||
- Fix clipping when sound volume is > 100%.
|
||||
- Remove gconf schema handling macros, everything is handled by
|
||||
gsettings now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 12:07:28 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 3.0.0.1
|
||||
Version: 3.0.1.1
|
||||
Release: 1
|
||||
Summary: The GNOME Control Center
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -81,7 +81,6 @@ Provides: control-center2 = 2.22.1
|
||||
Obsoletes: control-center2 < 2.22.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
The control center is GNOME's main interface for configuration of
|
||||
@ -141,7 +140,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name}-2.0-timezones %{name}-2.0.lang
|
||||
# help files
|
||||
%find_lang control-center %{?no_lang_C} %{name}-2.0.lang
|
||||
%find_gconf_schemas
|
||||
%suse_update_desktop_file gnome-control-center
|
||||
# capplets
|
||||
%suse_update_desktop_file gnome-background-panel X-SuSE-ControlCenter-LookAndFeel
|
||||
@ -164,18 +162,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%mime_database_post
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
@ -186,7 +178,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%postun -n libgnome-control-center1 -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%dir %{_datadir}/gnome/
|
||||
|
Loading…
Reference in New Issue
Block a user