OBS User unknown 2008-01-28 15:03:15 +00:00 committed by Git OBS Bridge
parent 3c48192302
commit 15fea51318
6 changed files with 207 additions and 144 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:269bb14edd154dffcb1389a3f66646aae6394814b80aa01f42ef88e71272af50
size 621843

3
icewm-1.2.35.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e390b7fd2194b7c6e2eb4ace9eb57ba5f066f8e23b5cd41995088b8168eb31b3
size 644159

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 28 10:23:43 CET 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 18:30:59 CEST 2007 - mmarek@suse.cz Mon Aug 20 18:30:59 CEST 2007 - mmarek@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package icewm-lite (Version 1.2.32) # spec file for package icewm-lite (Version 1.2.35)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -12,20 +12,21 @@
Name: icewm-lite Name: icewm-lite
BuildRequires: freetype2-devel gcc-c++ xorg-x11-devel BuildRequires: freetype2-devel gcc-c++ xorg-x11-devel
License: LGPL v2 or later License: LGPL v2.1 or later
Group: System/GUI/Other Group: System/GUI/Other
Provides: icewm-bin Provides: icewm-bin
Requires: icewm Requires: icewm
Conflicts: icewm-default Conflicts: icewm-default
Autoreqprov: on AutoReqProv: on
Version: 1.2.32 Version: 1.2.35
Release: 5 Release: 1
Source: icewm-%{version}.tar.bz2 Source: icewm-%{version}.tar.bz2
Patch0: icewm-LANG.menu.patch Patch0: icewm-LANG.menu.patch
Patch1: icewm-multiByte.patch Patch1: icewm-multiByte.patch
Patch2: icewm-menu.patch Patch2: icewm-menu.patch
Patch3: icewm-docdir.patch Patch3: icewm-docdir.patch
URL: http://www.icewm.org/ Patch4: icewm-1.2.30-strict-aliasing.patch
Url: http://www.icewm.org/
Summary: Window Manager with Taskbar--Lite Version Summary: Window Manager with Taskbar--Lite Version
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,6 +51,7 @@ Authors:
%patch1 %patch1
%patch2 %patch2
%patch3 %patch3
%patch4
%build %build
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
@ -69,10 +71,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
rm -rf $RPM_BUILD_ROOT;
mkdir -p $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/usr/bin
cd src cd src
install icewm icewmhint icewmbg icesh genpref icewm-session $RPM_BUILD_ROOT/usr/bin install icewm icewmhint icewmbg icesh icewm-session $RPM_BUILD_ROOT/usr/bin
%clean %clean
rm -rf $RPM_BUILD_ROOT; rm -rf $RPM_BUILD_ROOT;
@ -83,13 +84,26 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewmhint /usr/bin/icewmhint
/usr/bin/icewmbg /usr/bin/icewmbg
/usr/bin/icesh /usr/bin/icesh
/usr/bin/genpref
/usr/bin/icewm-session /usr/bin/icewm-session
%changelog %changelog
* Mon Aug 20 2007 - mmarek@suse.cz * 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 - reduced BuildRequires
* Mon Aug 13 2007 - mmarek@suse.cz * Mon Aug 13 2007 mmarek@suse.cz
- updated to 1.2.32 [#299583] - updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added * auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu * missing ShowSettingsMenu and ShowFocusModeMenu
@ -99,12 +113,12 @@ rm -rf $RPM_BUILD_ROOT;
* translation updates (cs, ru, zh_CN, zh_TW) * translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes * bugfixes
- link duplicate theme icons - link duplicate theme icons
* Fri Apr 20 2007 - dmueller@suse.de * Fri Apr 20 2007 dmueller@suse.de
- remove nosource, prevents -debuginfo creation - remove nosource, prevents -debuginfo creation
* Fri Jan 12 2007 - mmarek@suse.cz * Fri Jan 12 2007 mmarek@suse.cz
- fix last change (Start -> Help didn't work) - fix last change (Start -> Help didn't work)
(icewm-docdir.patch) (icewm-docdir.patch)
* Thu Jan 11 2007 - mmarek@suse.cz * Thu Jan 11 2007 mmarek@suse.cz
- updated to 1.2.30 - updated to 1.2.30
+ battery status cleanups + battery status cleanups
+ new option BatteryPollingPeriod (default 10 seconds) + new option BatteryPollingPeriod (default 10 seconds)
@ -136,51 +150,51 @@ rm -rf $RPM_BUILD_ROOT;
less less
+ use /usr/share/doc/packages/icewm (not icewm-%%version) + use /usr/share/doc/packages/icewm (not icewm-%%version)
+ fixed default wallpaper location + fixed default wallpaper location
* Thu May 18 2006 - pnemec@suse.cz * Thu May 18 2006 pnemec@suse.cz
- updated to 1.2.26 - updated to 1.2.26
many minor fix many minor fix
some translation fix some translation fix
strict-aliasing patch is in upstream now strict-aliasing patch is in upstream now
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Fri Jan 20 2006 - tiwai@suse.de * Fri Jan 20 2006 tiwai@suse.de
- fixed strict-aliasing patch (#143861) - fixed strict-aliasing patch (#143861)
* Mon Jan 02 2006 - pnemec@suse.cz * Mon Jan 02 2006 pnemec@suse.cz
- fixed wrong name of Norwegian messages - fixed wrong name of Norwegian messages
- removed X11R6 prefix - removed X11R6 prefix
* Mon Jan 02 2006 - pnemec@suse.cz * Mon Jan 02 2006 pnemec@suse.cz
- fixed strict aliasing errors ( -strict-aliasing.patch) - fixed strict aliasing errors ( -strict-aliasing.patch)
* Mon May 23 2005 - ltinkl@suse.cz * Mon May 23 2005 ltinkl@suse.cz
- install the icewm-session binary (#75691) - install the icewm-session binary (#75691)
* Thu Apr 14 2005 - sbrabec@suse.cz * Thu Apr 14 2005 sbrabec@suse.cz
- Added audiofile-devel to neededforbuild. - Added audiofile-devel to neededforbuild.
* Wed Feb 23 2005 - meissner@suse.de * Wed Feb 23 2005 meissner@suse.de
- fixed 0->NULL in Xft call. - fixed 0->NULL in Xft call.
* Tue Nov 02 2004 - ltinkl@suse.cz * Tue Nov 02 2004 ltinkl@suse.cz
- updated to 1.2.16 - updated to 1.2.16
* Thu Aug 12 2004 - ltinkl@suse.cz * Thu Aug 12 2004 ltinkl@suse.cz
- update to 1.2.15 - update to 1.2.15
* Fri Mar 12 2004 - ltinkl@suse.cz * Fri Mar 12 2004 ltinkl@suse.cz
- make the XDG menu work - make the XDG menu work
- use the default SUSE wallpaper - use the default SUSE wallpaper
* Fri Feb 06 2004 - ltinkl@suse.cz * Fri Feb 06 2004 ltinkl@suse.cz
- support for xdg menu - support for xdg menu
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- build as user - build as user
* Wed Oct 15 2003 - ltinkl@suse.cz * Wed Oct 15 2003 ltinkl@suse.cz
- updated to 1.2.13 - updated to 1.2.13
* Fri Jul 11 2003 - nadvornik@suse.cz * Fri Jul 11 2003 nadvornik@suse.cz
- updated to 1.2.9 - updated to 1.2.9
* Thu May 29 2003 - nadvornik@suse.cz * Thu May 29 2003 nadvornik@suse.cz
- installed genpref - installed genpref
* Mon May 05 2003 - mfabian@suse.de * Mon May 05 2003 mfabian@suse.de
- remove "fontconfig fontconfig-devel" from neededforbuild and - remove "fontconfig fontconfig-devel" from neededforbuild and
use x-devel-packages instead of xf86 use x-devel-packages instead of xf86
- use "-*-" instead of "-xftdummy-" as the foundry for the - use "-*-" instead of "-xftdummy-" as the foundry for the
default fonts when using Xft because the latest fontconfig default fonts when using Xft because the latest fontconfig
now actually uses the foundry and inserting an dummy value now actually uses the foundry and inserting an dummy value
doesn't work anymore. doesn't work anymore.
* Fri Apr 25 2003 - lmfabian@suse.de * Fri Apr 25 2003 lmfabian@suse.de
- update to 1.2.7 - update to 1.2.7
- add "fontconfig fontconfig-devel" to neededforbuild - add "fontconfig fontconfig-devel" to neededforbuild
- icewm-always-use-xft.patch: if we have Xft2, don't disable Xft - icewm-always-use-xft.patch: if we have Xft2, don't disable Xft
@ -197,40 +211,40 @@ rm -rf $RPM_BUILD_ROOT;
finally try "menu.ja". The current patch did it in the opposite finally try "menu.ja". The current patch did it in the opposite
order, making it impossible to have different files for order, making it impossible to have different files for
ja_JP.eucJP and ja_JP.UTF-8. ja_JP.eucJP and ja_JP.UTF-8.
* Mon Mar 10 2003 - nadvornik@suse.cz * Mon Mar 10 2003 nadvornik@suse.cz
- added Requires: icewm [#24936] - added Requires: icewm [#24936]
* Mon Feb 17 2003 - nadvornik@suse.cz * Mon Feb 17 2003 nadvornik@suse.cz
- use g++ for compilation and linking - use g++ for compilation and linking
* Fri Feb 14 2003 - nadvornik@suse.cz * Fri Feb 14 2003 nadvornik@suse.cz
- updated to 1.2.6 - updated to 1.2.6
* Thu Nov 28 2002 - nadvornik@suse.cz * Thu Nov 28 2002 nadvornik@suse.cz
- fixed to compile with new gcc - fixed to compile with new gcc
* Tue Oct 22 2002 - nadvornik@suse.cz * Tue Oct 22 2002 nadvornik@suse.cz
- set multiByte to true by default [#20656] - set multiByte to true by default [#20656]
* Fri Jul 26 2002 - nadvornik@suse.cz * Fri Jul 26 2002 nadvornik@suse.cz
- updated to 1.2.0 - updated to 1.2.0
* Wed Jun 26 2002 - nadvornik@suse.cz * Wed Jun 26 2002 nadvornik@suse.cz
- updated to 1.2.0pre3: many bugs fixed - updated to 1.2.0pre3: many bugs fixed
* Mon Apr 22 2002 - nadvornik@suse.cz * Mon Apr 22 2002 nadvornik@suse.cz
- fixed to compile - fixed to compile
* Tue Apr 02 2002 - nadvornik@suse.cz * Tue Apr 02 2002 nadvornik@suse.cz
- used suse_update_config - used suse_update_config
* Tue Mar 12 2002 - nadvornik@suse.cz * Tue Mar 12 2002 nadvornik@suse.cz
- fixed Super key handling [bug #14734] - fixed Super key handling [bug #14734]
* Fri Feb 01 2002 - ro@suse.de * Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages> - changed neededforbuild <libpng> to <libpng-devel-packages>
* Tue Oct 23 2001 - nadvornik@suse.cz * Tue Oct 23 2001 nadvornik@suse.cz
- update to 1.0.9 - update to 1.0.9
- icon tray - icon tray
- mouse wheel support for menus - mouse wheel support for menus
- additional key bindings - additional key bindings
- improved edge switching - improved edge switching
- many bugfixes - many bugfixes
* Mon Oct 15 2001 - nadvornik@suse.cz * Mon Oct 15 2001 nadvornik@suse.cz
- fixed path to help files [bug #11793] - fixed path to help files [bug #11793]
* Tue Aug 21 2001 - nadvornik@suse.cz * Tue Aug 21 2001 nadvornik@suse.cz
- sources marked nosource (they are in icewm.spm) - sources marked nosource (they are in icewm.spm)
* Mon Aug 13 2001 - nadvornik@suse.cz * Mon Aug 13 2001 nadvornik@suse.cz
- compiled with g++ (now compiles on axp) - compiled with g++ (now compiles on axp)
* Fri Aug 10 2001 - nadvornik@suse.cz * Fri Aug 10 2001 nadvornik@suse.cz
- splitted from icewm - splitted from icewm

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 28 10:23:43 CET 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 11:43:13 CEST 2007 - mmarek@suse.cz Mon Aug 13 11:43:13 CEST 2007 - mmarek@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package icewm (Version 1.2.32) # spec file for package icewm (Version 1.2.35)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,14 +11,17 @@
# norootforbuild # norootforbuild
Name: icewm Name: icewm
BuildRequires: fdupes gcc-c++ giflib-devel gnome-desktop-devel imlib-devel libtiff-devel update-desktop-files BuildRequires: gcc-c++ giflib-devel gnome-desktop-devel imlib-devel libtiff-devel update-desktop-files
License: LGPL v2 or later %if 0%{?suse_version} >= 1030
BuildRequires: fdupes
%endif
License: LGPL v2.1 or later
Group: System/GUI/Other Group: System/GUI/Other
Provides: windowmanager Provides: windowmanager
Requires: icewm-bin, xdg-menu, desktop-data Requires: icewm-bin, xdg-menu, desktop-data
Autoreqprov: on AutoReqProv: on
Version: 1.2.32 Version: 1.2.35
Release: 5 Release: 1
Source: icewm-%{version}.tar.bz2 Source: icewm-%{version}.tar.bz2
Source1: %{name}.desktop Source1: %{name}.desktop
Patch0: icewm-LANG.menu.patch Patch0: icewm-LANG.menu.patch
@ -26,7 +29,7 @@ Patch1: icewm-multiByte.patch
Patch2: icewm-menu.patch Patch2: icewm-menu.patch
Patch3: icewm-docdir.patch Patch3: icewm-docdir.patch
Patch4: icewm-1.2.30-strict-aliasing.patch Patch4: icewm-1.2.30-strict-aliasing.patch
URL: http://www.icewm.org/ Url: http://www.icewm.org/
Summary: Window Manager with a Taskbar Summary: Window Manager with a Taskbar
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -95,6 +98,7 @@ Authors:
autoconf autoconf
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS"
# needed for 10.[12] builds in the bs
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig
./configure --without-debug \ ./configure --without-debug \
--sysconfdir=/etc \ --sysconfdir=/etc \
@ -114,7 +118,6 @@ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
rm -rf $RPM_BUILD_ROOT;
make DESTDIR=$RPM_BUILD_ROOT install install-docs make DESTDIR=$RPM_BUILD_ROOT install install-docs
mkdir -p $RPM_BUILD_ROOT/etc/icewm mkdir -p $RPM_BUILD_ROOT/etc/icewm
for cfgfile in keys menu preferences toolbar winoptions ; do for cfgfile in keys menu preferences toolbar winoptions ; do
@ -122,8 +125,6 @@ for cfgfile in keys menu preferences toolbar winoptions ; do
$RPM_BUILD_ROOT/etc/icewm $RPM_BUILD_ROOT/etc/icewm
done done
%{find_lang} icewm %{find_lang} icewm
cd src
install genpref $RPM_BUILD_ROOT/usr/bin
ln -s icewm.html $RPM_BUILD_ROOT/%{_docdir}/icewm/index.html ln -s icewm.html $RPM_BUILD_ROOT/%{_docdir}/icewm/index.html
cat >>$RPM_BUILD_ROOT/etc/icewm/preferences <<EOF cat >>$RPM_BUILD_ROOT/etc/icewm/preferences <<EOF
# set SUSE wallpaper # set SUSE wallpaper
@ -135,6 +136,7 @@ EOF
# install the xsession desktop file # install the xsession desktop file
mkdir -p $RPM_BUILD_ROOT/usr/share/xsessions mkdir -p $RPM_BUILD_ROOT/usr/share/xsessions
cp -f %{SOURCE1} $RPM_BUILD_ROOT/usr/share/xsessions cp -f %{SOURCE1} $RPM_BUILD_ROOT/usr/share/xsessions
%suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/xsessions/icewm.desktop
# link duplicate theme icons to save some space # link duplicate theme icons to save some space
%{?fdupes:%fdupes %buildroot/usr/share/icewm/themes/} %{?fdupes:%fdupes %buildroot/usr/share/icewm/themes/}
@ -156,7 +158,6 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewmbg /usr/bin/icewmbg
/usr/bin/icehelp /usr/bin/icehelp
/usr/bin/icesh /usr/bin/icesh
/usr/bin/genpref
/usr/bin/icewmtray /usr/bin/icewmtray
/usr/bin/icewm-session /usr/bin/icewm-session
@ -166,7 +167,21 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-menu-gnome2 /usr/bin/icewm-menu-gnome2
%changelog %changelog
* Mon Aug 13 2007 - mmarek@suse.cz * 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] - updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added * auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu * missing ShowSettingsMenu and ShowFocusModeMenu
@ -176,14 +191,14 @@ rm -rf $RPM_BUILD_ROOT;
* translation updates (cs, ru, zh_CN, zh_TW) * translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes * bugfixes
- link duplicate theme icons - link duplicate theme icons
* Sat Mar 03 2007 - aj@suse.de * Sat Mar 03 2007 aj@suse.de
- /usr/share/xsessions/ is part of filesystems now. - /usr/share/xsessions/ is part of filesystems now.
* Wed Jan 24 2007 - mmarek@suse.cz * Wed Jan 24 2007 mmarek@suse.cz
- fixed strict aliasing warning - fixed strict aliasing warning
* Fri Jan 12 2007 - mmarek@suse.cz * Fri Jan 12 2007 mmarek@suse.cz
- fix last change (Start -> Help didn't work) - fix last change (Start -> Help didn't work)
(icewm-docdir.patch) (icewm-docdir.patch)
* Thu Jan 11 2007 - mmarek@suse.cz * Thu Jan 11 2007 mmarek@suse.cz
- updated to 1.2.30 - updated to 1.2.30
+ battery status cleanups + battery status cleanups
+ new option BatteryPollingPeriod (default 10 seconds) + new option BatteryPollingPeriod (default 10 seconds)
@ -215,70 +230,70 @@ rm -rf $RPM_BUILD_ROOT;
less less
+ use /usr/share/doc/packages/icewm (not icewm-%%version) + use /usr/share/doc/packages/icewm (not icewm-%%version)
+ fixed default wallpaper location + fixed default wallpaper location
* Tue May 16 2006 - pnemec@suse.cz * Tue May 16 2006 pnemec@suse.cz
- updated to 1.2.26 - updated to 1.2.26
many minor fix many minor fix
some translation fix some translation fix
strict-aliasing patch is in upstream now strict-aliasing patch is in upstream now
* Tue Feb 14 2006 - mmarek@suse.cz * Tue Feb 14 2006 mmarek@suse.cz
- fixed strict-aliasing patch once more - fixed strict-aliasing patch once more
[#150786] [#150786]
- use make -j - use make -j
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Fri Jan 20 2006 - tiwai@suse.de * Fri Jan 20 2006 tiwai@suse.de
- fixed strict-aliasing patch (#143861) - fixed strict-aliasing patch (#143861)
* Mon Jan 02 2006 - pnemec@suse.cz * Mon Jan 02 2006 pnemec@suse.cz
- fixed wrong name of Norwegian messages - fixed wrong name of Norwegian messages
- removed X11R6 prefix - removed X11R6 prefix
* Wed Dec 21 2005 - ro@suse.de * Wed Dec 21 2005 ro@suse.de
- added locale dirs to filelist - added locale dirs to filelist
* Mon Nov 28 2005 - pnemec@suse.cz * Mon Nov 28 2005 pnemec@suse.cz
- fixed strict aliasing errors ( -strict-aliasing.patch) - fixed strict aliasing errors ( -strict-aliasing.patch)
* Mon Nov 14 2005 - pnemec@suse.cz * Mon Nov 14 2005 pnemec@suse.cz
- updated to 1.2.23 - updated to 1.2.23
* Fri Aug 12 2005 - ltinkl@suse.cz * Fri Aug 12 2005 ltinkl@suse.cz
- fix icewm.desktop problems (#94917 and #100494) - fix icewm.desktop problems (#94917 and #100494)
* Tue Jul 26 2005 - ltinkl@suse.cz * Tue Jul 26 2005 ltinkl@suse.cz
- update to 1.2.22 - update to 1.2.22
* Wed Jun 29 2005 - ltinkl@suse.cz * Wed Jun 29 2005 ltinkl@suse.cz
- update to 1.2.21 - update to 1.2.21
- adjust patches - adjust patches
* Mon May 23 2005 - ltinkl@suse.cz * Mon May 23 2005 ltinkl@suse.cz
- update to 1.2.20 - update to 1.2.20
* Wed Feb 23 2005 - meissner@suse.de * Wed Feb 23 2005 meissner@suse.de
- fixed 0->NULL in Xft call. - fixed 0->NULL in Xft call.
* Thu Jan 06 2005 - ltinkl@suse.cz * Thu Jan 06 2005 ltinkl@suse.cz
- update to 1.2.19 - update to 1.2.19
- fix missing docu (#47112) - fix missing docu (#47112)
* Tue Nov 02 2004 - ltinkl@suse.cz * Tue Nov 02 2004 ltinkl@suse.cz
- updated to 1.2.16 - updated to 1.2.16
* Thu Aug 12 2004 - ltinkl@suse.cz * Thu Aug 12 2004 ltinkl@suse.cz
- update to 1.2.15 - update to 1.2.15
* Fri Mar 12 2004 - ltinkl@suse.cz * Fri Mar 12 2004 ltinkl@suse.cz
- make the XDG menu work - make the XDG menu work
- use the default SUSE wallpaper - use the default SUSE wallpaper
* Fri Feb 06 2004 - ltinkl@suse.cz * Fri Feb 06 2004 ltinkl@suse.cz
- support for xdg menu - support for xdg menu
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- build as user - build as user
* Wed Oct 15 2003 - ltinkl@suse.cz * Wed Oct 15 2003 ltinkl@suse.cz
- updated to 1.2.13 - updated to 1.2.13
* Fri Jul 11 2003 - nadvornik@suse.cz * Fri Jul 11 2003 nadvornik@suse.cz
- updated to 1.2.9 - updated to 1.2.9
- built with gnome2 - built with gnome2
* Fri Jun 13 2003 - kukuk@suse.de * Fri Jun 13 2003 kukuk@suse.de
- use find_lang macro - use find_lang macro
* Thu May 29 2003 - nadvornik@suse.cz * Thu May 29 2003 nadvornik@suse.cz
- installed genpref - installed genpref
* Mon May 05 2003 - mfabian@suse.de * Mon May 05 2003 mfabian@suse.de
- remove "fontconfig fontconfig-devel" from neededforbuild and - remove "fontconfig fontconfig-devel" from neededforbuild and
use x-devel-packages instead of xf86 use x-devel-packages instead of xf86
- use "-*-" instead of "-xftdummy-" as the foundry for the - use "-*-" instead of "-xftdummy-" as the foundry for the
default fonts when using Xft because the latest fontconfig default fonts when using Xft because the latest fontconfig
now actually uses the foundry and inserting an dummy value now actually uses the foundry and inserting an dummy value
doesn't work anymore. doesn't work anymore.
* Fri Apr 25 2003 - lmfabian@suse.de * Fri Apr 25 2003 lmfabian@suse.de
- update to 1.2.7 - update to 1.2.7
- add "fontconfig fontconfig-devel" to neededforbuild - add "fontconfig fontconfig-devel" to neededforbuild
- icewm-always-use-xft.patch: if we have Xft2, don't disable Xft - icewm-always-use-xft.patch: if we have Xft2, don't disable Xft
@ -295,64 +310,64 @@ rm -rf $RPM_BUILD_ROOT;
finally try "menu.ja". The current patch did it in the opposite finally try "menu.ja". The current patch did it in the opposite
order, making it impossible to have different files for order, making it impossible to have different files for
ja_JP.eucJP and ja_JP.UTF-8. ja_JP.eucJP and ja_JP.UTF-8.
* Mon Mar 10 2003 - nadvornik@suse.cz * Mon Mar 10 2003 nadvornik@suse.cz
- added Requires: icewm to icewm-gnome [#24936] - added Requires: icewm to icewm-gnome [#24936]
* Mon Feb 17 2003 - nadvornik@suse.cz * Mon Feb 17 2003 nadvornik@suse.cz
- use g++ for compilation and linking - use g++ for compilation and linking
* Fri Feb 14 2003 - nadvornik@suse.cz * Fri Feb 14 2003 nadvornik@suse.cz
- updated to 1.2.6 - updated to 1.2.6
* Thu Nov 28 2002 - nadvornik@suse.cz * Thu Nov 28 2002 nadvornik@suse.cz
- fixed to compile with new gcc - fixed to compile with new gcc
* Tue Oct 22 2002 - nadvornik@suse.cz * Tue Oct 22 2002 nadvornik@suse.cz
- set multiByte to true by default [#20656] - set multiByte to true by default [#20656]
* Fri Sep 27 2002 - ro@suse.de * Fri Sep 27 2002 ro@suse.de
- Added alsa alsa-devel to neededforbuild (esound) - Added alsa alsa-devel to neededforbuild (esound)
* Wed Sep 18 2002 - ro@suse.de * Wed Sep 18 2002 ro@suse.de
- removed bogus self-provides - removed bogus self-provides
* Fri Jul 26 2002 - nadvornik@suse.cz * Fri Jul 26 2002 nadvornik@suse.cz
- updated to 1.2.0 - updated to 1.2.0
* Wed Jun 26 2002 - nadvornik@suse.cz * Wed Jun 26 2002 nadvornik@suse.cz
- updated to 1.2.0pre3: many bugs fixed - updated to 1.2.0pre3: many bugs fixed
* Tue May 28 2002 - meissner@suse.de * Tue May 28 2002 meissner@suse.de
- link with $(CXX), not with gcc, or it will miss C++ symbols. - link with $(CXX), not with gcc, or it will miss C++ symbols.
* Mon Apr 22 2002 - nadvornik@suse.cz * Mon Apr 22 2002 nadvornik@suse.cz
- fixed to compile - fixed to compile
* Tue Apr 02 2002 - nadvornik@suse.cz * Tue Apr 02 2002 nadvornik@suse.cz
- used suse_update_config - used suse_update_config
* Wed Mar 13 2002 - nadvornik@suse.cz * Wed Mar 13 2002 nadvornik@suse.cz
- added dir /etc/X11/icewm to filelist - added dir /etc/X11/icewm to filelist
* Tue Mar 12 2002 - nadvornik@suse.cz * Tue Mar 12 2002 nadvornik@suse.cz
- fixed Super key handling [bug #14734] - fixed Super key handling [bug #14734]
* Sun Feb 10 2002 - ro@suse.de * Sun Feb 10 2002 ro@suse.de
- tar option for bz2 is now "j" - tar option for bz2 is now "j"
* Fri Feb 01 2002 - ro@suse.de * Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages> - changed neededforbuild <libpng> to <libpng-devel-packages>
* Tue Oct 23 2001 - nadvornik@suse.cz * Tue Oct 23 2001 nadvornik@suse.cz
- update to 1.0.9 - update to 1.0.9
- icon tray - icon tray
- mouse wheel support for menus - mouse wheel support for menus
- additional key bindings - additional key bindings
- improved edge switching - improved edge switching
- many bugfixes - many bugfixes
* Mon Oct 15 2001 - nadvornik@suse.cz * Mon Oct 15 2001 nadvornik@suse.cz
- fixed path to help files [bug #11793] - fixed path to help files [bug #11793]
* Mon Aug 13 2001 - nadvornik@suse.cz * Mon Aug 13 2001 nadvornik@suse.cz
- compiled with g++ (now compiles on axp) - compiled with g++ (now compiles on axp)
* Fri Aug 10 2001 - nadvornik@suse.cz * Fri Aug 10 2001 nadvornik@suse.cz
- update to 1.0.8 - update to 1.0.8
- created packages icewm-gnome, icewm-default, - created packages icewm-gnome, icewm-default,
icewm-lite [bug #5692] icewm-lite [bug #5692]
* Mon May 07 2001 - mfabian@suse.de * Mon May 07 2001 mfabian@suse.de
- bzip2 sources - bzip2 sources
* Wed Mar 21 2001 - ro@suse.de * Wed Mar 21 2001 ro@suse.de
- added esound-devel to neededforbuild - added esound-devel to neededforbuild
* Tue Feb 20 2001 - uli@suse.de * Tue Feb 20 2001 uli@suse.de
- fixed for new glibc - fixed for new glibc
* Fri Jan 26 2001 - mfabian@suse.de * Fri Jan 26 2001 mfabian@suse.de
- fixed broken German and Russian translations - fixed broken German and Russian translations
they were broken because they had been saved in iso-2022. they were broken because they had been saved in iso-2022.
- added Japanese and German translations for the menus. - added Japanese and German translations for the menus.
* Fri Jan 26 2001 - violiet@suse.de * Fri Jan 26 2001 violiet@suse.de
- added patch to enable NLS (Native Language Support). - added patch to enable NLS (Native Language Support).
This patch adds --enable-nls to configure, adds bindtextdomain() This patch adds --enable-nls to configure, adds bindtextdomain()
and textdomain() calls, replaces regular strings with strings and textdomain() calls, replaces regular strings with strings
@ -361,69 +376,69 @@ rm -rf $RPM_BUILD_ROOT;
- added patch to load translated menus from files with a locale - added patch to load translated menus from files with a locale
suffix, e.g. menu.ko, menu.ja ... suffix, e.g. menu.ko, menu.ja ...
- added Korean translations for menus - added Korean translations for menus
* Tue Nov 28 2000 - grimmer@suse.de * Tue Nov 28 2000 grimmer@suse.de
- removed icewm-themes-0.9.42.tar.gz from package - removed icewm-themes-0.9.42.tar.gz from package
- moved system-wide configuration files to /etc/X11/icewm - moved system-wide configuration files to /etc/X11/icewm
for better FHS compliance for better FHS compliance
- removed symlink needed for the old susewm - removed symlink needed for the old susewm
* Wed Nov 01 2000 - egger@suse.de * Wed Nov 01 2000 egger@suse.de
- Updated specfile to new long packagenames. - Updated specfile to new long packagenames.
- Reworked specfile. - Reworked specfile.
- Probably needs some more work; I'm taking care of that. - Probably needs some more work; I'm taking care of that.
* Wed Jun 28 2000 - grimmer@suse.de * Wed Jun 28 2000 grimmer@suse.de
- Update to 1.0.4 - Update to 1.0.4
* Tue Jun 06 2000 - uli@suse.de * Tue Jun 06 2000 uli@suse.de
- moved docs to %%{_docdir} - moved docs to %%{_docdir}
* Mon Mar 27 2000 - grimmer@suse.de * Mon Mar 27 2000 grimmer@suse.de
- update to 1.0.3 - update to 1.0.3
* Thu Mar 16 2000 - grimmer@suse.de * Thu Mar 16 2000 grimmer@suse.de
- update to 1.0.2 - update to 1.0.2
- added BuildRoot - added BuildRoot
* Wed Jan 26 2000 - grimmer@suse.de * Wed Jan 26 2000 grimmer@suse.de
- new version (1.0.1) - new version (1.0.1)
- specfile cleanups (version-macro, added more docu) - specfile cleanups (version-macro, added more docu)
- activated imlib- and i18n-support - activated imlib- and i18n-support
* Mon Jan 03 2000 - grimmer@suse.de * Mon Jan 03 2000 grimmer@suse.de
- new version (1.0.0) - new version (1.0.0)
* Wed Dec 22 1999 - grimmer@suse.de * Wed Dec 22 1999 grimmer@suse.de
- new version (0.9.55) - new version (0.9.55)
- specfile cleanups - specfile cleanups
* Tue Dec 07 1999 - grimmer@suse.de * Tue Dec 07 1999 grimmer@suse.de
- new version (0.9.53) - bugfixes, new features - new version (0.9.53) - bugfixes, new features
* Wed Nov 17 1999 - grimmer@suse.de * Wed Nov 17 1999 grimmer@suse.de
- new version (0.9.50) - new version (0.9.50)
- added GNOME-support - added GNOME-support
* Sun Oct 10 1999 - grimmer@suse.de * Sun Oct 10 1999 grimmer@suse.de
- new version (0.9.49) - bugfixes, new features - new version (0.9.49) - bugfixes, new features
* Mon Sep 20 1999 - ro@suse.de * Mon Sep 20 1999 ro@suse.de
- added Provides windowmanager - added Provides windowmanager
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Wed Aug 25 1999 - grimmer@suse.de * Wed Aug 25 1999 grimmer@suse.de
- new version (0.9.48) - bugfixes, new features - new version (0.9.48) - bugfixes, new features
* Wed Aug 18 1999 - bs@suse.de * Wed Aug 18 1999 bs@suse.de
- added Check. - added Check.
* Wed Aug 18 1999 - grimmer@suse.de * Wed Aug 18 1999 grimmer@suse.de
- new version (0.9.46) - bugfixes - new version (0.9.46) - bugfixes
* Wed Jun 16 1999 - grimmer@suse.de * Wed Jun 16 1999 grimmer@suse.de
- new version (0.9.42) - bugfixes - new version (0.9.42) - bugfixes
- added themes package for enhanced pleasure - added themes package for enhanced pleasure
* Fri May 28 1999 - grimmer@suse.de * Fri May 28 1999 grimmer@suse.de
- new version (0.9.41) - bugfixes - new version (0.9.41) - bugfixes
- minor specfile-updates (now uses configure instead of config) - minor specfile-updates (now uses configure instead of config)
- removed patch, since configure now handles the path names - removed patch, since configure now handles the path names
- added genpref binary to RPM (generates sample config file) - added genpref binary to RPM (generates sample config file)
* Tue Apr 13 1999 - grimmer@suse.de * Tue Apr 13 1999 grimmer@suse.de
- new version (0.9.37) - bugfixes, new features - new version (0.9.37) - bugfixes, new features
* Tue Mar 16 1999 - grimmer@suse.de * Tue Mar 16 1999 grimmer@suse.de
- created symlink to menu (needed for susewm) - created symlink to menu (needed for susewm)
* Thu Feb 18 1999 - grimmer@suse.de * Thu Feb 18 1999 grimmer@suse.de
- new version (0.9.33) - bugfixes - new version (0.9.33) - bugfixes
* Wed Jan 27 1999 - grimmer@suse.de * Wed Jan 27 1999 grimmer@suse.de
- new version (0.9.30) - bugfixes, new features - new version (0.9.30) - bugfixes, new features
* Sun Nov 15 1998 - grimmer@suse.de * Sun Nov 15 1998 grimmer@suse.de
- new version (0.9.17) - bugfixes - new version (0.9.17) - bugfixes
- added HTML documentation - added HTML documentation
- specfile fixes - specfile fixes
* Fri Jul 03 1998 - maddin@suse.de * Fri Jul 03 1998 maddin@suse.de
- first S.u.S.E. Version 0.9.8 - first S.u.S.E. Version 0.9.8