Mailinglist Archive: opensuse-commit (1642 mails)

< Previous Next >
commit ddiwrapper
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 27 Oct 2008 16:44:25 +0100
  • Message-id: <20081027154425.B51D86780AA@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package ddiwrapper
checked in at Mon Oct 27 16:44:25 CET 2008.


--------
--- arch/i386/ddiwrapper/ddiwrapper.changes 2008-08-13 18:00:33.000000000
+0200
+++ /mounts/work_src_done/STABLE/ddiwrapper/ddiwrapper.changes 2008-10-27
12:50:13.795202000 +0100
@@ -1,0 +2,5 @@
+Mon Oct 27 12:49:51 CET 2008 - ro@xxxxxxx
+
+- fix compile
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
wine-vi_mask.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ddiwrapper.spec ++++++
--- /var/tmp/diff_new_pack.a25996/_old 2008-10-27 16:44:02.000000000 +0100
+++ /var/tmp/diff_new_pack.a25996/_new 2008-10-27 16:44:02.000000000 +0100
@@ -24,7 +24,7 @@
Group: Hardware/Printing
AutoReqProv: on
Version: 0.2
-Release: 169
+Release: 177
Summary: Support for Windows Printer Drivers under Linux
Source: %name-%version.tar.gz
Source1: wine-20050524.tar.bz2
@@ -39,6 +39,7 @@
Patch6: wine-HZ.patch
Patch7: wine-advpackstrcmp.patch
Patch8: ddiwrapper-dllstolib.patch
+Patch9: wine-vi_mask.patch
# not used ATM, needed for more recent WINEs
Patch42: ddiwrapper-newwine.patch
Patch: ddiwrapper-winepath.patch
@@ -74,6 +75,7 @@
%patch5 -p1
%patch6 -p1
%patch7 -p1
+%patch9 -p1
mv LICENSE LICENSE.wine
sed s,yystr,xxyystr,g <tools/wrc/parser.l >p.l && mv p.l tools/wrc/parser.l
cp %SOURCE3 .
@@ -140,6 +142,8 @@
%_libdir/ddiwrapper/wine

%changelog
+* Mon Oct 27 2008 ro@xxxxxxx
+- fix compile
* Wed Aug 13 2008 ro@xxxxxxx
- add exclusivearch
* Thu Jun 21 2007 uli@xxxxxxx


++++++ wine-vi_mask.patch ++++++
--- wine-20050524/dlls/ntdll/signal_i386.c
+++ wine-20050524/dlls/ntdll/signal_i386.c
@@ -57,6 +57,14 @@
#include "wine/library.h"
#include "ntdll_misc.h"

+#ifndef VIF_MASK
+#define VIF_MASK X86_EFLAGS_VIF
+#endif
+
+#ifndef VIP_MASK
+#define VIP_MASK X86_EFLAGS_VIP
+#endif
+
/***********************************************************************
* signal context platform-specific definitions
*/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages