Browse Source

upgrading package: wine 0.9 -> 0.9.1

master
parent
commit
da4991ebf4
  1. 11
      wine/wine.patch
  2. 5
      wine/wine.spec

11
wine/wine.patch

@ -50,3 +50,14 @@ Index: programs/Makefile.in
winevdm.exe$(DLLEXT) \
winhelp.exe$(DLLEXT) \
winver.exe$(DLLEXT)
Index: include/winternl.h
--- include/winternl.h.orig 2005-11-07 12:14:45 +0100
+++ include/winternl.h 2005-11-12 20:05:19 +0100
@@ -22,6 +22,7 @@
#define __WINE_WINTERNL_H
#include <windef.h>
+#include <stdarg.h>
#ifdef __cplusplus
extern "C" {

5
wine/wine.spec

@ -32,8 +32,8 @@ Distribution: OpenPKG
Class: EVAL
Group: XWindow
License: LGPL
Version: 0.9
Release: 20051027
Version: 0.9.1
Release: 20051112
# list of sources
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}.tar.bz2
@ -69,7 +69,6 @@ AutoReqProv: no
%prep
%setup -q
exit 0
%patch -p0
# pre-check the build platform in advance

Loading…
Cancel
Save