OBS User unknown 2008-10-25 08:50:53 +00:00 committed by Git OBS Bridge
parent d4958be9e5
commit 1d584e6ae6
7 changed files with 39 additions and 41 deletions

View File

@ -1,18 +0,0 @@
---
src/wmmgr.cc | 2 ++
1 file changed, 2 insertions(+)
--- src/wmmgr.cc.orig
+++ src/wmmgr.cc
@@ -676,9 +676,11 @@ void YWindowManager::handleClientMessage
case ICEWM_ACTION_WINDOWLIST:
wmapp->actionPerformed(actionWindowList, 0);
break;
+#ifndef LITE
case ICEWM_ACTION_ABOUT:
wmapp->actionPerformed(actionAbout, 0);
break;
+#endif
}
}
}

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

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 24 23:29:21 CEST 2008 - mmarek@suse.de
- updated to 1.2.36 final
* add option TaskBarFullscreenAutoShow (default = 1)
* fixes --with-line build
-------------------------------------------------------------------
Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
@ -6,7 +13,7 @@ Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
-------------------------------------------------------------------
Thu Sep 11 12:15:06 CEST 2008 - mmarek@suse.cz
- updated to 1.2.16pre2
- 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

View File

@ -1,5 +1,5 @@
#
# spec file for package icewm-lite (Version 1.2.35.99.pre2)
# spec file for package icewm-lite (Version 1.2.36)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -26,17 +26,15 @@ Provides: icewm-bin
Requires: icewm
Conflicts: icewm-default
AutoReqProv: on
%define ver 1.2.36pre2
Version: 1.2.35.99.pre2
Release: 4
Source: icewm-%{ver}.tar.bz2
Version: 1.2.36
Release: 1
Source: icewm-%{version}.tar.bz2
Patch0: icewm-LANG.menu.patch
Patch1: icewm-multiByte.patch
Patch2: icewm-menu.patch
Patch3: icewm-docdir.patch
Patch4: icewm-1.2.30-strict-aliasing.patch
Patch5: icewm-1.2.35-override-config.patch
Patch6: icewm-1.2.35-lite-build.patch
Patch7: icewm-1.2.35-dialog-center-fix.patch
Patch8: icewm-1.2.35-empty-winmenu.patch
Patch9: icewm-1.2.35-unaligned-access.patch
@ -60,14 +58,13 @@ Authors:
Marko Macek <Marko.Macek@gmx.net>
%prep
%setup -q -n icewm-%ver
%setup -q -n icewm-%version
%patch0 -p1
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
%patch7
%patch8
%patch9
@ -108,10 +105,14 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-session
%changelog
* Sat Oct 25 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.16pre2
- 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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 24 23:29:21 CEST 2008 - mmarek@suse.de
- updated to 1.2.36 final
* add option TaskBarFullscreenAutoShow (default = 1)
* fixes --with-line build
-------------------------------------------------------------------
Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
@ -6,7 +13,7 @@ Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
-------------------------------------------------------------------
Thu Sep 11 12:15:06 CEST 2008 - mmarek@suse.cz
- updated to 1.2.16pre2
- 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

View File

@ -1,5 +1,5 @@
#
# spec file for package icewm (Version 1.2.35.99.pre2)
# spec file for package icewm (Version 1.2.36)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -28,10 +28,9 @@ Group: System/GUI/Other
Provides: windowmanager
Requires: icewm-bin, xdg-menu, desktop-data
AutoReqProv: on
%define ver 1.2.36pre2
Version: 1.2.35.99.pre2
Release: 4
Source: icewm-%{ver}.tar.bz2
Version: 1.2.36
Release: 1
Source: icewm-%{version}.tar.bz2
Source1: %{name}.desktop
Patch0: icewm-LANG.menu.patch
Patch1: icewm-multiByte.patch
@ -39,7 +38,6 @@ Patch2: icewm-menu.patch
Patch3: icewm-docdir.patch
Patch4: icewm-1.2.30-strict-aliasing.patch
Patch5: icewm-1.2.35-override-config.patch
Patch6: icewm-1.2.35-lite-build.patch
Patch7: icewm-1.2.35-dialog-center-fix.patch
Patch8: icewm-1.2.35-empty-winmenu.patch
Patch9: icewm-1.2.35-unaligned-access.patch
@ -104,14 +102,13 @@ Authors:
Marko Macek <Marko.Macek@gmx.net>
%prep
%setup -q -n icewm-%ver
%setup -q
%patch0 -p1
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
%patch7
%patch8
%patch9
@ -184,10 +181,14 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-menu-gnome2
%changelog
* Sat Oct 25 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.16pre2
- 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