OBS User unknown 2008-11-07 14:08:42 +00:00 committed by Git OBS Bridge
parent a06aa28fb7
commit 8d6812edd3
3 changed files with 130 additions and 119 deletions

View File

@ -7,7 +7,7 @@ Index: shell/control-center.c
} }
- app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX, - app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX,
+ app_data = appshelldata_new ("preferences.menu", NULL, CONTROL_CENTER_PREFIX, + app_data = appshelldata_new ("settings.menu", NULL, CONTROL_CENTER_PREFIX,
GTK_ICON_SIZE_DND, FALSE, TRUE); GTK_ICON_SIZE_DND, FALSE, TRUE);
generate_categories (app_data); generate_categories (app_data);

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 4 12:36:33 CET 2008 - vuntz@novell.com
- Move gnome-control-center-use-preferences-menu.patch to
gnome-control-center-use-settings-menu.patch since we now use
settings.menu.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 4 08:56:24 WST 2008 - mboman@suse.de Sat Oct 4 08:56:24 WST 2008 - mboman@suse.de

View File

@ -34,7 +34,7 @@ Group: System/GUI/GNOME
Obsoletes: fontilus themus acme Obsoletes: fontilus themus acme
Provides: fontilus themus acme Provides: fontilus themus acme
Version: 2.24.0.1 Version: 2.24.0.1
Release: 1 Release: 2
Summary: The GNOME Control Center Summary: The GNOME Control Center
Source: gnome-%{_name}-%{version}.tar.bz2 Source: gnome-%{_name}-%{version}.tar.bz2
Source1: control-center-art.tar.bz2 Source1: control-center-art.tar.bz2
@ -53,8 +53,8 @@ Patch8: gnome-control-center-passwd-dialog.patch
Patch13: gnome-control-center-docpath.patch Patch13: gnome-control-center-docpath.patch
# PATCH-FIX-UPSTREAM 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 # PATCH-FIX-UPSTREAM 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
Patch14: gnome-control-center-system-proxy-configuration.patch Patch14: gnome-control-center-system-proxy-configuration.patch
# PATCH-FEATURE-OPENSUSE gnome-control-center-use-preferences-menu.patch # PATCH-FEATURE-OPENSUSE gnome-control-center-use-settings-menu.patch
Patch28: gnome-control-center-use-preferences-menu.patch Patch28: gnome-control-center-use-settings-menu.patch
# PATCH-FIX-OPENSUSE gnome-control-center-bnc373197-layout-switch-keybinding.patch bnc373197 vuntz@novell.com -- this is a temporary hack to change the default layout switching keybinding # PATCH-FIX-OPENSUSE gnome-control-center-bnc373197-layout-switch-keybinding.patch bnc373197 vuntz@novell.com -- this is a temporary hack to change the default layout switching keybinding
Patch30: gnome-control-center-bnc373197-layout-switch-keybinding.patch Patch30: gnome-control-center-bnc373197-layout-switch-keybinding.patch
Url: http://www.gnome.org Url: http://www.gnome.org
@ -239,6 +239,10 @@ fi
%{_datadir}/pkgconfig/*.pc %{_datadir}/pkgconfig/*.pc
%changelog %changelog
* Tue Nov 04 2008 vuntz@novell.com
- Move gnome-control-center-use-preferences-menu.patch to
gnome-control-center-use-settings-menu.patch since we now use
settings.menu.
* Sat Oct 04 2008 mboman@suse.de * Sat Oct 04 2008 mboman@suse.de
- Update to version 2.24.0.1: - Update to version 2.24.0.1:
+ Fix newly-introduced crash in theme tab (bgo#553541) + Fix newly-introduced crash in theme tab (bgo#553541)
@ -277,7 +281,7 @@ fi
* trying to print NULL strings crashes on Solaris (bgo#548586) * trying to print NULL strings crashes on Solaris (bgo#548586)
* add context to event sound names (bgo#549489) * add context to event sound names (bgo#549489)
+ Updated translations + Updated translations
* Sat Sep 20 2008 rodrigo@novell.com * Fri Sep 19 2008 rodrigo@novell.com
- Added dependency on libcanberra-* - Added dependency on libcanberra-*
- Sound capplet is built always (bnc#427748) - Sound capplet is built always (bnc#427748)
* Thu Sep 18 2008 sbrabec@suse.cz * Thu Sep 18 2008 sbrabec@suse.cz
@ -315,20 +319,20 @@ fi
* Wed Aug 20 2008 sbrabec@suse.cz * Wed Aug 20 2008 sbrabec@suse.cz
- Require gnome-menus - gnome-control-center binary requires - Require gnome-menus - gnome-control-center binary requires
/etc/xdg/menus/preferences.menu. /etc/xdg/menus/preferences.menu.
* Tue Aug 19 2008 federico@novell.com * Mon Aug 18 2008 federico@novell.com
- Updated gnome-control-center-monitor-labeling.diff so that it applies cleanly. - Updated gnome-control-center-monitor-labeling.diff so that it applies cleanly.
* Sat Aug 16 2008 federico@novell.com * Fri Aug 15 2008 federico@novell.com
- Added gnome-control-center-monitor-labeling.diff to implement - Added gnome-control-center-monitor-labeling.diff to implement
labeling of physical monitors while their properties are being set labeling of physical monitors while their properties are being set
in the Display capplet. in the Display capplet.
* Wed Aug 06 2008 rodrigo@suse.de * Tue Aug 05 2008 rodrigo@suse.de
- Update to version 2.23.6: - Update to version 2.23.6:
+ Various fixes and improvements + Various fixes and improvements
+ Add freedesktop sound theme support + Add freedesktop sound theme support
+ Updated translations + Updated translations
+ Updated randr 1.2 code + Updated randr 1.2 code
- Removed upstreamed randr1.2 patch - Removed upstreamed randr1.2 patch
* Sat Jun 21 2008 maw@suse.de * Fri Jun 20 2008 maw@suse.de
- Update to version 2.23.4: - Update to version 2.23.4:
+ Various fixes and improvements + Various fixes and improvements
+ Drop the gnome-vfs dependency + Drop the gnome-vfs dependency
@ -343,7 +347,7 @@ fi
https://bugzilla.novell.com/show_bug.cgi?id=350513 - the widgets for https://bugzilla.novell.com/show_bug.cgi?id=350513 - the widgets for
manual proxy configuration were disabled at startup, even if Manual manual proxy configuration were disabled at startup, even if Manual
mode was selected in the user's configuration. mode was selected in the user's configuration.
* Fri May 30 2008 federico@novell.com * Thu May 29 2008 federico@novell.com
- Updated gnome-control-center-randr-1.2.diff with the latest fixes from upstream. - Updated gnome-control-center-randr-1.2.diff with the latest fixes from upstream.
* Tue May 13 2008 vuntz@suse.de * Tue May 13 2008 vuntz@suse.de
- Add gnome-control-center-bnc373197-layout-switch-keybinding.patch - Add gnome-control-center-bnc373197-layout-switch-keybinding.patch
@ -352,15 +356,15 @@ fi
moment. Helps with bnc#373197 for 11.0. moment. Helps with bnc#373197 for 11.0.
* Sat May 03 2008 coolo@suse.de * Sat May 03 2008 coolo@suse.de
- Obsoleting older version not newer - Obsoleting older version not newer
* Sat Apr 26 2008 federico@novell.com * Fri Apr 25 2008 federico@novell.com
- Added gnome-control-center-randr-1.2.diff to integrate the new - Added gnome-control-center-randr-1.2.diff to integrate the new
functionality to configure RandR 1.2. functionality to configure RandR 1.2.
* Tue Apr 15 2008 ro@suse.de * Mon Apr 14 2008 ro@suse.de
- added also provides for old name, not just obsoletes - added also provides for old name, not just obsoletes
* Tue Apr 15 2008 rodrigo@suse.de * Mon Apr 14 2008 rodrigo@suse.de
- Renamed to gnome-control-center, like upstream - Renamed to gnome-control-center, like upstream
- Removed desktop-effects patch, moved to simple-ccsm - Removed desktop-effects patch, moved to simple-ccsm
* Fri Apr 11 2008 maw@suse.de * Thu Apr 10 2008 maw@suse.de
- Update to version 2.22.1: - Update to version 2.22.1:
+ appearance: + appearance:
* Don't resize the font samples vertically when the window is * Don't resize the font samples vertically when the window is
@ -410,12 +414,12 @@ fi
* Make the mouse orientation radio button usable with both * Make the mouse orientation radio button usable with both
mouse buttons mouse buttons
+ Updated translations. + Updated translations.
* Fri Mar 14 2008 sbrabec@suse.cz * Thu Mar 13 2008 sbrabec@suse.cz
- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE. - Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE.
* Wed Mar 05 2008 maw@suse.de * Tue Mar 04 2008 maw@suse.de
- Update to version 2.21.92: - Update to version 2.21.92:
+ http://ftp.acc.umu.se/pub/GNOME/sources/gnome-control-center/2.21/gnome-control-center-2.21.9[12].news. + http://ftp.acc.umu.se/pub/GNOME/sources/gnome-control-center/2.21/gnome-control-center-2.21.9[12].news.
* Tue Feb 05 2008 rodrigo@suse.de * Mon Feb 04 2008 rodrigo@suse.de
- Added very much needed dependency for upcoming alpha on - Added very much needed dependency for upcoming alpha on
gnome-settings-daemon, a runtime dependency which is not being gnome-settings-daemon, a runtime dependency which is not being
picked up in any pattern picked up in any pattern
@ -423,7 +427,7 @@ fi
- Update to version 2.21.90: - Update to version 2.21.90:
* http://ftp.acc.umu.se/pub/GNOME/sources/gnome-control-center/2.21/gnome-control-center-2.21.90.news * http://ftp.acc.umu.se/pub/GNOME/sources/gnome-control-center/2.21/gnome-control-center-2.21.90.news
- Re-enable gnome-patch* - Re-enable gnome-patch*
* Thu Jan 31 2008 maw@suse.de * Wed Jan 30 2008 maw@suse.de
- Revert last change -- nautilus owns - Revert last change -- nautilus owns
%%{_libdir}/nautilus/extensions-2.0 now. %%{_libdir}/nautilus/extensions-2.0 now.
* Tue Jan 29 2008 thoenig@suse.de * Tue Jan 29 2008 thoenig@suse.de
@ -438,13 +442,13 @@ fi
complaining about files removed upstream ?? complaining about files removed upstream ??
* Wed Nov 21 2007 maw@suse.de * Wed Nov 21 2007 maw@suse.de
- Fix build. - Fix build.
* Wed Nov 07 2007 rodrigo@suse.de * Tue Nov 06 2007 rodrigo@suse.de
- Added missing gtk_widget_set_sensitive call (#8785) - Added missing gtk_widget_set_sensitive call (#8785)
* Fri Nov 02 2007 sreeves@suse.de * Thu Nov 01 2007 sreeves@suse.de
- Fix for #298047 - remove reference to background.desktop - Fix for #298047 - remove reference to background.desktop
* Fri Oct 12 2007 sbrabec@suse.cz * Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder. - Removed bogus dependency on mDNSResponder.
* Tue Sep 18 2007 maw@suse.de * Mon Sep 17 2007 maw@suse.de
- Update to version 2.20.0: - Update to version 2.20.0:
(Bug numbers in this entry are against bugzilla.gnome.org) (Bug numbers in this entry are against bugzilla.gnome.org)
+ Appearance: + Appearance:
@ -455,18 +459,18 @@ fi
+ General: + General:
* Fix building with Sun's Forte compiler (#473967) * Fix building with Sun's Forte compiler (#473967)
+ Updated translations. + Updated translations.
* Tue Sep 11 2007 maw@suse.de * Mon Sep 10 2007 maw@suse.de
- Update to version 2.19.92: - Update to version 2.19.92:
+ Appearance: + Appearance:
* Leaks fixed * Leaks fixed
* Use _prepend for lists instead of _append * Use _prepend for lists instead of _append
+ Updated translations. + Updated translations.
* Tue Sep 11 2007 rodrigo@suse.de * Mon Sep 10 2007 rodrigo@suse.de
- Remove workaround for upstream bug already fixed (#223798) - Remove workaround for upstream bug already fixed (#223798)
* Thu Sep 06 2007 maw@suse.de * Wed Sep 05 2007 maw@suse.de
- Add control-center2-default-keybindings-thoenig-01.patch - Add control-center2-default-keybindings-thoenig-01.patch
(#297640). (#297640).
* Sat Sep 01 2007 maw@suse.de * Fri Aug 31 2007 maw@suse.de
- Update to version 2.19.91: - Update to version 2.19.91:
(Bug numbers listed here are against bugzilla.gnome.org) (Bug numbers listed here are against bugzilla.gnome.org)
+ general: + general:
@ -544,16 +548,16 @@ fi
+ Updated translations + Updated translations
- Refresh control-center2-default-config.patch - Refresh control-center2-default-config.patch
- Remove control-center2-shell-desktop.patch. - Remove control-center2-shell-desktop.patch.
* Thu Aug 23 2007 rodrigo@suse.de * Wed Aug 22 2007 rodrigo@suse.de
- Patched gnomecc.desktop file to have the control center entry - Patched gnomecc.desktop file to have the control center entry
show up on the traditional menu bar (#260545) show up on the traditional menu bar (#260545)
* Fri Aug 17 2007 rodrigo@suse.de * Thu Aug 16 2007 rodrigo@suse.de
- Fixed location of gnome-passwd.glade file (#296721) - Fixed location of gnome-passwd.glade file (#296721)
* Thu Aug 09 2007 maw@suse.de * Wed Aug 08 2007 maw@suse.de
- Split off a -lang subpackage. - Split off a -lang subpackage.
* Sat Aug 04 2007 jpr@suse.de * Fri Aug 03 2007 jpr@suse.de
- Cleanup patches (#256090) - Cleanup patches (#256090)
* Fri Aug 03 2007 maw@suse.de * Thu Aug 02 2007 maw@suse.de
- Update to version 2.19.6: - Update to version 2.19.6:
+ about-me: + about-me:
* Add a tooltip to the image button * Add a tooltip to the image button
@ -627,17 +631,17 @@ fi
+ updated translations + updated translations
- Remove control-center2-dont-update-mimedb.patch - Remove control-center2-dont-update-mimedb.patch
- Use %%fdupes. - Use %%fdupes.
* Sat Jul 28 2007 jpr@suse.de
- Disable seamonkey patch to re-enable build
* Fri Jul 27 2007 jpr@suse.de * Fri Jul 27 2007 jpr@suse.de
- Disable seamonkey patch to re-enable build
* Thu Jul 26 2007 jpr@suse.de
- Update version to 2.19.5 to get fix for (#293560) - Update version to 2.19.5 to get fix for (#293560)
- Many upstream bug fixes - Many upstream bug fixes
- Now uses icon theme for icons - Now uses icon theme for icons
- Lots of changes to improve the settings daemon - Lots of changes to improve the settings daemon
- Translation updates - Translation updates
* Fri Jul 20 2007 gekker@suse.de * Thu Jul 19 2007 gekker@suse.de
- Make sure that the new merged appearances capplet is visible - Make sure that the new merged appearances capplet is visible
* Tue Jul 10 2007 maw@suse.de * Mon Jul 09 2007 maw@suse.de
- Update to version 2.19.4 - Update to version 2.19.4
- The source tarball is now called gnome-control-center-$version.tar.bz2; - The source tarball is now called gnome-control-center-$version.tar.bz2;
however, the package's name remains the same however, the package's name remains the same
@ -661,18 +665,18 @@ fi
preferences (GNOME#426638#c13). preferences (GNOME#426638#c13).
* Thu May 17 2007 rodrigo@suse.de * Thu May 17 2007 rodrigo@suse.de
- Look for gnome-passwd.glade file in the correct dir (#272702) - Look for gnome-passwd.glade file in the correct dir (#272702)
* Tue May 15 2007 maw@suse.de * Mon May 14 2007 maw@suse.de
- Rename jhmfc.patch to control-center2-dont-update-mimedb.patch - Rename jhmfc.patch to control-center2-dont-update-mimedb.patch
* Fri Apr 13 2007 rodrigo@suse.de * Thu Apr 12 2007 rodrigo@suse.de
- Added patch to use preferences.menu in control-center rather than - Added patch to use preferences.menu in control-center rather than
gnomecc.menu. gnomecc.menu.
* Tue Apr 10 2007 rodrigo@suse.de * Tue Apr 10 2007 rodrigo@suse.de
- Added patch for building libslab statically. - Added patch for building libslab statically.
- Patched schemas file to contain our default values. - Patched schemas file to contain our default values.
* Fri Apr 06 2007 sbrabec@suse.cz * Thu Apr 05 2007 sbrabec@suse.cz
- Added "Use default web browser" option for default applications - Added "Use default web browser" option for default applications
FTP preferences (#113104#c13). FTP preferences (#113104#c13).
* Tue Apr 03 2007 sbrabec@suse.cz * Mon Apr 02 2007 sbrabec@suse.cz
- Ported control-center-default-applications-ftp+news.patch - Ported control-center-default-applications-ftp+news.patch
(#113104#c11). (#113104#c11).
- Added seamonkey to default applications list. - Added seamonkey to default applications list.
@ -692,10 +696,10 @@ fi
- Removed obsolete pangoxft patch (#249608). - Removed obsolete pangoxft patch (#249608).
* Wed Feb 07 2007 sbrabec@suse.cz * Wed Feb 07 2007 sbrabec@suse.cz
- Do not build unusable static libraries (#238552). - Do not build unusable static libraries (#238552).
* Wed Jan 10 2007 sbrabec@suse.cz * Tue Jan 09 2007 sbrabec@suse.cz
- Prefix changed to /usr. - Prefix changed to /usr.
- Spec file cleanup. - Spec file cleanup.
* Sat Dec 23 2006 federico@novell.com * Fri Dec 22 2006 federico@novell.com
- Added control-center2-217790-sanitize-dpi.diff to fix the - Added control-center2-217790-sanitize-dpi.diff to fix the
control-center2 part of control-center2 part of
https://bugzilla.novell.com/show_bug.cgi?id=217790. Some X servers https://bugzilla.novell.com/show_bug.cgi?id=217790. Some X servers
@ -704,14 +708,14 @@ fi
patch constrains the X server's DPI value to something reasonable. patch constrains the X server's DPI value to something reasonable.
* Thu Nov 30 2006 sbrabec@suse.cz * Thu Nov 30 2006 sbrabec@suse.cz
- Fixed devel dependencies for older products. - Fixed devel dependencies for older products.
* Sun Oct 15 2006 danw@suse.de * Sat Oct 14 2006 danw@suse.de
- Remove dead patches. - Remove dead patches.
- Update and reenable control-center2-po-update.patch - Update and reenable control-center2-po-update.patch
* Sat Oct 14 2006 dreveman@suse.de * Fri Oct 13 2006 dreveman@suse.de
- Update compiz keybinding patch so it works with compiz 0.2. - Update compiz keybinding patch so it works with compiz 0.2.
* Fri Oct 13 2006 aj@suse.de * Fri Oct 13 2006 aj@suse.de
- Adjust BuildRequires for gnome-doc-utils. - Adjust BuildRequires for gnome-doc-utils.
* Tue Oct 03 2006 jhargadon@suse.de * Mon Oct 02 2006 jhargadon@suse.de
- update to version 2.16.1 - update to version 2.16.1
- display: - display:
- Never pass negative values for the rates - Never pass negative values for the rates
@ -731,7 +735,7 @@ fi
- translation updates - translation updates
* Sat Sep 02 2006 gekker@suse.de * Sat Sep 02 2006 gekker@suse.de
- Install dbus service file in correct location - Install dbus service file in correct location
* Thu Aug 31 2006 jhargadon@suse.de * Wed Aug 30 2006 jhargadon@suse.de
- update to version 2.15.92 - update to version 2.15.92
- fix "Background dialogue resizes when shown" - fix "Background dialogue resizes when shown"
- fix issues with the themes previews - fix issues with the themes previews
@ -739,7 +743,7 @@ fi
- fix memory leak - fix memory leak
- patches from "generate visible previews first" - patches from "generate visible previews first"
- translation updates - translation updates
* Tue Aug 22 2006 jhargadon@suse.de * Mon Aug 21 2006 jhargadon@suse.de
- update to version 2.15.91 - update to version 2.15.91
- require libebook-1.2 1.7.90 for the new API - require libebook-1.2 1.7.90 for the new API
- use orca screenreader when available - use orca screenreader when available
@ -753,48 +757,48 @@ fi
- use GtkAboutDialog, not GtkDialog - use GtkAboutDialog, not GtkDialog
- use GtkStatusIcon instead of libegg - use GtkStatusIcon instead of libegg
- translation updates - translation updates
* Sat Aug 05 2006 sreeves@suse.de * Fri Aug 04 2006 sreeves@suse.de
- Mark an existing string in - Mark an existing string in
control-center2-soundupdate.patch for translation (185591) control-center2-soundupdate.patch for translation (185591)
* Fri Jun 30 2006 sbrabec@suse.cz * Thu Jun 29 2006 sbrabec@suse.cz
- Added two missing upstream translations (#185584#c27). - Added two missing upstream translations (#185584#c27).
- Fixed Norwegian translation update (#185584#c29). - Fixed Norwegian translation update (#185584#c29).
- Symlink password dialog icon to proper place (#185584#c29). - Symlink password dialog icon to proper place (#185584#c29).
* Tue Jun 20 2006 sbrabec@suse.cz * Tue Jun 20 2006 sbrabec@suse.cz
- Fixed I18N bug in password dialog title (185584#c7). - Fixed I18N bug in password dialog title (185584#c7).
* Sat Jun 17 2006 sreeves@suse.de * Fri Jun 16 2006 sreeves@suse.de
- Fix for 185591 - missing localization for sound entries. - Fix for 185591 - missing localization for sound entries.
* Fri Jun 16 2006 sbrabec@suse.cz * Fri Jun 16 2006 sbrabec@suse.cz
- Fixed missing strings in password dialog (#185584). - Fixed missing strings in password dialog (#185584).
* Fri Jun 02 2006 hpj@suse.de * Fri Jun 02 2006 hpj@suse.de
- Updated the search patch to fall back to gnome-search-tool if - Updated the search patch to fall back to gnome-search-tool if
Beagle can't be found. Beagle can't be found.
* Tue May 30 2006 hpj@suse.de * Mon May 29 2006 hpj@suse.de
- Add patch to invoke Beagle on "search" keybinding. Fixes Novell - Add patch to invoke Beagle on "search" keybinding. Fixes Novell
bug #132801. bug #132801.
* Mon May 29 2006 sbrabec@suse.cz * Mon May 29 2006 sbrabec@suse.cz
- Added passwd capplet to POTFILES.in (#179459). - Added passwd capplet to POTFILES.in (#179459).
* Mon May 29 2006 danw@suse.de * Sun May 28 2006 danw@suse.de
- Add toggle maximize, horiz/vert maximize, and show desktop to - Add toggle maximize, horiz/vert maximize, and show desktop to
control-center2-compiz-keybindings.patch (#178220) control-center2-compiz-keybindings.patch (#178220)
* Wed May 10 2006 dobey@suse.de * Tue May 09 2006 dobey@suse.de
- Add fixes for CRITICAL warnings from background-properties - Add fixes for CRITICAL warnings from background-properties
See bug https://bugzilla.novell.com/show_bug.cgi?id=83196 See bug https://bugzilla.novell.com/show_bug.cgi?id=83196
* Mon May 08 2006 danw@suse.de * Sun May 07 2006 danw@suse.de
- Add cube unfold binding to control-center2-compiz-keybindings.patch - Add cube unfold binding to control-center2-compiz-keybindings.patch
* Tue May 02 2006 sbrabec@suse.cz * Tue May 02 2006 sbrabec@suse.cz
- Moved proxy settings from Hardware to System (#167466). - Moved proxy settings from Hardware to System (#167466).
* Fri Apr 21 2006 danw@suse.de * Thu Apr 20 2006 danw@suse.de
- Add compiz keybindings to gnome-keybinding-properties. 163208 - Add compiz keybindings to gnome-keybinding-properties. 163208
* Thu Apr 20 2006 sreeves@suse.de * Wed Apr 19 2006 sreeves@suse.de
- Fix for 148037 - mangled widgetry in sound capplet - Fix for 148037 - mangled widgetry in sound capplet
* Fri Apr 14 2006 sbrabec@suse.cz * Thu Apr 13 2006 sbrabec@suse.cz
- Call %%suse_update_desktop_file for all desktop files. - Call %%suse_update_desktop_file for all desktop files.
- Added gnome-ui-properties to control-center (118960#c11). - Added gnome-ui-properties to control-center (118960#c11).
- Use new control-center Categories instead of illegal old ones. - Use new control-center Categories instead of illegal old ones.
* Tue Apr 04 2006 jpr@suse.de * Mon Apr 03 2006 jpr@suse.de
- Add gst 0.10 support for gnome-settings-daemon - Add gst 0.10 support for gnome-settings-daemon
* Fri Mar 24 2006 rodrigo@suse.de * Thu Mar 23 2006 rodrigo@suse.de
- Updated control-center2-multiple-displays.patch to use the correct - Updated control-center2-multiple-displays.patch to use the correct
DISPLAY for bonobo-activation, and fixed ultra-quick error dialog DISPLAY for bonobo-activation, and fixed ultra-quick error dialog
(#156801). (#156801).
@ -802,61 +806,61 @@ fi
- Updated control-center2-system-proxy-configuration.diff to fix bug - Updated control-center2-system-proxy-configuration.diff to fix bug
[#158600]. Gnome-settings-daemon will now read the HTTPS_PROXY value [#158600]. Gnome-settings-daemon will now read the HTTPS_PROXY value
from /etc/sysconfi/proxy and set it in the appropriate GConf keys. from /etc/sysconfi/proxy and set it in the appropriate GConf keys.
* Tue Mar 07 2006 rodrigo@suse.de * Mon Mar 06 2006 rodrigo@suse.de
- Added patch to support multiple concurrent sessions (fixes part - Added patch to support multiple concurrent sessions (fixes part
of #150623). of #150623).
* Thu Mar 02 2006 rodrigo@suse.de * Thu Mar 02 2006 rodrigo@suse.de
- Don't spawn esd daemon, already done in libesound (part of - Don't spawn esd daemon, already done in libesound (part of
[#153419]) [#153419])
* Mon Feb 20 2006 aj@suse.de * Sun Feb 19 2006 aj@suse.de
- Reduce BuildRequires. - Reduce BuildRequires.
* Sat Feb 18 2006 sreeves@suse.de * Sat Feb 18 2006 sreeves@suse.de
- Another Update .desktop file (Name, GenericName, Comment, DocPath) - Another Update .desktop file (Name, GenericName, Comment, DocPath)
* Sat Feb 18 2006 gekker@suse.de * Sat Feb 18 2006 gekker@suse.de
- Fixup .desktop files for UI team - Fixup .desktop files for UI team
* Sat Feb 18 2006 sreeves@suse.de * Fri Feb 17 2006 sreeves@suse.de
- Update .desktop file (Name, GenericName, Comment, DocPath) - Update .desktop file (Name, GenericName, Comment, DocPath)
* Thu Feb 16 2006 gekker@suse.de * Wed Feb 15 2006 gekker@suse.de
- Fix font thumbnailing (b.g.o#329043) - Fix font thumbnailing (b.g.o#329043)
* Tue Feb 14 2006 gekker@suse.de * Mon Feb 13 2006 gekker@suse.de
- Remove dependency on e-d-s, not required since we don't ship - Remove dependency on e-d-s, not required since we don't ship
the about me capplet, partial fix for (#148339) the about me capplet, partial fix for (#148339)
* Thu Feb 02 2006 sbrabec@suse.cz * Wed Feb 01 2006 sbrabec@suse.cz
- Use translation compendium gnome-patch-translation. - Use translation compendium gnome-patch-translation.
* Tue Jan 31 2006 rodrigo@suse.de * Tue Jan 31 2006 rodrigo@suse.de
- Use /etc/pam.d/common-* for PAM authentication (146699) - Use /etc/pam.d/common-* for PAM authentication (146699)
* Tue Jan 31 2006 sbrabec@suse.cz * Mon Jan 30 2006 sbrabec@suse.cz
- Implemented ftp:// and news:// to - Implemented ftp:// and news:// to
gnome-default-applications-properties (#113104). gnome-default-applications-properties (#113104).
* Thu Jan 26 2006 mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Thu Jan 19 2006 hpj@suse.de * Wed Jan 18 2006 hpj@suse.de
- Updated the passwd-dialog patch to pass through messages from PAM. - Updated the passwd-dialog patch to pass through messages from PAM.
This is necessary for the PAM Winbind module, as it informs the This is necessary for the PAM Winbind module, as it informs the
user of password policies and more complex error situations. user of password policies and more complex error situations.
* Fri Jan 13 2006 sreeves@suse.de * Thu Jan 12 2006 sreeves@suse.de
- Add X-Ximian-Settings to default-applications.desktop. Fix for Bug#141104 - Add X-Ximian-Settings to default-applications.desktop. Fix for Bug#141104
* Tue Dec 27 2005 federico@novell.com * Mon Dec 26 2005 federico@novell.com
- Added control-center2-system-proxy-configuration.diff. This was - Added control-center2-system-proxy-configuration.diff. This was
included in SUSE Linux 9.3 for bug #71202. This makes gnome-settings-daemon included in SUSE Linux 9.3 for bug #71202. This makes gnome-settings-daemon
default to the YaST settings for the HTTP proxy if appropriate, propagating default to the YaST settings for the HTTP proxy if appropriate, propagating
them to apps that use GConf to find these settings. them to apps that use GConf to find these settings.
* Thu Dec 01 2005 gekker@suse.de * Wed Nov 30 2005 gekker@suse.de
- Update to version 2.12.2 - Update to version 2.12.2
- Remove upstreamed patch - Remove upstreamed patch
* Wed Nov 30 2005 gekker@suse.de * Tue Nov 29 2005 gekker@suse.de
- Add default-config patch for logout shortcut (#130829). - Add default-config patch for logout shortcut (#130829).
* Thu Oct 13 2005 gekker@suse.de * Wed Oct 12 2005 gekker@suse.de
- Update to version 2.12.1 - Update to version 2.12.1
* Fri Oct 07 2005 gekker@suse.de * Thu Oct 06 2005 gekker@suse.de
- Remove previous change for now - Remove previous change for now
- Fix DocPath in .desktop file - Fix DocPath in .desktop file
* Wed Oct 05 2005 gekker@suse.de * Tue Oct 04 2005 gekker@suse.de
- Rename "Desktop Background" to "Display Settings" - Rename "Desktop Background" to "Display Settings"
* Wed Sep 21 2005 rodrigo@suse.de * Wed Sep 21 2005 rodrigo@suse.de
- Fixed icon and category of desktop file for change-passwd - Fixed icon and category of desktop file for change-passwd
capplet (fixes #117028). capplet (fixes #117028).
* Tue Sep 20 2005 sbrabec@suse.cz * Mon Sep 19 2005 sbrabec@suse.cz
- Fixed PreReq. - Fixed PreReq.
- Fixed permissions in PLUS. - Fixed permissions in PLUS.
* Thu Sep 15 2005 clahey@suse.de * Thu Sep 15 2005 clahey@suse.de
@ -865,30 +869,30 @@ fi
- Part of fix for #115299 - Part of fix for #115299
* Mon Sep 05 2005 aj@suse.de * Mon Sep 05 2005 aj@suse.de
- Update to 2.12.0. - Update to 2.12.0.
* Tue Aug 30 2005 rodrigo@suse.de * Mon Aug 29 2005 rodrigo@suse.de
- Added control-center2-screensaver.patch (#113353) - Added control-center2-screensaver.patch (#113353)
- Enabled setuid change-passwd program (GNOME part of #104993) - Enabled setuid change-passwd program (GNOME part of #104993)
* Tue Aug 23 2005 gekker@suse.de * Mon Aug 22 2005 gekker@suse.de
- Update to 2.11.92 - Update to 2.11.92
- Remove upstreamed theme-thumbnail patch - Remove upstreamed theme-thumbnail patch
* Mon Aug 22 2005 ro@suse.de * Sun Aug 21 2005 ro@suse.de
- added pangoxft to liblist - added pangoxft to liblist
* Fri Aug 19 2005 gekker@suse.de * Thu Aug 18 2005 gekker@suse.de
- Fix theme-thumbnail - Fix theme-thumbnail
* Wed Aug 17 2005 rodrigo@suse.de * Tue Aug 16 2005 rodrigo@suse.de
- Added gnome-passwd patch from SP2. - Added gnome-passwd patch from SP2.
* Sat Aug 13 2005 sreeves@suse.de * Fri Aug 12 2005 sreeves@suse.de
- Update the sound capplet to match interface requested by Nat - Update the sound capplet to match interface requested by Nat
and Federico. Also removed patch1 after talking with Jody as and Federico. Also removed patch1 after talking with Jody as
he indicates it is not needed. he indicates it is not needed.
* Wed Aug 10 2005 rodrigo@suse.de * Wed Aug 10 2005 rodrigo@suse.de
- Update to version 2.11.91 - Update to version 2.11.91
* Wed Aug 03 2005 gekker@suse.de * Tue Aug 02 2005 gekker@suse.de
- Update to version 2.11.90 - Update to version 2.11.90
- Add scrollkeeper magic - Add scrollkeeper magic
* Sat Jul 30 2005 jpr@suse.de * Fri Jul 29 2005 jpr@suse.de
- Depend on kereberos libs for building - Depend on kereberos libs for building
* Tue Jul 26 2005 gekker@suse.de * Mon Jul 25 2005 gekker@suse.de
- Update to 2.11.6 - Update to 2.11.6
- Backout fix for (b.g.o309558) fixed bug in xorg-x11 - Backout fix for (b.g.o309558) fixed bug in xorg-x11
* Mon Jul 18 2005 sbrabec@suse.cz * Mon Jul 18 2005 sbrabec@suse.cz
@ -896,17 +900,17 @@ fi
http://bugzilla.gnome.org/show_bug.cgi?id=125618 http://bugzilla.gnome.org/show_bug.cgi?id=125618
- Fixed devel dependencies. - Fixed devel dependencies.
- Removed unneeded static modules and .la files for modules. - Removed unneeded static modules and .la files for modules.
* Sat Jun 18 2005 gekker@suse.de * Fri Jun 17 2005 gekker@suse.de
- Update to version 2.11.4 - Update to version 2.11.4
* Thu Jun 02 2005 sbrabec@suse.cz * Wed Jun 01 2005 sbrabec@suse.cz
- Fixed devel requirements. - Fixed devel requirements.
* Thu Apr 14 2005 sbrabec@suse.cz * Wed Apr 13 2005 sbrabec@suse.cz
- Do not build with -Werror. - Do not build with -Werror.
- Added required NULL-pointer argument. - Added required NULL-pointer argument.
* Fri Mar 18 2005 sbrabec@suse.cz * Fri Mar 18 2005 sbrabec@suse.cz
- Changed Categories for gnome-ui-properties and - Changed Categories for gnome-ui-properties and
default-applications to appear only in menu (#73047). default-applications to appear only in menu (#73047).
* Thu Mar 17 2005 sbrabec@suse.cz * Wed Mar 16 2005 sbrabec@suse.cz
- Added X-Ximian-Settings to gnome-ui-properties and - Added X-Ximian-Settings to gnome-ui-properties and
default-applications (#73047, #73547). default-applications (#73047, #73547).
* Wed Mar 16 2005 clahey@suse.de * Wed Mar 16 2005 clahey@suse.de
@ -916,62 +920,62 @@ fi
directories. directories.
* Tue Mar 15 2005 sbrabec@suse.cz * Tue Mar 15 2005 sbrabec@suse.cz
- Symlink desktop icon to standard location (#72818). - Symlink desktop icon to standard location (#72818).
* Fri Mar 11 2005 gekker@suse.de * Thu Mar 10 2005 gekker@suse.de
- Add new version of the system-proxy-configuration patch (71202). - Add new version of the system-proxy-configuration patch (71202).
* Thu Mar 10 2005 gekker@suse.de * Thu Mar 10 2005 gekker@suse.de
- Update to version 2.10.0 (GNOME 2.10). - Update to version 2.10.0 (GNOME 2.10).
* Mon Feb 28 2005 sbrabec@suse.cz * Mon Feb 28 2005 sbrabec@suse.cz
- Do not package mimeinfo.cache. - Do not package mimeinfo.cache.
* Fri Feb 25 2005 sbrabec@suse.cz * Thu Feb 24 2005 sbrabec@suse.cz
- Removed gconf makefile-uninstall-rule (#33114). - Removed gconf makefile-uninstall-rule (#33114).
* Sat Feb 19 2005 clahey@suse.de * Fri Feb 18 2005 clahey@suse.de
- Add a desktop file for change password. - Add a desktop file for change password.
* Fri Feb 18 2005 gekker@suse.de * Thu Feb 17 2005 gekker@suse.de
- add federico's system-proxy-configuration patch - add federico's system-proxy-configuration patch
* Fri Feb 11 2005 gekker@suse.de * Thu Feb 10 2005 gekker@suse.de
- Update to version 2.9.91 - Update to version 2.9.91
* Sat Jan 29 2005 sbrabec@suse.cz * Fri Jan 28 2005 sbrabec@suse.cz
- Fixed directory ownership (require nautilus). - Fixed directory ownership (require nautilus).
- Fixed libexecdir. - Fixed libexecdir.
* Thu Jan 27 2005 jody@suse.de * Wed Jan 26 2005 jody@suse.de
- jump to 2.9.4 - jump to 2.9.4
- drop all the partial updates from 2.6 - drop all the partial updates from 2.6
* Wed Dec 15 2004 hvogel@suse.de * Wed Dec 15 2004 hvogel@suse.de
- fix desktop file - fix desktop file
* Sat Oct 30 2004 ro@suse.de * Fri Oct 29 2004 ro@suse.de
- merged stuff from jody: - merged stuff from jody:
- Additional translations - Additional translations
- Some minor accessibility patches that are unreleased in the 2.6.x branch - Some minor accessibility patches that are unreleased in the 2.6.x branch
* Fri Oct 29 2004 ro@suse.de * Fri Oct 29 2004 ro@suse.de
- locale rename: no -> nb - locale rename: no -> nb
* Tue Oct 05 2004 sbrabec@suse.cz * Mon Oct 04 2004 sbrabec@suse.cz
- Updated directory files to show properly icons and translations - Updated directory files to show properly icons and translations
(#46621). (#46621).
* Tue Oct 05 2004 sbrabec@suse.cz * Mon Oct 04 2004 sbrabec@suse.cz
- Czech translation update (#46621). - Czech translation update (#46621).
* Fri Sep 17 2004 jody@suse.de * Thu Sep 16 2004 jody@suse.de
- fix help links for accessibility technologies and window capplet - fix help links for accessibility technologies and window capplet
[#61587], #61588 [#61587], #61588
* Fri Sep 10 2004 dobey@suse.de * Thu Sep 09 2004 dobey@suse.de
- Pull in changes for the background capplet from CVS - Pull in changes for the background capplet from CVS
* Wed Sep 08 2004 sbrabec@suse.cz * Tue Sep 07 2004 sbrabec@suse.cz
- Created shared mime info. - Created shared mime info.
* Mon Sep 06 2004 shprasad@suse.de * Mon Sep 06 2004 shprasad@suse.de
- Not applying patch6 because it is taken care by gnome-audio. - Not applying patch6 because it is taken care by gnome-audio.
* Tue Aug 31 2004 rml@suse.de * Mon Aug 30 2004 rml@suse.de
- add control-center-keybinding-workaround.patch (fix - add control-center-keybinding-workaround.patch (fix
Ximian bug #59654) Ximian bug #59654)
* Sat Aug 14 2004 shprasad@suse.de * Fri Aug 13 2004 shprasad@suse.de
- Fixes bug#63036 (Fix given by sdharmaveer@novell.com) - Fixes bug#63036 (Fix given by sdharmaveer@novell.com)
makes gnome login/logout sounds play at login/logout events. makes gnome login/logout sounds play at login/logout events.
- Fixes bug#63038 (Fix given by sdharmaveer@novell.com) - Fixes bug#63038 (Fix given by sdharmaveer@novell.com)
overrides the default gnome login/logout sounds by novell overrides the default gnome login/logout sounds by novell
login/logout sounds. login/logout sounds.
* Wed Aug 11 2004 dobey@suse.de * Tue Aug 10 2004 dobey@suse.de
- Include %%prefix/share/gnome-background-properties - Include %%prefix/share/gnome-background-properties
* Tue Jul 06 2004 jody@suse.de * Tue Jul 06 2004 jody@suse.de
- Restore missing sound and mouse capplets - Restore missing sound and mouse capplets
* Sat Jun 26 2004 jody@suse.de * Fri Jun 25 2004 jody@suse.de
- Move the shell into a tarball to improve maintainability - Move the shell into a tarball to improve maintainability
- Fix crash when clicking on whitespace - Fix crash when clicking on whitespace
* Fri Jun 25 2004 jody@suse.de * Fri Jun 25 2004 jody@suse.de
@ -979,19 +983,19 @@ fi
- change printer capplet and fix icon - change printer capplet and fix icon
- update shell - update shell
- backport a few fixes from head - backport a few fixes from head
* Fri Jun 04 2004 clahey@suse.de * Thu Jun 03 2004 clahey@suse.de
- gnome-applets is a more proper replacement package than control-center2. - gnome-applets is a more proper replacement package than control-center2.
* Tue May 04 2004 clahey@suse.de * Mon May 03 2004 clahey@suse.de
- Upgraded to 2.6.1. - Upgraded to 2.6.1.
- Added patch to change desktop files to contain the Category needed - Added patch to change desktop files to contain the Category needed
to show up with the new gnome-vfs2. to show up with the new gnome-vfs2.
* Fri Apr 30 2004 clahey@suse.de * Fri Apr 30 2004 clahey@suse.de
- Added patch to use new control center shell. - Added patch to use new control center shell.
* Wed Apr 07 2004 sbrabec@suse.cz * Tue Apr 06 2004 sbrabec@suse.cz
- Provide alternative desktop file in Utility->Desktop for non-GNOME - Provide alternative desktop file in Utility->Desktop for non-GNOME
sessions, to make possible configuration of GNOME applications. sessions, to make possible configuration of GNOME applications.
- Build with -fno-strict-aliasing. - Build with -fno-strict-aliasing.
* Sun Mar 21 2004 adrian@suse.de * Sat Mar 20 2004 adrian@suse.de
- do not show gnome CC menu entry in KDE - do not show gnome CC menu entry in KDE
* Fri Feb 20 2004 sbrabec@suse.cz * Fri Feb 20 2004 sbrabec@suse.cz
- Fixed names of GNOME2 packages. - Fixed names of GNOME2 packages.
@ -999,11 +1003,11 @@ fi
- gconf schema (de-)installation in %%post and %%postun - gconf schema (de-)installation in %%post and %%postun
* Sat Jan 10 2004 adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- add %%defattr - add %%defattr
* Wed Oct 08 2003 sbrabec@suse.cz * Tue Oct 07 2003 sbrabec@suse.cz
- Updated to version 2.4.0 (GNOME 2.4). - Updated to version 2.4.0 (GNOME 2.4).
* Sat Sep 13 2003 matz@suse.de * Sat Sep 13 2003 matz@suse.de
- Fix wrong declaration that leads to segfaults. - Fix wrong declaration that leads to segfaults.
* Fri Aug 08 2003 sbrabec@suse.cz * Thu Aug 07 2003 sbrabec@suse.cz
- Not use globbing for schemas in %%files. - Not use globbing for schemas in %%files.
- Removed duplicated screensaveer desktop file. - Removed duplicated screensaveer desktop file.
* Wed Aug 06 2003 hhetter@suse.de * Wed Aug 06 2003 hhetter@suse.de
@ -1015,26 +1019,26 @@ fi
- Use %%find_lang. - Use %%find_lang.
* Mon Jun 23 2003 ro@suse.de * Mon Jun 23 2003 ro@suse.de
- package directories - package directories
* Fri May 16 2003 sbrabec@suse.cz * Thu May 15 2003 sbrabec@suse.cz
- Updated to version 2.2.1. - Updated to version 2.2.1.
* Fri Feb 14 2003 hhetter@suse.de * Fri Feb 14 2003 hhetter@suse.de
- look in /opt/gnome2 for GTK Themes instead of - look in /opt/gnome2 for GTK Themes instead of
the GTK prefix, to get metathemes to work the GTK prefix, to get metathemes to work
* Fri Feb 07 2003 hhetter@suse.de * Fri Feb 07 2003 hhetter@suse.de
- updated to version 2.2.0.1 [GNOME 2.2.0] - updated to version 2.2.0.1 [GNOME 2.2.0]
* Tue Feb 04 2003 ro@suse.de * Mon Feb 03 2003 ro@suse.de
- added startup-notification to neededforbuild - added startup-notification to neededforbuild
* Fri Jan 17 2003 sbrabec@suse.cz * Thu Jan 16 2003 sbrabec@suse.cz
- Updated to version 2.1.6. - Updated to version 2.1.6.
- Added Czech description for screensaver. - Added Czech description for screensaver.
- Use gnome2-devel-packages for neededforbuild. - Use gnome2-devel-packages for neededforbuild.
- Updated %%files. - Updated %%files.
* Fri Nov 22 2002 schwab@suse.de * Thu Nov 21 2002 schwab@suse.de
- Fix missing declarations [#21674]. - Fix missing declarations [#21674].
* Tue Oct 22 2002 hhetter@suse.de * Tue Oct 22 2002 hhetter@suse.de
- updated to version 2.0.2.91 - updated to version 2.0.2.91
- remove wrong docdir - remove wrong docdir
* Wed Oct 02 2002 sbrabec@suse.cz * Tue Oct 01 2002 sbrabec@suse.cz
- Updated to version 2.0.1.1. - Updated to version 2.0.1.1.
- Move gnome-window-settings-2.0.pc to /usr/%%_lib/pkgconfig/. - Move gnome-window-settings-2.0.pc to /usr/%%_lib/pkgconfig/.
- Updated %%files section. - Updated %%files section.
@ -1047,11 +1051,11 @@ fi
( Bug Id #18789) ( Bug Id #18789)
* Tue Aug 20 2002 hhetter@suse.de * Tue Aug 20 2002 hhetter@suse.de
- added prereq: filesystem - added prereq: filesystem
* Sun Jul 28 2002 adrian@suse.de * Sat Jul 27 2002 adrian@suse.de
- add %%run_ldconfig - add %%run_ldconfig
* Fri Jun 21 2002 hhetter@suse.de * Thu Jun 20 2002 hhetter@suse.de
- don't install schemas while make install - don't install schemas while make install
* Wed Jun 19 2002 meissner@suse.de * Tue Jun 18 2002 meissner@suse.de
- use libdir for lib64 - use libdir for lib64
* Tue Jun 18 2002 hhetter@suse.de * Tue Jun 18 2002 hhetter@suse.de
- updated to version 2.0.0 - updated to version 2.0.0