Mailinglist Archive: opensuse-commit (705 mails)

< Previous Next >
commit wine
  • From: root@xxxxxxx (h_root)
  • Date: Thu, 13 Jul 2006 11:18:04 +0200 (CEST)
  • Message-id: <20060713091804.9296D94DC4@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package wine
checked in at Thu Jul 13 11:18:04 CEST 2006.

--------
--- arch/i386/wine/wine.changes 2006-06-08 20:50:48.000000000 +0200
+++ wine/wine.changes 2006-07-13 07:38:47.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Jul 13 07:37:31 CEST 2006 - meissner@xxxxxxx
+
+- Upstream 0.9.17:
+ - Still more work on Direct3D shaders.
+ - Now using the Gecko engine directly for MSHTML.
+ - Better support for apps switching to full screen mode.
+ - Support for multiple joysticks.
+ - Lots of bug fixes.
+- Upstream 0.9.16:
+ - More work on Direct3D shaders.
+ - Major DirectDraw rewrite on top of Direct3D.
+ - Support for debug information in Dwarf format.
+ - Beginnings of an OleView Winelib application.
+ - Lots of bug fixes.
+- personality patch no longer necessary.
+
+-------------------------------------------------------------------

Old:
----
personality.patch
wine-0.9.15.diff
wine-0.9.15.tar.bz2

New:
----
wine-0.9.17.diff
wine-0.9.17.tar.bz2

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.YqkZcS/_old 2006-07-13 11:17:44.000000000 +0200
+++ /var/tmp/diff_new_pack.YqkZcS/_new 2006-07-13 11:17:44.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package wine (Version 0.9.15)
+# spec file for package wine (Version 0.9.17)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,7 +15,7 @@
License: LGPL, Other License(s), see package
Group: System/Emulators/PC
Autoreqprov: on
-Version: 0.9.15
+Version: 0.9.17
Release: 1
Summary: An MS Windows emulator
URL: http://www.winehq.com
@@ -23,7 +23,6 @@
Source3: README.SuSE
Source4: wine.desktop
Patch0: wine-%version.diff
-Patch1: personality.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -56,7 +55,6 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
#
cp %{S:3} .
#
@@ -106,6 +104,20 @@
/usr/share/aclocal/wine.m4

%changelog -n wine
+* Thu Jul 13 2006 - meissner@xxxxxxx
+- Upstream 0.9.17:
+- Still more work on Direct3D shaders.
+- Now using the Gecko engine directly for MSHTML.
+- Better support for apps switching to full screen mode.
+- Support for multiple joysticks.
+- Lots of bug fixes.
+- Upstream 0.9.16:
+- More work on Direct3D shaders.
+- Major DirectDraw rewrite on top of Direct3D.
+- Support for debug information in Dwarf format.
+- Beginnings of an OleView Winelib application.
+- Lots of bug fixes.
+- personality patch no longer necessary.
* Thu Jun 08 2006 - meissner@xxxxxxx
- Upstream 0.9.15:
- More MS/RPC improvements.



++++++ wine-0.9.15.diff -> wine-0.9.17.diff ++++++
--- arch/i386/wine/wine-0.9.15.diff 2006-06-08 20:18:35.000000000 +0200
+++ wine/wine-0.9.17.diff 2006-07-13 07:37:10.000000000 +0200
@@ -1,17 +1,6 @@
-diff -ruN -x CVS wine-0.9.15/configure marcus-wine-0.9.15/configure
---- wine-0.9.15/configure 2006-06-08 17:54:16.658684157 +0200
-+++ marcus-wine-0.9.15/configure 2006-06-08 18:01:13.698804006 +0200
-@@ -21988,6 +21988,7 @@
- "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
- "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
- "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
-+ "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
- "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
- "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
- "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
-diff -ruN -x CVS wine-0.9.15/dlls/gdi/freetype.c marcus-wine-0.9.15/dlls/gdi/freetype.c
---- wine-0.9.15/dlls/gdi/freetype.c 2006-06-08 17:50:17.533472355 +0200
-+++ marcus-wine-0.9.15/dlls/gdi/freetype.c 2006-06-08 17:49:17.725923950 +0200
+diff -ruN -x CVS wine-0.9.17/dlls/gdi/freetype.c marcus-wine-0.9.17/dlls/gdi/freetype.c
+--- wine-0.9.17/dlls/gdi/freetype.c 2006-06-08 17:50:17.000000000 +0200
++++ marcus-wine-0.9.17/dlls/gdi/freetype.c 2006-06-08 17:49:17.000000000 +0200
@@ -700,9 +700,17 @@
int i, bitmap_num, internal_leading;
FONTSIGNATURE fs;
@@ -30,10 +19,10 @@
TRACE("Loading font file %s index %ld\n", debugstr_a(file), face_index);
if((err = pFT_New_Face(library, file, face_index, &ft_face)) != 0) {
WARN("Unable to load font file %s err = %x\n", debugstr_a(file), err);
-diff -ruN -x CVS wine-0.9.15/dlls/opengl32/wgl.c marcus-wine-0.9.15/dlls/opengl32/wgl.c
---- wine-0.9.15/dlls/opengl32/wgl.c 2006-05-24 17:19:20.000000000 +0200
-+++ marcus-wine-0.9.15/dlls/opengl32/wgl.c 2006-05-24 17:15:53.000000000 +0200
-@@ -548,15 +548,29 @@
+diff -ruN -x CVS wine-0.9.17/dlls/opengl32/wgl.c marcus-wine-0.9.17/dlls/opengl32/wgl.c
+--- wine-0.9.17/dlls/opengl32/wgl.c 2006-07-10 22:47:09.000000000 +0200
++++ marcus-wine-0.9.17/dlls/opengl32/wgl.c 2006-07-04 16:59:51.000000000 +0200
+@@ -550,15 +550,29 @@
BOOL ret;
DWORD type = GetObjectType(hdc);

@@ -64,7 +53,7 @@
if (ctx->ctx == NULL) {
int draw_vis_id, ctx_vis_id;
VisualID visualid = (VisualID)GetPropA( GetDesktopWindow(), "__wine_x11_visual_id" );
-@@ -582,7 +596,7 @@
+@@ -584,7 +598,7 @@
}
TRACE(" created a delayed OpenGL context (%p)\n", ctx->ctx);
}
@@ -73,10 +62,10 @@
ret = glXMakeCurrent(ctx->display, drawable, ctx->ctx);
NtCurrentTeb()->glContext = ctx;
if(ret && type == OBJ_MEMDC)
-diff -ruN -x CVS wine-0.9.15/libs/wine/mmap.c marcus-wine-0.9.15/libs/wine/mmap.c
---- wine-0.9.15/libs/wine/mmap.c 2006-05-24 17:20:31.000000000 +0200
-+++ marcus-wine-0.9.15/libs/wine/mmap.c 2006-05-24 17:16:45.000000000 +0200
-@@ -313,6 +313,7 @@
+diff -ruN -x CVS wine-0.9.17/libs/wine/mmap.c marcus-wine-0.9.17/libs/wine/mmap.c
+--- wine-0.9.17/libs/wine/mmap.c 2006-06-21 20:27:10.000000000 +0200
++++ marcus-wine-0.9.17/libs/wine/mmap.c 2006-06-21 20:29:32.000000000 +0200
+@@ -336,6 +336,7 @@
}
}

