OBS User unknown 2008-09-29 15:40:37 +00:00 committed by Git OBS Bridge
parent b98c84d288
commit d4958be9e5
5 changed files with 35 additions and 2 deletions

View File

@ -0,0 +1,15 @@
---
src/wmapp.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- src/wmapp.cc.orig
+++ src/wmapp.cc
@@ -218,7 +218,7 @@ static void registerProtocols2(Window xi
PropModeReplace, (unsigned char *)win_proto, i);
#endif
- pid_t pid = getpid();
+ XID pid = getpid();
const char wmname[] = "IceWM "VERSION" ("HOSTOS"/"HOSTCPU")";
#ifdef GNOME1_HINTS

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
- fixed unaligned access in XChangeProperly()
-------------------------------------------------------------------
Thu Sep 11 12:15:06 CEST 2008 - mmarek@suse.cz

View File

@ -28,7 +28,7 @@ Conflicts: icewm-default
AutoReqProv: on
%define ver 1.2.36pre2
Version: 1.2.35.99.pre2
Release: 1
Release: 4
Source: icewm-%{ver}.tar.bz2
Patch0: icewm-LANG.menu.patch
Patch1: icewm-multiByte.patch
@ -39,6 +39,7 @@ 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
Url: http://www.icewm.org/
Summary: IceWM Window Manager--Lite Version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -69,6 +70,7 @@ Authors:
%patch6
%patch7
%patch8
%patch9
%build
%{?suse_update_config:%{suse_update_config -f}}
@ -106,6 +108,8 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-session
%changelog
* Mon Sep 29 2008 mmarek@suse.cz
- fixed unaligned access in XChangeProperly()
* Thu Sep 11 2008 mmarek@suse.cz
- updated to 1.2.16pre2
* add support for sysfs interface (instead of proc) for battery

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
- fixed unaligned access in XChangeProperly()
-------------------------------------------------------------------
Thu Sep 11 12:15:06 CEST 2008 - mmarek@suse.cz

View File

@ -30,7 +30,7 @@ Requires: icewm-bin, xdg-menu, desktop-data
AutoReqProv: on
%define ver 1.2.36pre2
Version: 1.2.35.99.pre2
Release: 1
Release: 4
Source: icewm-%{ver}.tar.bz2
Source1: %{name}.desktop
Patch0: icewm-LANG.menu.patch
@ -42,6 +42,7 @@ 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
# applied in %%build
Patch99: icewm-preferences.patch
Url: http://www.icewm.org/
@ -113,6 +114,7 @@ Authors:
%patch6
%patch7
%patch8
%patch9
%build
%{?suse_update_config:%{suse_update_config -f}}
@ -182,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-menu-gnome2
%changelog
* Mon Sep 29 2008 mmarek@suse.cz
- fixed unaligned access in XChangeProperly()
* Thu Sep 11 2008 mmarek@suse.cz
- updated to 1.2.16pre2
* add support for sysfs interface (instead of proc) for battery