This commit is contained in:
parent
444086e76b
commit
cc307b5304
11
WindowMaker-dir-specification.patch
Normal file
11
WindowMaker-dir-specification.patch
Normal 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;
|
@ -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
|
Mon Apr 28 00:03:36 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Requires: xdg-menu
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Colorful and Flexible Window Manager
|
Summary: A Colorful and Flexible Window Manager
|
||||||
Version: 0.92.0
|
Version: 0.92.0
|
||||||
Release: 160
|
Release: 167
|
||||||
Source: WindowMaker-%{version}.tar.bz2
|
Source: WindowMaker-%{version}.tar.bz2
|
||||||
Source1: WindowMaker-extra-0.1.tar.bz2
|
Source1: WindowMaker-extra-0.1.tar.bz2
|
||||||
Source2: SuSE-theme.tar.bz2
|
Source2: SuSE-theme.tar.bz2
|
||||||
@ -47,6 +47,7 @@ Patch35: WindowMaker-fonts.patch
|
|||||||
Patch36: WindowMaker-exec.patch
|
Patch36: WindowMaker-exec.patch
|
||||||
Patch37: WindowMaker-event.patch
|
Patch37: WindowMaker-event.patch
|
||||||
Patch38: WindowMaker-wmspec.c-findBestIcon.patch
|
Patch38: WindowMaker-wmspec.c-findBestIcon.patch
|
||||||
|
Patch39: WindowMaker-dir-specification.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -97,6 +98,7 @@ cp WindowMaker/{menu.*,plmenu.*} menu.orig
|
|||||||
%patch36
|
%patch36
|
||||||
%patch37
|
%patch37
|
||||||
%patch38
|
%patch38
|
||||||
|
%patch39
|
||||||
cp %{S:4} .
|
cp %{S:4} .
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
rename no nb po/no.*
|
rename no nb po/no.*
|
||||||
@ -179,6 +181,8 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 22 2008 pgajdos@suse.cz
|
||||||
|
- fixed "local variable used before set" [bnc#353376]
|
||||||
* Mon Apr 28 2008 ro@suse.de
|
* Mon Apr 28 2008 ro@suse.de
|
||||||
- remove hermes-devel from buildreq
|
- remove hermes-devel from buildreq
|
||||||
* Tue Mar 18 2008 nadvornik@suse.cz
|
* Tue Mar 18 2008 nadvornik@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user