@@ -84,7 +73,7 @@
if (stack_ptr >= user_space_limit)
{
char *base = stack_ptr - ((unsigned int)stack_ptr & granularity_mask) - (granularity_mask + 1);
-@@ -326,6 +327,7 @@
+@@ -349,6 +350,7 @@
reserve_area( base, 0 );
}
else reserve_area( user_space_limit, 0 );
@@ -92,10 +81,10 @@
#endif /* __i386__ */

/* reserve the DOS area if not already done */
-diff -ruN -x CVS wine-0.9.15/programs/winecfg/audio.c marcus-wine-0.9.15/programs/winecfg/audio.c
---- wine-0.9.15/programs/winecfg/audio.c 2006-06-08 17:50:28.718517724 +0200
-+++ marcus-wine-0.9.15/programs/winecfg/audio.c 2006-06-08 17:49:31.892448301 +0200
-@@ -592,7 +592,7 @@
+diff -ruN -x CVS wine-0.9.17/programs/winecfg/audio.c marcus-wine-0.9.17/programs/winecfg/audio.c
+--- wine-0.9.17/programs/winecfg/audio.c 2006-07-10 22:47:18.000000000 +0200
++++ marcus-wine-0.9.17/programs/winecfg/audio.c 2006-07-10 15:41:31.000000000 +0200
+@@ -605,7 +605,7 @@
buf = get_reg_key(config_key, "Drivers", "Audio", NULL);

/* check for first time install and set a default driver
@@ -104,7 +93,7 @@
*/
if (buf == NULL)
{
-@@ -601,9 +601,9 @@
+@@ -614,9 +614,9 @@
/* select oss if available */
for (pAudioDrv = loadedAudioDrv; *pAudioDrv->szName; pAudioDrv++)
{
@@ -116,7 +105,7 @@
break;
}
}
-@@ -613,9 +613,9 @@
+@@ -626,9 +626,9 @@
/* select alsa if available */
for (pAudioDrv = loadedAudioDrv; *pAudioDrv->szName; pAudioDrv++)
{
@@ -128,10 +117,10 @@
break;
}
}
-diff -ruN -x CVS wine-0.9.15/server/registry.c marcus-wine-0.9.15/server/registry.c
---- wine-0.9.15/server/registry.c 2006-06-08 17:50:29.637357154 +0200
-+++ marcus-wine-0.9.15/server/registry.c 2006-06-08 17:49:32.736300835 +0200
-@@ -1624,7 +1624,7 @@
+diff -ruN -x CVS wine-0.9.17/server/registry.c marcus-wine-0.9.17/server/registry.c
+--- wine-0.9.17/server/registry.c 2006-07-10 22:47:19.000000000 +0200
++++ marcus-wine-0.9.17/server/registry.c 2006-07-10 15:41:32.000000000 +0200
+@@ -1630,7 +1630,7 @@
for (;;)
{
sprintf( p, "reg%lx%04x.tmp", (long) getpid(), count++ );
@@ -140,9 +129,9 @@
if (errno != EEXIST) goto done;
close( fd );
}
-diff -ruN -x CVS wine-0.9.15/tools/wineprefixcreate.in marcus-wine-0.9.15/tools/wineprefixcreate.in
---- wine-0.9.15/tools/wineprefixcreate.in 2006-06-08 17:50:30.046285692 +0200
-+++ marcus-wine-0.9.15/tools/wineprefixcreate.in 2006-06-08 17:49:33.155227626 +0200
+diff -ruN -x CVS wine-0.9.17/tools/wineprefixcreate.in marcus-wine-0.9.17/tools/wineprefixcreate.in
+--- wine-0.9.17/tools/wineprefixcreate.in 2006-06-08 17:50:30.000000000 +0200
++++ marcus-wine-0.9.17/tools/wineprefixcreate.in 2006-06-08 17:49:33.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

++++++ wine-0.9.15.tar.bz2 -> wine-0.9.17.tar.bz2 ++++++
arch/i386/wine/wine-0.9.15.tar.bz2 wine/wine-0.9.17.tar.bz2 differ: char 11, line 1



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



Remember to have fun...

< Previous Next >
This Thread