SHA256
1
0
forked from pool/WindowMaker
OBS User unknown 2008-05-23 00:02:20 +00:00 committed by Git OBS Bridge
parent 444086e76b
commit cc307b5304
3 changed files with 21 additions and 1 deletions

View File

@ -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;

View File

@ -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

View File

@ -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