From 20432a387f4494abd1343ee5a61e55af4ec8b871c7f0b4fe0eea8d821c44ca6d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 31 Jul 2009 17:23:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=26 --- gnome-control-center-2.26.0.tar.bz2 | 3 - gnome-control-center-2.27.4.1.tar.bz2 | 3 + gnome-control-center.changes | 80 ++ gnome-control-center.spec | 1006 +------------------------ 4 files changed, 91 insertions(+), 1001 deletions(-) delete mode 100644 gnome-control-center-2.26.0.tar.bz2 create mode 100644 gnome-control-center-2.27.4.1.tar.bz2 diff --git a/gnome-control-center-2.26.0.tar.bz2 b/gnome-control-center-2.26.0.tar.bz2 deleted file mode 100644 index 7a09f35..0000000 --- a/gnome-control-center-2.26.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62fb84ea1053971a53c5259b92eb3a282c2f317f72f761ed4dff434ed0e99c05 -size 2262324 diff --git a/gnome-control-center-2.27.4.1.tar.bz2 b/gnome-control-center-2.27.4.1.tar.bz2 new file mode 100644 index 0000000..77ae486 --- /dev/null +++ b/gnome-control-center-2.27.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e17256022af4c4723290be9644667b6efc07988f9462cc62a58c03848933936 +size 2271175 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 15b0e29..0f55997 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Mon Jul 20 12:58:41 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.4.1: + + About me: + - EXTRA_DIST fingerprint icons + + Common: + - Automatically generate .gitignore files with git.mk + + Network: + - Remove libglade dependency from gnome-network-properties + + Updated translations. +- Changes from version 2.27.4: + + About me: + - New icons for fingerprint screen + + Appearance: + - Migrate to GtkBuilder + - Remove custom cell renderers + + At-properties: + - Remove libglade depency from at-properties capplet + + Default applications: + - Remove libglade dep from default-applications capplet + + Display: + - Remove libglade dependency from display-properties capplet + + Keybindings: + - Remove libglade dependency from keybindings capplet + + Mouse: + - Support touchpad configuration through device properties + + Shell: + - Fix libslab for single includes in GTK+ + + Typing break: + - Use GtkUIManager to replace GtkItemFactory + + Windows: + - Strip libglade dependency from gnome-window-properties + + Updated translations. +- Changes from version 2.27.3: + + About me: + - Initialize GThread subsystem (bgo#583451) + + Appearance: + - Search GTK+ icon theme search path for icon themes + (bgo#575906) + - Only delete the theme if the user pressed OK (bgo#578694) + - Close gtkrc files after use (bgo#578835) + - Fix theme engine detection on non-UNIX platform (bgo#581156) + - Don't unref NULL GConf entries + - After removing an image set the cursor to the newly selected + wallpaper (bgo#575075) + + Default applications: + - Add Arora to list of browsers + + Display: + - Pass a transient parent ID to the ApplyConfiguration callback + so that it can make its confirmation dialog a child of the + parent (bgo#576006) + - Simplify calls to dbus-glib which cannot fail + - Ensure that there will be a backup file before committing + (bgo#486093) + - Make the monitor heading be explicitly black (bgo#556050) + - Fix the layout-outputs-horizontally helper + - Use the timestamp of the Apply button to change the RANDR + configuration + - Don't pop up a redundant error dialog + + Font viewer: + - Safely printf strings + - Interrupt thumbnailing at 30 s instead of 30 msecs + (bgo#584107) + + Keybindings: + - Make activating a section header row expand or collapse the + section as expected instead of crashing (bgo#577474) + - Make the custom keybinding UI smoother + - Don't needlessly write entries back to gconf on startup + (bgo#581986) + + Keyboard: + - Dependency on libxklavier 4.0, optional load/display of extra + layouts + + Shell: + - Fix libslab svn:external problem + + Updated translations. +- Move the control-center help files to the lang package. +- Disable gnome-control-center-system-proxy-configuration.patch: + this needs rebasing. + ------------------------------------------------------------------- Mon Jun 1 21:59:12 CEST 2009 - sreeves@novell.com diff --git a/gnome-control-center.spec b/gnome-control-center.spec index f4835f2..93f5718 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-control-center (Version 2.26.0) +# spec file for package gnome-control-center (Version 2.27.4.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -42,13 +42,13 @@ License: GPL v2 or later Group: System/GUI/GNOME Obsoletes: fontilus themus acme Provides: fontilus themus acme -Version: 2.26.0 -Release: 3 +Version: 2.27.4.1 +Release: 1 Summary: The GNOME Control Center Source: %{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM gnome-control-center-bnc427745-force-dpi.patch bnc427745 bgo553652 vuntz@novell.com -- Force the DPI to 96 right now to avoid big fonts. Patch1: gnome-control-center-bnc427745-force-dpi.patch -# PATCH-FEATURE-OPENSUSE 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-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) Patch14: gnome-control-center-system-proxy-configuration.patch # PATCH-FEATURE-OPENSUSE gnome-control-center-use-settings-menu.patch Patch28: gnome-control-center-use-settings-menu.patch @@ -97,7 +97,8 @@ Authors: %prep %setup -q -n %{name}-%{version} %patch1 -p1 -%patch14 -p1 +#NEEDS-REBASE +#%patch14 -p1 %patch28 %patch30 -p1 %patch31 -p1 @@ -131,6 +132,7 @@ make %{?jobs:-j%jobs} %suse_update_desktop_file gnome-theme-installer rm -f $RPM_BUILD_ROOT%{_datadir}/applications/mimeinfo.cache %find_lang %{name}-2.0 +%find_lang control-center %{name}-2.0.lang %find_gconf_schemas cat %{name}.schemas_list >gnome-%{name}.lst find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + @@ -149,6 +151,7 @@ fi %run_permissions %verifyscript %verify_permissions -e %{_sbindir}/change-passwd + %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun @@ -171,8 +174,6 @@ fi %{_datadir}/icons/hicolor/*/*/*.png %{_datadir}/icons/hicolor/scalable/apps/*.svg %{_datadir}/mime/packages/*.xml -%doc %{_datadir}/gnome/help/control-center -%doc %{_datadir}/omf/control-center %{_libdir}/*.so.* %{_libdir}/window-manager-settings %{_sysconfdir}/xdg/menus/gnomecc.menu @@ -187,994 +188,3 @@ fi %{_datadir}/pkgconfig/*.pc %changelog -* Mon Jun 01 2009 sreeves@novell.com -- Fix bnc#436206 - add GroupWise to the defaults -* Wed May 27 2009 vuntz@novell.com -- Remove gnome-passwd and enable gnome-about-me instead (which - requires --enable-aboutme in configure). -- Add PolicyKit-gnome-devel BuildRequires. -- Remove gnome-patch-translation support. -- Drop control-center-art.tar.bz2 which contains old icons. -- Do not add DocPath to desktop files: it's not needed for yelp. -- Rename gnome-control-center-system-proxy-configuration.diff to - gnome-control-center-system-proxy-configuration.patch -* Mon May 25 2009 federico@novell.com -- Updated and enabled gnome-control-center-system-proxy-configuration.patch - so that it builds with this version of gnome-control-center. -* Tue Mar 17 2009 vuntz@novell.com -- Update to version 2.26.0: - + About me: - - Fix warning when selecting a finger to enroll in the combo - box (bgo#574974) - + Default applications: - - Fix mnemonic conflicts - + Display: - - Make the strings of the rotation dialog appear translated - (bgo#574693) - - Fix crash when refreshing RANDR configuration (bgo#574865) - + Font viewer: - - Stop the font thumbnailer eating all the CPU (bgo#573795) - + Keybindings: - - Fix mnemonics conflict on the custom shortcut window - + Typing break: - - Revert string freeze breaker (bgo#572325) - + Updated translations. -- Remove fontilus.xml: it shouldn't be needed anymore, since - shared-mime-info contains this. -- Don't move gnome-keybindings.pc to /usr/lib/pkgconfig: it's fine - in /usr/share/pkgconfig -* Fri Mar 06 2009 vuntz@novell.com -- Update to version 2.25.92: - + General: - - remove lots of deprecated GDK/GTK+ calls (bgo#572325) - + Appearance: - - fix message markup appearing in post-install dialog - (bgo#572453) - + Display: - - don't block the GUI while changing RANDR configuration - - realign outputs after a resolution change - - use black text for enabled monitors - - change window title and menu entry to "Display"/"Display - Preferences" (bgo#570907) - + Keybindings: - - fix saving custom shortcut commands (bgo#572501) - - always show "" for shortcuts without a - description (bgo#572808) - + Keyboard: - - add visual bell settings (bgo#564998) - - fix initial layout preview (bgo#550721) - - restore help button in layout options (bgo#556952) - - remove non-existing icon from sound notifications button - (bgo#570906) - + Font Viewer: - - initialize type system to fix hang (bgo#572189) - + Updated translations. -- Remove -fno-strict-aliasing from CFLAGS. -- Remove AutoReqProv: it's default now. -* Thu Mar 05 2009 vuntz@novell.com -- Add libgnomeui-devel to Requires of devel package. -* Thu Feb 12 2009 vuntz@novell.com -- Call %%suse_update_desktop_file on gnome-network-properties -* Thu Feb 05 2009 mboman@suse.de -- Update to version 2.25.90: - + General: - + Rename gnome-network-preferences to gnome-network-properties - (bgo#554342) - + About me: - + Build fixes - + Fix email addresses being generated by g-a-m always being - saved as type - + "OTHER" (Jens Granseuer) (bgo#570113) - + Appearance: - + Fix newly installed themes appearing twice in the GTK themes - list if the package contains themes for both GTK and - metacity (bgo#568595) - + Use "Desktop Background" instead "Wallpaper" as per GDP - glossary (bgo#569382) - + Common: - + Add GnomeThemeElement parameter to the ThemeChangedCallback - so that the receiver can determine what part of the theme - changed - + Default application: - + Fix the https handler never being set (bgo#568408) - + Update the web entry with the correct command for the - selected option instead of always using the default - + Display: - + Build fixes - + Add On/Off radio buttons to turn on/off a monitor - + Don't crash if we don't have an output (bgo#569218) - + Keybindings: - + Build fixes - + Print a warning when a key doesn't have a schema, - so no description - + Make Enter work as expected in the custom key shortcut - edit dialogue - + Keyboard: - + Sort options by description - + Hide help button in Options (bgo#556952) - + Allow setting a repeat delay of up to 2 seconds (bgo#569612) - + Shell: - + Use single GTK includes in slab (bgo#551850) - + Compile with G*_DISABLE_DEPRECATED in slab (bgo#551850) - + Typing break: - + Play a sound when the display is locked or unlocked - (bgo#169473) - + Translation updates -- Update gnome-control-center-passwd-dialog.patch -* Fri Jan 23 2009 vuntz@novell.com -- Really apply gnome-control-center-bnc427745-force-dpi.patch -- Drop gnome-control-center-desktop.patch: the only relevant - changes to desktop files are now done via - %%suse_update_desktop_file -- Drop gnome-control-center-docpath.patch: we don't use DocPath in - GNOME. -- Reduce BuildRequires. -- Remove specific commands for old version of openSUSE, including - the handling of permissions stuff that is now done another way - (so we can drop permissions.tar.bz2 too) -- Other minor tweaks to clean up the spec file. -- Call %%suse_update_desktop_file on all desktop files. Part of - bnc#445728. -* Sat Jan 17 2009 crrodriguez@suse.de -- remove "la" files, baby step to clean up all references - to libavahi-*.la -* Fri Jan 09 2009 federico@novell.com -- Remove gnome-control-center-randr-gerror.diff. Fixed upstream -- Added gnome-control-center-randr-gerror.diff. This adds good error - reporting when changing the multihead configuration, and fixes these - bugs: - bnc#381030 - Fix spacings in the display capplet's dialog, labels, - and option grouping. - bnc#450141 - Remove nonfunctioning Help button. - bnc#433939 - Make it more obvious how to turn on a newly-detected - monitor that is off. - bgo#551566 - Fix incorrect repainting when resizing the capplet's - dialog. -* Fri Dec 26 2008 rodrigo@novell.com -- Remove unneeded patch -- Update to version 2.25.3: - + Removed sound capplet, moved to gnome-media - + Add support for fingerprint readers with more than one enrollment stage - + Display errors when any happen - + Slight UI changes - + When a monitor is selected, update the monitor label to have the monitor's - name and colour so they know which one is being edited - + Make the monitor on which the dialogue appears the default one on startup - + Fix monitors still overlapping when turning off "Mirror screens" - + Remove unneeded help button in display capplet -* Wed Nov 12 2008 rodrigo@novell.com -- Add libcanberra-gtk to Requires to get sound events working (bnc#439054) -* 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 -- Update to version 2.24.0.1: - + Fix newly-introduced crash in theme tab (bgo#553541) -* Fri Sep 26 2008 vuntz@novell.com -- Merge openSUSE:Factory and GNOME:Factory... -- Add gnome-control-center-bnc427745-force-dpi.patch to force the - DPI to 96. This fixes huge fonts on login on recent laptops. - Fixes bnc#427745. -* Tue Sep 23 2008 rodrigo@novell.com -- Update to version 2.24.0: - + Accessibility: - - Improve tooltip wording - + Appearance: - * when a hidden theme is selected, and therefore becomes visible, - create a thumbnail for it (bgo#547301) - * don't fail if the destination files already exist and the user tries - to overwrite them (bgo#552671) - * set GtkAdjustment page size to 0 to avoid roblems due to newly enforced - value boundaries in GTK+ 2.14 (bgo#551740) - + Common: - * properly initialize the callback data (bgo#550263) - + Default applications: - * don't advertise startup-notify. The script doesn't support it (bgo#550694) - * use a11y icon instead of searchtool (bgo#550742) - + Display: - * Use "Mirror Screens" instead of "Cloned Output" in the display of monitors, - to be consistent with the corresponding checkbox from the Glade file - * use theme colours for the background (bgo#545117) - + Keybindings: - * don't use the term "accelerator" in the UI (bgo#547276) - + Keyboard: - * chosing first variant by default (bgo#550722) - * using the fact that latest libxklavier returns descriptions in UTF-8, - no need to convert in 8-bit locales - + Sound: - * trying to print NULL strings crashes on Solaris (bgo#548586) - * add context to event sound names (bgo#549489) - + Updated translations -* Fri Sep 19 2008 rodrigo@novell.com -- Added dependency on libcanberra-* -- Sound capplet is built always (bnc#427748) -* Thu Sep 18 2008 sbrabec@suse.cz -- Dropped ftp:// and news:// patches (bnc#256090). -* Thu Sep 04 2008 mboman@novell.com -- Update to version 2.23.90: - + Appearance: - * Use default icon for unknown themes - * Remove help button - + Common: - * Make sure we have a notification theme before trying to save it - (bgo#547448) - * Keep track of hidden themes (bgo#547301) - * Require gnome-desktop 2.23.90 - + Display: - * Draw rotated outputs rotated - * Don't leak the application or the GladeXML - * Replace all uses of g_print with g_debug - * Fail gracefully if we cannot get a screen - * Add sexy labels to identify monitors - + Shell: - * Remove eel dependency from libslab - + Sound: - * Fix warning due to left-over developer code (bgo#546583) - * HIG fixes and improved wording (bgo#545219) - * Make the event sound preview button listen to "activate" signal so it - becomes accessible via keyboard (bgo#547808) - + Translation updates -- Remove gnome-control-center-monitor-labeling.diff. Fixed upstream -* Thu Aug 28 2008 ro@suse.de -- fix build: sound settings are not being built at the moment - (configure does not find CANBERRA) - skip the update-desktop-file if it is not being installed -- vfs-methods have been removed, remove in filelist as well -* Wed Aug 20 2008 sbrabec@suse.cz -- Require gnome-menus - gnome-control-center binary requires - /etc/xdg/menus/preferences.menu. -* Tue Aug 19 2008 federico@novell.com -- Updated gnome-control-center-monitor-labeling.diff so that it applies cleanly. -* Fri Aug 15 2008 federico@novell.com -- Added gnome-control-center-monitor-labeling.diff to implement - labeling of physical monitors while their properties are being set - in the Display capplet. -* Tue Aug 05 2008 rodrigo@suse.de -- Update to version 2.23.6: - + Various fixes and improvements - + Add freedesktop sound theme support - + Updated translations - + Updated randr 1.2 code -- Removed upstreamed randr1.2 patch -* Fri Jun 20 2008 maw@suse.de -- Update to version 2.23.4: - + Various fixes and improvements - + Drop the gnome-vfs dependency - + Bugs fixed: bgo#309629, bgo#532893, bgo#317835, bgo#515078, - bgo#526944, bgo#528196, bgo#519065, bgo#500276, bgo#524401, - bgo#524401, bgo#511065, bgo#528196, bgo#524813, bgo#521826, - bgo#529772, bgo#515078, bgo#527418, bgo#314883, bgo#523888, - bgo#525530, bgo#529720, bgo#134595, and bgo#329503 - + Updated translations. -* Fri Jun 13 2008 federico@novell.com -- Updated gnome-control-center-system-proxy-configuration.patch to fix - https://bugzilla.novell.com/show_bug.cgi?id=350513 - the widgets for - manual proxy configuration were disabled at startup, even if Manual - mode was selected in the user's configuration. -* Thu May 29 2008 federico@novell.com -- Updated gnome-control-center-randr-1.2.diff with the latest fixes from upstream. -* Tue May 13 2008 vuntz@suse.de -- Add gnome-control-center-bnc373197-layout-switch-keybinding.patch - to change the default keyboard layout switching to - Shift_L+Shift_R instead of Alt_L+Alt_R, which doesn't work at the - moment. Helps with bnc#373197 for 11.0. -* Sat May 03 2008 coolo@suse.de -- Obsoleting older version not newer -* Fri Apr 25 2008 federico@novell.com -- Added gnome-control-center-randr-1.2.diff to integrate the new - functionality to configure RandR 1.2. -* Tue Apr 15 2008 ro@suse.de -- added also provides for old name, not just obsoletes -* Mon Apr 14 2008 rodrigo@suse.de -- Renamed to gnome-control-center, like upstream -- Removed desktop-effects patch, moved to simple-ccsm -* Fri Apr 11 2008 maw@suse.de -- Update to version 2.22.1: - + appearance: - * Don't resize the font samples vertically when the window is - resized (bgo#521823) - * Fix warning when trying to drag an unselected item - (bgo#523347) - * Don't try to unref URIs if the theme package is invalid - (bgo#524567) - + common: - * Fix a crash when schemas are not properly installed - (bgo#520744) - * Fix error handling in the thumbnailer (bgo#521009) - * Actually check the cursor size before changing it in GConf - + keybindings: - * Remove debugging output - * Stop widget accelerators from activating while the user is - entering a new shortcut (bgo#313228) - * Fix category headers not appearing properly in the treeview - when using a non-UTF-8 locale (bgo#513988) - + keyboard: - * Don't crash when called for a drag with no selected items - (bgo#523379) - * Don't show the typing break tab if the typing monitor is - not available (bgo#524034) - + sound: - * Use new tango icon (bgo#523916) - * Don't show modems in the device chooser (bgo#523888) - + themus: - * Handle failed thumbnailing attempts properly - + typing-break: - * New Tango-style icons (bgo#523965) - * Replace custom stop icon with gtk-stop stock icon - + Updated translations. -* Mon Mar 31 2008 rodrigo@suse.de -- Added control-center2-desktop-effects.patch to add compiz - activation GUI to the appearance capplet. -- Finish tagging of patches -* Fri Mar 14 2008 maw@suse.de -- Update to version 2.22.0: - + about-me: - * Fix misspelling of "palindrome" (bgo#519398) - + common: - * Port to GIO - + keyboard: - * Fix leaks and remove unnecessary casts - + mouse: - * Make the mouse orientation radio button usable with both - mouse buttons - + Updated translations. -* Thu Mar 13 2008 sbrabec@suse.cz -- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE. -* Wed Mar 05 2008 maw@suse.de -- 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. -* Mon Feb 04 2008 rodrigo@suse.de -- Added very much needed dependency for upcoming alpha on - gnome-settings-daemon, a runtime dependency which is not being - picked up in any pattern -* Fri Feb 01 2008 rodrigo@suse.de -- 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 -- Re-enable gnome-patch* -* Wed Jan 30 2008 maw@suse.de -- Revert last change -- nautilus owns - %%{_libdir}/nautilus/extensions-2.0 now. -* Tue Jan 29 2008 thoenig@suse.de -- Fix build: Add %%dir %%{_libdir}/nautilus/extensions-2.0 -* Tue Jan 29 2008 rodrigo@suse.de -- Updated to 2.21.5: - * http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/2.21/gnome-control-center-2.21.5.news -- Disabled patches that need rebase -- Removed suse_update_desktop_file for no longer existing files. -- Removed gnome-settings-daemon related files -- Disable temporarily gnome-patch-translation*, since it's - complaining about files removed upstream ?? -* Wed Nov 21 2007 maw@suse.de -- Fix build. -* Tue Nov 06 2007 rodrigo@suse.de -- Added missing gtk_widget_set_sensitive call (#8785) -* Thu Nov 01 2007 sreeves@suse.de -- Fix for #298047 - remove reference to background.desktop -* Thu Oct 11 2007 sbrabec@suse.cz -- Removed bogus dependency on mDNSResponder. -* Mon Sep 17 2007 maw@suse.de -- Update to version 2.20.0: - (Bug numbers in this entry are against bugzilla.gnome.org) - + Appearance: - * Correct translatable property value of "Save As" (#473810) - * Don't set a fixed width for the toolbar button color label - (#474317) - * Add comment for translators (#473379) - + General: - * Fix building with Sun's Forte compiler (#473967) - + Updated translations. -* Mon Sep 10 2007 maw@suse.de -- Update to version 2.19.92: - + Appearance: - * Leaks fixed - * Use _prepend for lists instead of _append - + Updated translations. -* Mon Sep 10 2007 rodrigo@suse.de -- Remove workaround for upstream bug already fixed (#223798) -* Thu Sep 06 2007 maw@suse.de -- Add control-center2-default-keybindings-thoenig-01.patch - (#297640). -* Fri Aug 31 2007 maw@suse.de -- Update to version 2.19.91: - (Bug numbers listed here are against bugzilla.gnome.org) - + general: - * Hide the password in displayed URIs when transfering files - (#339551) - + about-me: - * Use g_get_user_special_dir() instead of hard-coding ~/Pictures - * Honor mail address attributes when setting up Home and Work - addresses - + appearance: - * Don't generate GTK thumbnails when we want metacity or icon - (#462724) - * No need for an expensive parse to initialize the colors - * Reduce metacity thumbnail size to 128x128 - * Also load the "default" cursor theme so we know the - available sizes (#462409) - * Create the icon theme representative before the GTK stock - button - * Various small tweaks and optimizations - * Add a shortcut to the user's special Pictures folder to - the file chooser and default to it (#461093) - * HIG capitalization fix for a checkbutton label - * Use thumbnail factory to store and retrieve metatheme - thumbs (#448968) - * Remove check for old glib version that would result in - bogus code - * Only add a "Default Pointer" list item if there is no such - GnomeThemeCursorInfo - * Toggle sensitivity of the cursor scale labels (#463442) - * Indent category contents, and other HIG spacing fixes - * Fix check for available symbolic colors and make buttons - for unsupported colors insensitive (#464081) - * Make sure the color scheme has changed before writing - to GConf and enabling the reset button - * Reenable theme lockdown - * Restrict drag'n'drop installation to the theme tab - * Fix double-free and use-after-free - * Make sure we have a selection before trying to get the - data (#465431) - * Don't leak the cursor font - * Fix double-free and make the builtins non-static to save - relocations (#467522) - * Properly check all installed themes if necessary (Jens Granseuer) - * Free the metacity theme after use (#469531) - * Correct the item width and enable line wrapping for - long theme names (#466405) - * If no background image set, select "no wallpaper" - * Simply set the upper bound of the DPI spin button to - the maximum we consider acceptable (#469580) - * Don't mark gtk-delete stock id for translation (#470532) - * Always generate thumbnails asynchronously (#469849) - + default applications: - * Don't use '==' and improve portability with empty strings - * Add browser and mail entries Iceape) (#467472) - * Use the new -new-tab and -new-window arguments instead - of -remote for Firefox tab and window commands (#393204) - + keybindings: - * Make the arrows and tabs unbindable without a modifier - (#463433) - + keyboard: - * Disable "delete" button when no layout is selected - (#466749) - * Make "Add label" string translatable) (#470516) - + settings daemon: - * Use CTRL-ALT-DEL as default keybinding for 'Log out' - * Use a list instead of a hash table to store the settings - modules (#449118) - * Raise the volume when unmuting - * Show X keyboard settings warning dialog delayed, so that - it runs properly centered and with decorations - * Initialize XKB config early so that callback would not - crash (#469192) - + window: - * Expose missing metacity double-click actions (#416541) - + Updated translations -- Refresh control-center2-default-config.patch -- Remove control-center2-shell-desktop.patch. -* Wed Aug 22 2007 rodrigo@suse.de -- Patched gnomecc.desktop file to have the control center entry - show up on the traditional menu bar (#260545) -* Thu Aug 16 2007 rodrigo@suse.de -- Fixed location of gnome-passwd.glade file (#296721) -* Wed Aug 08 2007 maw@suse.de -- Split off a -lang subpackage. -* Fri Aug 03 2007 jpr@suse.de -- Cleanup patches (#256090) -* Thu Aug 02 2007 maw@suse.de -- Update to version 2.19.6: - + about-me: - * Add a tooltip to the image button - + appearance: - * Add option to add wallpapers via the command line - * Use new GTK+ convenience API for icon view tooltips - * Bump all tooltips code to GTK 2.11.6 - * Improve color scheme matching - * When reading current settings from gconf, get the color scheme from the - GTK theme if necessary to allow matching against themes retrieved via - gnome-theme-info - * Implement saving of the cursor theme name in metathemes and add a - 'Default pointer' option to the cursor theme list - * Simplify tooltip descriptions - * Really unset the gconf key when reverting colors - * Implement drag-and-drop theme installation - * Remove workarounds for initialization problems in early versions of the - capplet - * Fix cell renderer state logic to not always be on - * Use cairo to draw the cell renderer selection - * Show readable_name in cursor theme list instead of name - * Fix mnemonics and customize theme window title - * Fix theme installation - * Update icon cache when installing icon themes - * Prevent some memory leaks - * Add controls for applying suggested backgrounds and/or fonts from - metathemes - * Only show background/font suggestions if they haven't already been - applied - * Cope with unset gconf keys and group gconf notifications (Jens Granseuer) - * Only create the custom theme entry when changes are made, and delete it - when the theme is saved - * Add %%F to the exec line so external programs like epiphany can set the - background - * Default to showing the background tab if wallpapers were given on the - command line - * Use our custom cell renderer for metathemes too, so the previews don't - get shaded - + default applications: - * Change custom command entries to be insensitive instead of - noneditable - * Remove spurious desktop entries - + keyboard: - * Improved layout and sorting - * Implement DND in the selected layouts list - * Eliminate up/down buttons in the layout list - + network: - * Also use new icon in the window title bar - + settings daemon: - * Don't forget the Xft callback - + themus: - * Update to match theme callback signature - + general: - * Fix crash when no cursor is specified in theme - * General cleanup and leak-plugging - * Don't fail configuring if gstreamer is not available, simply skip the sound - capplet - * Remove spurous AT desktop entries (Jens Granseuer) (#444787) - * Add support for custom theme names saved in metathemes (Denis Washington) - * Re-add basic support for cursor themes for X servers without the Xcursor - extension, like the one in Solaris - * When applying a metatheme, check wether to set/unser color scheme gconf - key - * Fix notification of selection changed for GtkTreeView config support - * Prevent cursor themes from being recognized as icon themes - * Read a cursor themes's name from its index.theme file if it has one - * Expand check for empty metatheme color scheme to include blank color scheme - strings - * Add tooltip foreground and background colors to the list of recognized - symbolic colors - + updated translations -- Remove control-center2-dont-update-mimedb.patch -- Use %%fdupes. -* 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) -- Many upstream bug fixes - - Now uses icon theme for icons - - Lots of changes to improve the settings daemon -- Translation updates -* Thu Jul 19 2007 gekker@suse.de -- Make sure that the new merged appearances capplet is visible -* Mon Jul 09 2007 maw@suse.de -- Update to version 2.19.4 -- The source tarball is now called gnome-control-center-$version.tar.bz2; - however, the package's name remains the same -- Concomitant with the tarball name change, a number of directories - packaged have been renamed from control-center to - gnome-control-center -- Remove the following upstreamed patches: - * control-center2-217790-sanitize-dpi.diff - * control-center2-compiz-keybindings.patch - * control-center2-static-libslab.patch - * control-center-control-key-events.patch - * control-center-no-x-suse.patch -- Bug fixes, updated translations -- s#%%run_ldconfig#/sbin/ldconfig# in the %%post and %%postun - sections. -* Wed Jun 06 2007 sbrabec@suse.cz -- Removed invalid desktop Category "Application" (#254654). -* Tue May 22 2007 sbrabec@suse.cz -- Removed X-SuSE tag from the upstream desktop file. -- Added MIME based default option for default applications FTP - preferences (GNOME#426638#c13). -* Thu May 17 2007 rodrigo@suse.de -- Look for gnome-passwd.glade file in the correct dir (#272702) -* Mon May 14 2007 maw@suse.de -- Rename jhmfc.patch to control-center2-dont-update-mimedb.patch -* Thu Apr 12 2007 rodrigo@suse.de -- Added patch to use preferences.menu in control-center rather than - gnomecc.menu. -* Tue Apr 10 2007 rodrigo@suse.de -- Added patch for building libslab statically. -- Patched schemas file to contain our default values. -* Thu Apr 05 2007 sbrabec@suse.cz -- Added "Use default web browser" option for default applications - FTP preferences (#113104#c13). -* Mon Apr 02 2007 sbrabec@suse.cz -- Ported control-center-default-applications-ftp+news.patch - (#113104#c11). -- Added seamonkey to default applications list. -* Sat Mar 31 2007 maw@suse.de -- Update to version 2.18.0 -- b.g.o 344741 and 413468 (partially). -* Mon Mar 19 2007 sbrabec@suse.cz -- Fixed devel dependencies. -* Fri Mar 16 2007 maw@suse.de -- Update to version 2.17.91 -- Refresh a number of patches. -- Bug fixes include bugzilla.gnome.org #402797, #358106, #380991, - [#395383], #401004, #397905... -* Thu Mar 08 2007 sbrabec@suse.cz -- Removed obsolete hicolor icon symlinks (#248676). -* Thu Mar 01 2007 sbrabec@suse.cz -- Removed obsolete pangoxft patch (#249608). -* Wed Feb 07 2007 sbrabec@suse.cz -- Do not build unusable static libraries (#238552). -* Tue Jan 09 2007 sbrabec@suse.cz -- Prefix changed to /usr. -- Spec file cleanup. -* Fri Dec 22 2006 federico@novell.com -- Added control-center2-217790-sanitize-dpi.diff to fix the - control-center2 part of - https://bugzilla.novell.com/show_bug.cgi?id=217790. Some X servers - don't report the screen's physical dimensions correctly, so the DPI - value is wrong. This can lead to unusably huge or tiny fonts. This - patch constrains the X server's DPI value to something reasonable. -* Thu Nov 30 2006 sbrabec@suse.cz -- Fixed devel dependencies for older products. -* Sat Oct 14 2006 danw@suse.de -- Remove dead patches. -- Update and reenable control-center2-po-update.patch -* Fri Oct 13 2006 dreveman@suse.de -- Update compiz keybinding patch so it works with compiz 0.2. -* Fri Oct 13 2006 aj@suse.de -- Adjust BuildRequires for gnome-doc-utils. -* Mon Oct 02 2006 jhargadon@suse.de -- update to version 2.16.1 -- display: - - Never pass negative values for the rates -- keyboard: - - Make sure 'model' is never NULL -- themus: - - Fixed "Open" icon on button preview - - Allow the text in the details to ellipsize and set a minimun width for - the dialog -- translation updates -* Thu Sep 14 2006 jhargadon@suse.de -- update to versin 2.16.0 -- avoid excess strduping -- avoid extra key events processing -- avoid grabbing all keyboard when the key code cannot be retrieved -- add missing maximize button -- translation updates -* Sat Sep 02 2006 gekker@suse.de -- Install dbus service file in correct location -* Wed Aug 30 2006 jhargadon@suse.de -- update to version 2.15.92 -- fix "Background dialogue resizes when shown" -- fix issues with the themes previews -- free 'resolution' string after using it, not before -- fix memory leak -- patches from "generate visible previews first" -- translation updates -* Mon Aug 21 2006 jhargadon@suse.de -- update to version 2.15.91 -- require libebook-1.2 1.7.90 for the new API -- use orca screenreader when available -- fixed X-GNOME-Bugzilla fields in .desktop file -- using Unicode subscript for repeating descriptions -- set "label for" and "labelled by" properties for the capplet -- only include libhal if HAL is enabled -- added support for locking down theme -- don't attempt to load window manager theme name from an unknown window - manager -- use GtkAboutDialog, not GtkDialog -- use GtkStatusIcon instead of libegg -- translation updates -* Fri Aug 04 2006 sreeves@suse.de -- Mark an existing string in - control-center2-soundupdate.patch for translation (185591) -* Thu Jun 29 2006 sbrabec@suse.cz -- Added two missing upstream translations (#185584#c27). -- Fixed Norwegian translation update (#185584#c29). -- Symlink password dialog icon to proper place (#185584#c29). -* Tue Jun 20 2006 sbrabec@suse.cz -- Fixed I18N bug in password dialog title (185584#c7). -* Fri Jun 16 2006 sreeves@suse.de -- Fix for 185591 - missing localization for sound entries. -* Fri Jun 16 2006 sbrabec@suse.cz -- Fixed missing strings in password dialog (#185584). -* Fri Jun 02 2006 hpj@suse.de -- Updated the search patch to fall back to gnome-search-tool if - Beagle can't be found. -* Mon May 29 2006 hpj@suse.de -- Add patch to invoke Beagle on "search" keybinding. Fixes Novell - bug #132801. -* Mon May 29 2006 sbrabec@suse.cz -- Added passwd capplet to POTFILES.in (#179459). -* Sun May 28 2006 danw@suse.de -- Add toggle maximize, horiz/vert maximize, and show desktop to - control-center2-compiz-keybindings.patch (#178220) -* Tue May 09 2006 dobey@suse.de -- Add fixes for CRITICAL warnings from background-properties - See bug https://bugzilla.novell.com/show_bug.cgi?id=83196 -* Sun May 07 2006 danw@suse.de -- Add cube unfold binding to control-center2-compiz-keybindings.patch -* Tue May 02 2006 sbrabec@suse.cz -- Moved proxy settings from Hardware to System (#167466). -* Thu Apr 20 2006 danw@suse.de -- Add compiz keybindings to gnome-keybinding-properties. 163208 -* Wed Apr 19 2006 sreeves@suse.de -- Fix for 148037 - mangled widgetry in sound capplet -* Thu Apr 13 2006 sbrabec@suse.cz -- Call %%suse_update_desktop_file for all desktop files. -- Added gnome-ui-properties to control-center (118960#c11). -- Use new control-center Categories instead of illegal old ones. -* Mon Apr 03 2006 jpr@suse.de -- Add gst 0.10 support for gnome-settings-daemon -* Thu Mar 23 2006 rodrigo@suse.de -- Updated control-center2-multiple-displays.patch to use the correct - DISPLAY for bonobo-activation, and fixed ultra-quick error dialog - (#156801). -* Thu Mar 23 2006 federico@novell.com -- Updated control-center2-system-proxy-configuration.diff to fix bug - [#158600]. Gnome-settings-daemon will now read the HTTPS_PROXY value - from /etc/sysconfi/proxy and set it in the appropriate GConf keys. -* Mon Mar 06 2006 rodrigo@suse.de -- Added patch to support multiple concurrent sessions (fixes part - of #150623). -* Thu Mar 02 2006 rodrigo@suse.de -- Don't spawn esd daemon, already done in libesound (part of - [#153419]) -* Sun Feb 19 2006 aj@suse.de -- Reduce BuildRequires. -* Sat Feb 18 2006 sreeves@suse.de -- Another Update .desktop file (Name, GenericName, Comment, DocPath) -* Sat Feb 18 2006 gekker@suse.de -- Fixup .desktop files for UI team -* Fri Feb 17 2006 sreeves@suse.de -- Update .desktop file (Name, GenericName, Comment, DocPath) -* Wed Feb 15 2006 gekker@suse.de -- Fix font thumbnailing (b.g.o#329043) -* Mon Feb 13 2006 gekker@suse.de -- Remove dependency on e-d-s, not required since we don't ship - the about me capplet, partial fix for (#148339) -* Wed Feb 01 2006 sbrabec@suse.cz -- Use translation compendium gnome-patch-translation. -* Tue Jan 31 2006 rodrigo@suse.de -- Use /etc/pam.d/common-* for PAM authentication (146699) -* Mon Jan 30 2006 sbrabec@suse.cz -- Implemented ftp:// and news:// to - gnome-default-applications-properties (#113104). -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Jan 18 2006 hpj@suse.de -- Updated the passwd-dialog patch to pass through messages from PAM. - This is necessary for the PAM Winbind module, as it informs the - user of password policies and more complex error situations. -* Fri Jan 13 2006 sreeves@suse.de -- Add X-Ximian-Settings to default-applications.desktop. Fix for Bug#141104 -* Mon Dec 26 2005 federico@novell.com -- Added control-center2-system-proxy-configuration.diff. This was - 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 - them to apps that use GConf to find these settings. -* Wed Nov 30 2005 gekker@suse.de -- Update to version 2.12.2 -- Remove upstreamed patch -* Tue Nov 29 2005 gekker@suse.de -- Add default-config patch for logout shortcut (#130829). -* Wed Oct 12 2005 gekker@suse.de -- Update to version 2.12.1 -* Thu Oct 06 2005 gekker@suse.de -- Remove previous change for now -- Fix DocPath in .desktop file -* Tue Oct 04 2005 gekker@suse.de -- Rename "Desktop Background" to "Display Settings" -* Wed Sep 21 2005 rodrigo@suse.de -- Fixed icon and category of desktop file for change-passwd - capplet (fixes #117028). -* Mon Sep 19 2005 sbrabec@suse.cz -- Fixed PreReq. -- Fixed permissions in PLUS. -* Thu Sep 15 2005 clahey@suse.de -- s/Assistive Technology Support/Assistive Technology/ -- Change window height to 550. -- Part of fix for #115299 -* Mon Sep 05 2005 aj@suse.de -- Update to 2.12.0. -* Mon Aug 29 2005 rodrigo@suse.de -- Added control-center2-screensaver.patch (#113353) -- Enabled setuid change-passwd program (GNOME part of #104993) -* Mon Aug 22 2005 gekker@suse.de -- Update to 2.11.92 -- Remove upstreamed theme-thumbnail patch -* Mon Aug 22 2005 ro@suse.de -- added pangoxft to liblist -* Fri Aug 19 2005 gekker@suse.de -- Fix theme-thumbnail -* Tue Aug 16 2005 rodrigo@suse.de -- Added gnome-passwd patch from SP2. -* Fri Aug 12 2005 sreeves@suse.de -- Update the sound capplet to match interface requested by Nat - and Federico. Also removed patch1 after talking with Jody as - he indicates it is not needed. -* Wed Aug 10 2005 rodrigo@suse.de -- Update to version 2.11.91 -* Tue Aug 02 2005 gekker@suse.de -- Update to version 2.11.90 -- Add scrollkeeper magic -* Fri Jul 29 2005 jpr@suse.de -- Depend on kereberos libs for building -* Mon Jul 25 2005 gekker@suse.de -- Update to 2.11.6 -- Backout fix for (b.g.o309558) fixed bug in xorg-x11 -* Mon Jul 18 2005 sbrabec@suse.cz -- Don't grab Control key events by Show pointer function. - http://bugzilla.gnome.org/show_bug.cgi?id=125618 -- Fixed devel dependencies. -- Removed unneeded static modules and .la files for modules. -* Fri Jun 17 2005 gekker@suse.de -- Update to version 2.11.4 -* Wed Jun 01 2005 sbrabec@suse.cz -- Fixed devel requirements. -* Wed Apr 13 2005 sbrabec@suse.cz -- Do not build with -Werror. -- Added required NULL-pointer argument. -* Fri Mar 18 2005 sbrabec@suse.cz -- Changed Categories for gnome-ui-properties and - default-applications to appear only in menu (#73047). -* Wed Mar 16 2005 sbrabec@suse.cz -- Added X-Ximian-Settings to gnome-ui-properties and - default-applications (#73047, #73547). -* Wed Mar 16 2005 clahey@suse.de -- Changed category of desktop files so they'll still be in control - center but won't be in More Programs menu. -- Installed icons in hicolor and installed icons for proxy and for - directories. -* Tue Mar 15 2005 sbrabec@suse.cz -- Symlink desktop icon to standard location (#72818). -* Fri Mar 11 2005 gekker@suse.de -- Add new version of the system-proxy-configuration patch (71202). -* Thu Mar 10 2005 gekker@suse.de -- Update to version 2.10.0 (GNOME 2.10). -* Mon Feb 28 2005 sbrabec@suse.cz -- Do not package mimeinfo.cache. -* Thu Feb 24 2005 sbrabec@suse.cz -- Removed gconf makefile-uninstall-rule (#33114). -* Fri Feb 18 2005 clahey@suse.de -- Add a desktop file for change password. -* Thu Feb 17 2005 gekker@suse.de -- add federico's system-proxy-configuration patch -* Thu Feb 10 2005 gekker@suse.de -- Update to version 2.9.91 -* Fri Jan 28 2005 sbrabec@suse.cz -- Fixed directory ownership (require nautilus). -- Fixed libexecdir. -* Wed Jan 26 2005 jody@suse.de -- jump to 2.9.4 -- drop all the partial updates from 2.6 -* Wed Dec 15 2004 hvogel@suse.de -- fix desktop file -* Fri Oct 29 2004 ro@suse.de -- merged stuff from jody: -- Additional translations -- Some minor accessibility patches that are unreleased in the 2.6.x branch -* Fri Oct 29 2004 ro@suse.de -- locale rename: no -> nb -* Mon Oct 04 2004 sbrabec@suse.cz -- Updated directory files to show properly icons and translations - (#46621). -* Mon Oct 04 2004 sbrabec@suse.cz -- Czech translation update (#46621). -* Thu Sep 16 2004 jody@suse.de -- fix help links for accessibility technologies and window capplet - [#61587], #61588 -* Thu Sep 09 2004 dobey@suse.de -- Pull in changes for the background capplet from CVS -* Tue Sep 07 2004 sbrabec@suse.cz -- Created shared mime info. -* Mon Sep 06 2004 shprasad@suse.de -- Not applying patch6 because it is taken care by gnome-audio. -* Mon Aug 30 2004 rml@suse.de -- add control-center-keybinding-workaround.patch (fix - Ximian bug #59654) -* Fri Aug 13 2004 shprasad@suse.de -- Fixes bug#63036 (Fix given by sdharmaveer@novell.com) - makes gnome login/logout sounds play at login/logout events. -- Fixes bug#63038 (Fix given by sdharmaveer@novell.com) - overrides the default gnome login/logout sounds by novell - login/logout sounds. -* Tue Aug 10 2004 dobey@suse.de -- Include %%prefix/share/gnome-background-properties -* Tue Jul 06 2004 jody@suse.de -- Restore missing sound and mouse capplets -* Fri Jun 25 2004 jody@suse.de -- Move the shell into a tarball to improve maintainability -- Fix crash when clicking on whitespace -* Fri Jun 25 2004 jody@suse.de -- remove keyboard layout (obsolete) -- change printer capplet and fix icon -- update shell -- backport a few fixes from head -* Thu Jun 03 2004 clahey@suse.de -- gnome-applets is a more proper replacement package than control-center2. -* Mon May 03 2004 clahey@suse.de -- Upgraded to 2.6.1. -- Added patch to change desktop files to contain the Category needed - to show up with the new gnome-vfs2. -* Fri Apr 30 2004 clahey@suse.de -- Added patch to use new control center shell. -* Tue Apr 06 2004 sbrabec@suse.cz -- Provide alternative desktop file in Utility->Desktop for non-GNOME - sessions, to make possible configuration of GNOME applications. -- Build with -fno-strict-aliasing. -* Sat Mar 20 2004 adrian@suse.de -- do not show gnome CC menu entry in KDE -* Fri Feb 20 2004 sbrabec@suse.cz -- Fixed names of GNOME2 packages. -* Thu Feb 12 2004 hhetter@suse.de -- gconf schema (de-)installation in %%post and %%postun -* Sat Jan 10 2004 adrian@suse.de -- add %%defattr -* Tue Oct 07 2003 sbrabec@suse.cz -- Updated to version 2.4.0 (GNOME 2.4). -* Sat Sep 13 2003 matz@suse.de -- Fix wrong declaration that leads to segfaults. -* Thu Aug 07 2003 sbrabec@suse.cz -- Not use globbing for schemas in %%files. -- Removed duplicated screensaveer desktop file. -* Wed Aug 06 2003 hhetter@suse.de -- remove prefix clash fix patch -* Mon Jul 14 2003 sbrabec@suse.cz -- GNOME prefix change to /opt/gnome. -* Wed Jun 25 2003 sbrabec@suse.cz -- Updated to version 2.2.2. -- Use %%find_lang. -* Mon Jun 23 2003 ro@suse.de -- package directories -* Thu May 15 2003 sbrabec@suse.cz -- Updated to version 2.2.1. -* Fri Feb 14 2003 hhetter@suse.de -- look in /opt/gnome2 for GTK Themes instead of - the GTK prefix, to get metathemes to work -* Fri Feb 07 2003 hhetter@suse.de -- updated to version 2.2.0.1 [GNOME 2.2.0] -* Mon Feb 03 2003 ro@suse.de -- added startup-notification to neededforbuild -* Thu Jan 16 2003 sbrabec@suse.cz -- Updated to version 2.1.6. -- Added Czech description for screensaver. -- Use gnome2-devel-packages for neededforbuild. -- Updated %%files. -* Thu Nov 21 2002 schwab@suse.de -- Fix missing declarations [#21674]. -* Tue Oct 22 2002 hhetter@suse.de -- updated to version 2.0.2.91 -- remove wrong docdir -* Tue Oct 01 2002 sbrabec@suse.cz -- Updated to version 2.0.1.1. -- Move gnome-window-settings-2.0.pc to /usr/%%_lib/pkgconfig/. -- Updated %%files section. -* Tue Sep 24 2002 sbrabec@suse.cz -- Added alsa-devel to neededforbuild, because esound-devel can require it. -* Thu Sep 19 2002 sbrabec@suse.cz -- Added alsa to neededforbuild, because esound can depend on it. -* Tue Sep 03 2002 hhetter@suse.de -- provide option to start xscreensaver-demo from control-center - ( Bug Id #18789) -* Tue Aug 20 2002 hhetter@suse.de -- added prereq: filesystem -* Sat Jul 27 2002 adrian@suse.de -- add %%run_ldconfig -* Thu Jun 20 2002 hhetter@suse.de -- don't install schemas while make install -* Tue Jun 18 2002 meissner@suse.de -- use libdir for lib64 -* Tue Jun 18 2002 hhetter@suse.de -- updated to version 2.0.0 -- added missing schema file -* Fri Jun 14 2002 hhetter@suse.de -- supply schema files -* Wed Jun 12 2002 hhetter@suse.de -- added control-center gconf schemas and - glade xml files to filelist -* Wed Jun 05 2002 hhetter@suse.de -- updated to version 1.99.10 -* Fri Apr 26 2002 ro@suse.de -- replaced gnome-core2 by gnome-desktop in neededforbuild -* Fri Feb 01 2002 ro@suse.de -- changed neededforbuild to -* Thu Jan 24 2002 hhetter@suse.de -- initial SuSE package for GNOME 2.0 platform