diff --git a/WindowMaker-dir-specification.patch b/WindowMaker-dir-specification.patch new file mode 100644 index 0000000..c2f8e66 --- /dev/null +++ b/WindowMaker-dir-specification.patch @@ -0,0 +1,11 @@ +--- WINGs/wtext.c ++++ WINGs/wtext.c +@@ -656,7 +656,7 @@ + TextBlock *tb; + WMFont *font; + char *text; +- int len, y, c, s, done=False, prev_y=-23, dir /* 1 = down */; ++ int len, y, c, s, done=False, prev_y=-23, dir=1 /* 1 = down */; + WMScreen *scr = tPtr->view->screen; + Display *dpy = tPtr->view->screen->display; + Window win = tPtr->view->window; diff --git a/WindowMaker.changes b/WindowMaker.changes index 5037638..1d9eb6a 100644 --- a/WindowMaker.changes +++ b/WindowMaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 22 16:44:21 CEST 2008 - pgajdos@suse.cz + +- fixed "local variable used before set" [bnc#353376] + ------------------------------------------------------------------- Mon Apr 28 00:03:36 CEST 2008 - ro@suse.de diff --git a/WindowMaker.spec b/WindowMaker.spec index d366fb9..6df5e61 100644 --- a/WindowMaker.spec +++ b/WindowMaker.spec @@ -22,7 +22,7 @@ Requires: xdg-menu AutoReqProv: on Summary: A Colorful and Flexible Window Manager Version: 0.92.0 -Release: 160 +Release: 167 Source: WindowMaker-%{version}.tar.bz2 Source1: WindowMaker-extra-0.1.tar.bz2 Source2: SuSE-theme.tar.bz2 @@ -47,6 +47,7 @@ Patch35: WindowMaker-fonts.patch Patch36: WindowMaker-exec.patch Patch37: WindowMaker-event.patch Patch38: WindowMaker-wmspec.c-findBestIcon.patch +Patch39: WindowMaker-dir-specification.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %package devel @@ -97,6 +98,7 @@ cp WindowMaker/{menu.*,plmenu.*} menu.orig %patch36 %patch37 %patch38 +%patch39 cp %{S:4} . cp %{S:6} . rename no nb po/no.* @@ -179,6 +181,8 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/*.la %changelog +* Thu May 22 2008 pgajdos@suse.cz +- fixed "local variable used before set" [bnc#353376] * Mon Apr 28 2008 ro@suse.de - remove hermes-devel from buildreq * Tue Mar 18 2008 nadvornik@suse.cz