From b0dd2549f9591df47e4c90b0d31cb5ff01fe244b251c52b41cf5a30547378a83 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 10 Sep 2009 11:02:42 +0000 Subject: [PATCH] Accepting request 20259 from X11:windowmanagers Copy from X11:windowmanagers/icewm based on submit request 20259 from user michal-m OBS-URL: https://build.opensuse.org/request/show/20259 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icewm?expand=0&rev=16 --- icewm-1.2.38pre1-bad-delete.patch | 15 ++ icewm-lite.changes | 12 ++ icewm-lite.spec | 200 +------------------ icewm.changes | 5 + icewm.spec | 308 +----------------------------- 5 files changed, 40 insertions(+), 500 deletions(-) create mode 100644 icewm-1.2.38pre1-bad-delete.patch diff --git a/icewm-1.2.38pre1-bad-delete.patch b/icewm-1.2.38pre1-bad-delete.patch new file mode 100644 index 0000000..fbe2b20 --- /dev/null +++ b/icewm-1.2.38pre1-bad-delete.patch @@ -0,0 +1,15 @@ +--- + src/wmprog.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- icewm-1.2.38pre1.orig/src/wmprog.cc ++++ icewm-1.2.38pre1/src/wmprog.cc +@@ -58,7 +58,7 @@ DFile::DFile(const char *name, YIcon *ic + } + + DFile::~DFile() { +- delete[] fPath; ++ free(fPath); + } + + void DFile::open() { diff --git a/icewm-lite.changes b/icewm-lite.changes index 9f649c5..b94a4a1 100644 --- a/icewm-lite.changes +++ b/icewm-lite.changes @@ -1,9 +1,21 @@ +------------------------------------------------------------------- +Mon Sep 7 16:08:32 CEST 2009 - mmarek@suse.cz + +- icewm-1.2.38pre1-bad-delete.patch: fix for bnc#525804 + ------------------------------------------------------------------- Wed Apr 29 17:03:41 CEST 2009 - mmarek@suse.cz - updated to 1.2.38pre1 * bugfixes +------------------------------------------------------------------- +Mon Feb 23 00:16:09 CET 2009 - vuntz@novell.com + +- Add icewm-1.2.36-gnome-compilation.patch to fix build. The patch + should probably be sent upstream. +- Add libgnomeui-devel BuildRequires for the patch. + ------------------------------------------------------------------- Fri Oct 24 23:29:21 CEST 2008 - mmarek@suse.de diff --git a/icewm-lite.spec b/icewm-lite.spec index d651ea7..acaad29 100644 --- a/icewm-lite.spec +++ b/icewm-lite.spec @@ -27,7 +27,7 @@ Requires: icewm Conflicts: icewm-default AutoReqProv: on Version: 1.2.38 -Release: 1 +Release: 2 %define real_version 1.2.38pre1 Source: icewm-%{real_version}.tar.bz2 Patch0: icewm-LANG.menu.patch @@ -38,6 +38,8 @@ Patch4: icewm-1.2.30-strict-aliasing.patch Patch5: icewm-1.2.35-override-config.patch Patch8: icewm-1.2.35-empty-winmenu.patch Patch9: icewm-1.2.35-unaligned-access.patch +Patch10: icewm-1.2.36-gnome-compilation.patch +Patch11: icewm-1.2.38pre1-bad-delete.patch Url: http://www.icewm.org/ Summary: IceWM Window Manager--Lite Version BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,6 +69,8 @@ Authors: %patch5 %patch8 %patch9 +%patch10 -p1 +%patch11 -p1 %build %{?suse_update_config:%{suse_update_config -f}} @@ -104,197 +108,3 @@ rm -rf $RPM_BUILD_ROOT; /usr/bin/icewm-session %changelog -* Wed Apr 29 2009 mmarek@suse.cz -- updated to 1.2.38pre1 - * bugfixes -* Fri Oct 24 2008 mmarek@suse.de -- updated to 1.2.36 final - * add option TaskBarFullscreenAutoShow (default = 1) - * fixes --with-line build -* Mon Sep 29 2008 mmarek@suse.cz -- fixed unaligned access in XChangeProperly() -* Thu Sep 11 2008 mmarek@suse.cz -- updated to 1.2.36pre2 - * add support for sysfs interface (instead of proc) for battery - status (initial code by Santiago Garcia Mantinan) - * bugfixes & translation updates -* Fri Mar 07 2008 mmarek@suse.cz -- re-enable taskbar (icewm-lite will be installed by default, so - let's make it a bit more usable). No clock/cpu/mail/net applet - though. i586 rpm increased by about 12K (bnc#365535) -* Fri Mar 07 2008 mmarek@suse.cz -- don't popup empty window menu -* Fri Feb 29 2008 mmarek@suse.cz -- fixed centering of dialogs (bnc#359529) -* Fri Feb 01 2008 mmarek@suse.cz -- --enable-i18n, to display window titles correctly (size of i586 - rpm increases by only about 2K) (bnc#357240#c11) -* Tue Jan 29 2008 mmarek@suse.cz -- build with --disable-taskbar --disable-winmenu --enable-lite - to save as much space as possible in the inst-sys (bnc#357240) - (this means that if you want a taskbar, you should use the - icewm-default package instead) -* Tue Jan 29 2008 mmarek@suse.cz -- make icewm --config=file work - (override-config.patch) -* Mon Jan 28 2008 mmarek@suse.cz -- updated to 1.2.35 - * Application tray bug fixes - * Add encoding/language to about dialog - * fix gmplayer switching to fullscreen - * popup dialog focus fixes - * fix screen change with xrandr 1.2 - * build fixes (Bert Wesarg) - * fix FocusOnRaise - * tray fixes - * fix taskbar popup in fullscreen mode -- don't install genpref (only needed at build time) -- fixed build for older distributions in X11:windowmanagers -- use %%suse_update_desktop_file -* Mon Aug 20 2007 mmarek@suse.cz -- reduced BuildRequires -* Mon Aug 13 2007 mmarek@suse.cz -- updated to 1.2.32 [#299583] - * auto-hide like taskbar activation in full screen mode added - * missing ShowSettingsMenu and ShowFocusModeMenu - settings (Evgenii Terechkov) - * binding to raise window with mouse - (MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder) - * translation updates (cs, ru, zh_CN, zh_TW) - * bugfixes -- link duplicate theme icons -* Fri Apr 20 2007 dmueller@suse.de -- remove nosource, prevents -debuginfo creation -* Fri Jan 12 2007 mmarek@suse.cz -- fix last change (Start -> Help didn't work) - (icewm-docdir.patch) -* Thu Jan 11 2007 mmarek@suse.cz -- updated to 1.2.30 - + battery status cleanups - + new option BatteryPollingPeriod (default 10 seconds) - + moved Themes selection to Settings menu - + added Settings -> Focus menu (config saved to - ~/.icewm/focus_mode as FocusMode=1,2 or 0) - + new setting MapInactiveOnTop (default 1) - + new setting RequestFocusOnAppRaise (when FocusOnAppRaise=0) - + altgr_binding_support by Jörg Sommer - + Apple PMU support by Jörg Sommer - + start menu pixmap now named: taskbar/start.xpm - + try to mouse focus only when mouse actually moves to another - window - + prevent focusing taskbar with mouse focus - + use locale strings in 'icewm-menu-gnome2' - + also search for .png icons when only basename is specified - (Manuel Carrasco) - + change mouse cursor when dragging the taskbar (Manuel Carrasco) - + icewmtray: catch HUP signal to reload theme and other fixes - (Manuel Carrasco) - + new preferences option: WinMenuItems (default=rmsnxfhualyticw) - (Manuel Carrasco/Marko Macek) - + added 'Look=flat' (oscarello) - + added TaskbarButtonWidthDivisor (lysanderslair) - + bugfixes and translation updates -- spec file cleanup - + reduced buildrequires - + icewm-gnome is only an add-on to icewm-default, one spec file - less - + use /usr/share/doc/packages/icewm (not icewm-%%version) - + fixed default wallpaper location -* Thu May 18 2006 pnemec@suse.cz -- updated to 1.2.26 - many minor fix - some translation fix - strict-aliasing patch is in upstream now -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Fri Jan 20 2006 tiwai@suse.de -- fixed strict-aliasing patch (#143861) -* Mon Jan 02 2006 pnemec@suse.cz -- fixed wrong name of Norwegian messages -- removed X11R6 prefix -* Mon Jan 02 2006 pnemec@suse.cz -- fixed strict aliasing errors ( -strict-aliasing.patch) -* Mon May 23 2005 ltinkl@suse.cz -- install the icewm-session binary (#75691) -* Thu Apr 14 2005 sbrabec@suse.cz -- Added audiofile-devel to neededforbuild. -* Wed Feb 23 2005 meissner@suse.de -- fixed 0->NULL in Xft call. -* Tue Nov 02 2004 ltinkl@suse.cz -- updated to 1.2.16 -* Thu Aug 12 2004 ltinkl@suse.cz -- update to 1.2.15 -* Fri Mar 12 2004 ltinkl@suse.cz -- make the XDG menu work -- use the default SUSE wallpaper -* Fri Feb 06 2004 ltinkl@suse.cz -- support for xdg menu -* Sat Jan 10 2004 adrian@suse.de -- build as user -* Wed Oct 15 2003 ltinkl@suse.cz -- updated to 1.2.13 -* Fri Jul 11 2003 nadvornik@suse.cz -- updated to 1.2.9 -* Thu May 29 2003 nadvornik@suse.cz -- installed genpref -* Mon May 05 2003 mfabian@suse.de -- remove "fontconfig fontconfig-devel" from neededforbuild and - use x-devel-packages instead of xf86 -- use "-*-" instead of "-xftdummy-" as the foundry for the - default fonts when using Xft because the latest fontconfig - now actually uses the foundry and inserting an dummy value - doesn't work anymore. -* Fri Apr 25 2003 lmfabian@suse.de -- update to 1.2.7 -- add "fontconfig fontconfig-devel" to neededforbuild -- icewm-always-use-xft.patch: if we have Xft2, don't disable Xft - when no RENDER is found. -- remove icewm-menu-translations.tar.bz2: the language specific - "preferences" files did only set different fontsets, which is - not necessary anymore when Xft2 is used with generic aliases - like "sans" and "monospace" as the default settings. The same - default font settings should work for all languages. - The other files in icewm-menu-translations.tar.bz2 didn't - contain any important language specific differences either. -- fix icewm-LANG.menu.patch: look for the most specific extensions - first: e.g. first try "menu.ja_JP.UTF-8", then try "menu.ja_JP", - finally try "menu.ja". The current patch did it in the opposite - order, making it impossible to have different files for - ja_JP.eucJP and ja_JP.UTF-8. -* Mon Mar 10 2003 nadvornik@suse.cz -- added Requires: icewm [#24936] -* Mon Feb 17 2003 nadvornik@suse.cz -- use g++ for compilation and linking -* Fri Feb 14 2003 nadvornik@suse.cz -- updated to 1.2.6 -* Thu Nov 28 2002 nadvornik@suse.cz -- fixed to compile with new gcc -* Tue Oct 22 2002 nadvornik@suse.cz -- set multiByte to true by default [#20656] -* Fri Jul 26 2002 nadvornik@suse.cz -- updated to 1.2.0 -* Wed Jun 26 2002 nadvornik@suse.cz -- updated to 1.2.0pre3: many bugs fixed -* Mon Apr 22 2002 nadvornik@suse.cz -- fixed to compile -* Tue Apr 02 2002 nadvornik@suse.cz -- used suse_update_config -* Tue Mar 12 2002 nadvornik@suse.cz -- fixed Super key handling [bug #14734] -* Fri Feb 01 2002 ro@suse.de -- changed neededforbuild to -* Tue Oct 23 2001 nadvornik@suse.cz -- update to 1.0.9 - - icon tray - - mouse wheel support for menus - - additional key bindings - - improved edge switching - - many bugfixes -* Mon Oct 15 2001 nadvornik@suse.cz -- fixed path to help files [bug #11793] -* Tue Aug 21 2001 nadvornik@suse.cz -- sources marked nosource (they are in icewm.spm) -* Mon Aug 13 2001 nadvornik@suse.cz -- compiled with g++ (now compiles on axp) -* Fri Aug 10 2001 nadvornik@suse.cz -- splitted from icewm diff --git a/icewm.changes b/icewm.changes index b505e78..e07a793 100644 --- a/icewm.changes +++ b/icewm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 7 16:08:32 CEST 2009 - mmarek@suse.cz + +- icewm-1.2.38pre1-bad-delete.patch: fix for bnc#525804 + ------------------------------------------------------------------- Wed Apr 29 17:03:41 CEST 2009 - mmarek@suse.cz diff --git a/icewm.spec b/icewm.spec index afc4664..c4a790e 100644 --- a/icewm.spec +++ b/icewm.spec @@ -29,7 +29,7 @@ Provides: windowmanager Requires: icewm-bin, xdg-menu, desktop-data AutoReqProv: on Version: 1.2.38 -Release: 1 +Release: 2 %define real_version 1.2.38pre1 Source: icewm-%{real_version}.tar.bz2 Source1: %{name}.desktop @@ -42,6 +42,7 @@ Patch5: icewm-1.2.35-override-config.patch Patch8: icewm-1.2.35-empty-winmenu.patch Patch9: icewm-1.2.35-unaligned-access.patch Patch10: icewm-1.2.36-gnome-compilation.patch +Patch11: icewm-1.2.38pre1-bad-delete.patch # applied in %%build Patch99: icewm-preferences.patch Url: http://www.icewm.org/ @@ -113,6 +114,7 @@ Authors: %patch8 %patch9 %patch10 -p1 +%patch11 -p1 %build %{?suse_update_config:%{suse_update_config -f}} @@ -182,307 +184,3 @@ rm -rf $RPM_BUILD_ROOT; /usr/bin/icewm-menu-gnome2 %changelog -* Wed Apr 29 2009 mmarek@suse.cz -- updated to 1.2.38pre1 - * bugfixes -* Mon Feb 23 2009 vuntz@novell.com -- Add icewm-1.2.36-gnome-compilation.patch to fix build. The patch - should probably be sent upstream. -- Add libgnomeui-devel BuildRequires for the patch. -* Fri Oct 24 2008 mmarek@suse.de -- updated to 1.2.36 final - * add option TaskBarFullscreenAutoShow (default = 1) - * fixes --with-line build -* Mon Sep 29 2008 mmarek@suse.cz -- fixed unaligned access in XChangeProperly() -* Thu Sep 11 2008 mmarek@suse.cz -- updated to 1.2.36pre2 - * add support for sysfs interface (instead of proc) for battery - status (initial code by Santiago Garcia Mantinan) - * bugfixes & translation updates -* Fri Jul 18 2008 mmarek@suse.cz -- also fix session locking (use xscreensaver or xlock) (bnc#406156) -* Fri Jul 18 2008 mmarek@suse.cz -- make shutdown and reboot work out of the box (bnc#406156) -* Fri Mar 07 2008 mmarek@suse.cz -- don't popup empty window menu -* Fri Feb 29 2008 mmarek@suse.cz -- fixed centering of dialogs (bnc#359529) -* Tue Jan 29 2008 mmarek@suse.cz -- make icewm --config=file work - (override-config.patch) -* Mon Jan 28 2008 mmarek@suse.cz -- updated to 1.2.35 - * Application tray bug fixes - * Add encoding/language to about dialog - * fix gmplayer switching to fullscreen - * popup dialog focus fixes - * fix screen change with xrandr 1.2 - * build fixes (Bert Wesarg) - * fix FocusOnRaise - * tray fixes - * fix taskbar popup in fullscreen mode -- don't install genpref (only needed at build time) -- fixed build for older distributions in X11:windowmanagers -- use %%suse_update_desktop_file -* Mon Aug 13 2007 mmarek@suse.cz -- updated to 1.2.32 [#299583] - * auto-hide like taskbar activation in full screen mode added - * missing ShowSettingsMenu and ShowFocusModeMenu - settings (Evgenii Terechkov) - * binding to raise window with mouse - (MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder) - * translation updates (cs, ru, zh_CN, zh_TW) - * bugfixes -- link duplicate theme icons -* Sat Mar 03 2007 aj@suse.de -- /usr/share/xsessions/ is part of filesystems now. -* Wed Jan 24 2007 mmarek@suse.cz -- fixed strict aliasing warning -* Fri Jan 12 2007 mmarek@suse.cz -- fix last change (Start -> Help didn't work) - (icewm-docdir.patch) -* Thu Jan 11 2007 mmarek@suse.cz -- updated to 1.2.30 - + battery status cleanups - + new option BatteryPollingPeriod (default 10 seconds) - + moved Themes selection to Settings menu - + added Settings -> Focus menu (config saved to - ~/.icewm/focus_mode as FocusMode=1,2 or 0) - + new setting MapInactiveOnTop (default 1) - + new setting RequestFocusOnAppRaise (when FocusOnAppRaise=0) - + altgr_binding_support by Jörg Sommer - + Apple PMU support by Jörg Sommer - + start menu pixmap now named: taskbar/start.xpm - + try to mouse focus only when mouse actually moves to another - window - + prevent focusing taskbar with mouse focus - + use locale strings in 'icewm-menu-gnome2' - + also search for .png icons when only basename is specified - (Manuel Carrasco) - + change mouse cursor when dragging the taskbar (Manuel Carrasco) - + icewmtray: catch HUP signal to reload theme and other fixes - (Manuel Carrasco) - + new preferences option: WinMenuItems (default=rmsnxfhualyticw) - (Manuel Carrasco/Marko Macek) - + added 'Look=flat' (oscarello) - + added TaskbarButtonWidthDivisor (lysanderslair) - + bugfixes and translation updates -- spec file cleanup - + reduced buildrequires - + icewm-gnome is only an add-on to icewm-default, one spec file - less - + use /usr/share/doc/packages/icewm (not icewm-%%version) - + fixed default wallpaper location -* Tue May 16 2006 pnemec@suse.cz -- updated to 1.2.26 - many minor fix - some translation fix - strict-aliasing patch is in upstream now -* Tue Feb 14 2006 mmarek@suse.cz -- fixed strict-aliasing patch once more - [#150786] -- use make -j -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Fri Jan 20 2006 tiwai@suse.de -- fixed strict-aliasing patch (#143861) -* Mon Jan 02 2006 pnemec@suse.cz -- fixed wrong name of Norwegian messages -- removed X11R6 prefix -* Wed Dec 21 2005 ro@suse.de -- added locale dirs to filelist -* Mon Nov 28 2005 pnemec@suse.cz -- fixed strict aliasing errors ( -strict-aliasing.patch) -* Mon Nov 14 2005 pnemec@suse.cz -- updated to 1.2.23 -* Fri Aug 12 2005 ltinkl@suse.cz -- fix icewm.desktop problems (#94917 and #100494) -* Tue Jul 26 2005 ltinkl@suse.cz -- update to 1.2.22 -* Wed Jun 29 2005 ltinkl@suse.cz -- update to 1.2.21 -- adjust patches -* Mon May 23 2005 ltinkl@suse.cz -- update to 1.2.20 -* Wed Feb 23 2005 meissner@suse.de -- fixed 0->NULL in Xft call. -* Thu Jan 06 2005 ltinkl@suse.cz -- update to 1.2.19 -- fix missing docu (#47112) -* Tue Nov 02 2004 ltinkl@suse.cz -- updated to 1.2.16 -* Thu Aug 12 2004 ltinkl@suse.cz -- update to 1.2.15 -* Fri Mar 12 2004 ltinkl@suse.cz -- make the XDG menu work -- use the default SUSE wallpaper -* Fri Feb 06 2004 ltinkl@suse.cz -- support for xdg menu -* Sat Jan 10 2004 adrian@suse.de -- build as user -* Wed Oct 15 2003 ltinkl@suse.cz -- updated to 1.2.13 -* Fri Jul 11 2003 nadvornik@suse.cz -- updated to 1.2.9 -- built with gnome2 -* Fri Jun 13 2003 kukuk@suse.de -- use find_lang macro -* Thu May 29 2003 nadvornik@suse.cz -- installed genpref -* Mon May 05 2003 mfabian@suse.de -- remove "fontconfig fontconfig-devel" from neededforbuild and - use x-devel-packages instead of xf86 -- use "-*-" instead of "-xftdummy-" as the foundry for the - default fonts when using Xft because the latest fontconfig - now actually uses the foundry and inserting an dummy value - doesn't work anymore. -* Fri Apr 25 2003 lmfabian@suse.de -- update to 1.2.7 -- add "fontconfig fontconfig-devel" to neededforbuild -- icewm-always-use-xft.patch: if we have Xft2, don't disable Xft - when no RENDER is found. -- remove icewm-menu-translations.tar.bz2: the language specific - "preferences" files did only set different fontsets, which is - not necessary anymore when Xft2 is used with generic aliases - like "sans" and "monospace" as the default settings. The same - default font settings should work for all languages. - The other files in icewm-menu-translations.tar.bz2 didn't - contain any important language specific differences either. -- fix icewm-LANG.menu.patch: look for the most specific extensions - first: e.g. first try "menu.ja_JP.UTF-8", then try "menu.ja_JP", - finally try "menu.ja". The current patch did it in the opposite - order, making it impossible to have different files for - ja_JP.eucJP and ja_JP.UTF-8. -* Mon Mar 10 2003 nadvornik@suse.cz -- added Requires: icewm to icewm-gnome [#24936] -* Mon Feb 17 2003 nadvornik@suse.cz -- use g++ for compilation and linking -* Fri Feb 14 2003 nadvornik@suse.cz -- updated to 1.2.6 -* Thu Nov 28 2002 nadvornik@suse.cz -- fixed to compile with new gcc -* Tue Oct 22 2002 nadvornik@suse.cz -- set multiByte to true by default [#20656] -* Fri Sep 27 2002 ro@suse.de -- Added alsa alsa-devel to neededforbuild (esound) -* Wed Sep 18 2002 ro@suse.de -- removed bogus self-provides -* Fri Jul 26 2002 nadvornik@suse.cz -- updated to 1.2.0 -* Wed Jun 26 2002 nadvornik@suse.cz -- updated to 1.2.0pre3: many bugs fixed -* Tue May 28 2002 meissner@suse.de -- link with $(CXX), not with gcc, or it will miss C++ symbols. -* Mon Apr 22 2002 nadvornik@suse.cz -- fixed to compile -* Tue Apr 02 2002 nadvornik@suse.cz -- used suse_update_config -* Wed Mar 13 2002 nadvornik@suse.cz -- added dir /etc/X11/icewm to filelist -* Tue Mar 12 2002 nadvornik@suse.cz -- fixed Super key handling [bug #14734] -* Sun Feb 10 2002 ro@suse.de -- tar option for bz2 is now "j" -* Fri Feb 01 2002 ro@suse.de -- changed neededforbuild to -* Tue Oct 23 2001 nadvornik@suse.cz -- update to 1.0.9 - - icon tray - - mouse wheel support for menus - - additional key bindings - - improved edge switching - - many bugfixes -* Mon Oct 15 2001 nadvornik@suse.cz -- fixed path to help files [bug #11793] -* Mon Aug 13 2001 nadvornik@suse.cz -- compiled with g++ (now compiles on axp) -* Fri Aug 10 2001 nadvornik@suse.cz -- update to 1.0.8 -- created packages icewm-gnome, icewm-default, - icewm-lite [bug #5692] -* Mon May 07 2001 mfabian@suse.de -- bzip2 sources -* Wed Mar 21 2001 ro@suse.de -- added esound-devel to neededforbuild -* Tue Feb 20 2001 uli@suse.de -- fixed for new glibc -* Fri Jan 26 2001 mfabian@suse.de -- fixed broken German and Russian translations - they were broken because they had been saved in iso-2022. -- added Japanese and German translations for the menus. -* Fri Jan 26 2001 violiet@suse.de -- added patch to enable NLS (Native Language Support). - This patch adds --enable-nls to configure, adds bindtextdomain() - and textdomain() calls, replaces regular strings with strings - translatable by gettext and adds po files for de, ja, ko, ru, - and zh_TW.Big5. -- added patch to load translated menus from files with a locale - suffix, e.g. menu.ko, menu.ja ... -- added Korean translations for menus -* Tue Nov 28 2000 grimmer@suse.de -- removed icewm-themes-0.9.42.tar.gz from package -- moved system-wide configuration files to /etc/X11/icewm - for better FHS compliance -- removed symlink needed for the old susewm -* Wed Nov 01 2000 egger@suse.de -- Updated specfile to new long packagenames. -- Reworked specfile. -- Probably needs some more work; I'm taking care of that. -* Wed Jun 28 2000 grimmer@suse.de -- Update to 1.0.4 -* Tue Jun 06 2000 uli@suse.de -- moved docs to %%{_docdir} -* Mon Mar 27 2000 grimmer@suse.de -- update to 1.0.3 -* Thu Mar 16 2000 grimmer@suse.de -- update to 1.0.2 -- added BuildRoot -* Wed Jan 26 2000 grimmer@suse.de -- new version (1.0.1) -- specfile cleanups (version-macro, added more docu) -- activated imlib- and i18n-support -* Mon Jan 03 2000 grimmer@suse.de -- new version (1.0.0) -* Wed Dec 22 1999 grimmer@suse.de -- new version (0.9.55) -- specfile cleanups -* Tue Dec 07 1999 grimmer@suse.de -- new version (0.9.53) - bugfixes, new features -* Wed Nov 17 1999 grimmer@suse.de -- new version (0.9.50) -- added GNOME-support -* Sun Oct 10 1999 grimmer@suse.de -- new version (0.9.49) - bugfixes, new features -* Mon Sep 20 1999 ro@suse.de -- added Provides windowmanager -* Mon Sep 13 1999 bs@suse.de -- ran old prepare_spec on spec file to switch to new prepare_spec. -* Wed Aug 25 1999 grimmer@suse.de -- new version (0.9.48) - bugfixes, new features -* Wed Aug 18 1999 bs@suse.de -- added Check. -* Wed Aug 18 1999 grimmer@suse.de -- new version (0.9.46) - bugfixes -* Wed Jun 16 1999 grimmer@suse.de -- new version (0.9.42) - bugfixes -- added themes package for enhanced pleasure -* Fri May 28 1999 grimmer@suse.de -- new version (0.9.41) - bugfixes -- minor specfile-updates (now uses configure instead of config) -- removed patch, since configure now handles the path names -- added genpref binary to RPM (generates sample config file) -* Tue Apr 13 1999 grimmer@suse.de -- new version (0.9.37) - bugfixes, new features -* Tue Mar 16 1999 grimmer@suse.de -- created symlink to menu (needed for susewm) -* Thu Feb 18 1999 grimmer@suse.de -- new version (0.9.33) - bugfixes -* Wed Jan 27 1999 grimmer@suse.de -- new version (0.9.30) - bugfixes, new features -* Sun Nov 15 1998 grimmer@suse.de -- new version (0.9.17) - bugfixes -- added HTML documentation -- specfile fixes -* Fri Jul 03 1998 maddin@suse.de -- first S.u.S.E. Version 0.9.8