Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2018-05-29 10:47:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Tue May 29 10:47:17 2018 rev:254 rq:612401 version:3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2018-05-01 
23:27:17.928516952 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2018-05-29 
10:47:23.527019010 +0200
@@ -1,0 +2,26 @@
+Fri May 25 19:20:01 UTC 2018 - meiss...@suse.com
+
+- Update to 3.9 development release
+  - OpenGL core contexts enabled by default in Direct 3D.
+  - Beginnings of Direct 3D 12 implementation using vkd3d.
+  - More support for the Task Scheduler.
+  - Some more Task Dialog support.
+  - Better arrow support in GdiPlus.
+  - Various bug fixes.
+- updated winetricks
+- updated staging to 3.9
+
+-------------------------------------------------------------------
+Fri May 11 18:37:37 UTC 2018 - meiss...@suse.com
+
+- Update to 3.8 development release
+  - Infrastructure for writing kernel driver tests.
+  - Support for showing file properties in the Shell browser.
+  - MP3 decoder as a DirectX Media Object.
+  - More support for the Task Scheduler.
+  - Support for COM aggregation in UrlMon.
+  - Various bug fixes.
+- updated winetricks
+- updated staging to 3.8
+
+-------------------------------------------------------------------

Old:
----
  wine-3.7.tar.xz
  wine-3.7.tar.xz.sign
  wine-d3d9-patches-3.6.tar.xz
  wine-staging-3.7.tar.xz

New:
----
  wine-3.9.tar.xz
  wine-3.9.tar.xz.sign
  wine-d3d9-patches-3.8.tar.xz
  wine-staging-3.9.tar.xz

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.5DLjdS/_old  2018-05-29 10:47:26.158921900 +0200
+++ /var/tmp/diff_new_pack.5DLjdS/_new  2018-05-29 10:47:26.162921752 +0200
@@ -101,8 +101,8 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
-%define realver 3.7
-Version:        3.7
+%define realver 3.9
+Version:        3.9
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1-or-later
@@ -140,7 +140,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc %arm aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 3.7
+%define staging_version 3.9
 Source100:      wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel
@@ -148,7 +148,7 @@
 %endif
 %if %{nine}
 # upstream patch target version
-%define nine_version 3.6
+%define nine_version 3.8
 BuildRequires:  Mesa-libd3d-devel
 BuildRequires:  dri2proto-devel
 BuildRequires:  libOSMesa-devel

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5DLjdS/_old  2018-05-29 10:47:26.218919686 +0200
+++ /var/tmp/diff_new_pack.5DLjdS/_new  2018-05-29 10:47:26.218919686 +0200
@@ -3,7 +3,7 @@
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="url">https://github.com/wine-staging/wine-staging.git</param>
-    <param name="revision">refs/tags/v3.7</param>
+    <param name="revision">refs/tags/v3.9</param>
     <param name="match-tag">v*.*</param>
     <param name="scm">git</param>
   </service>
@@ -11,7 +11,7 @@
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">wined3d9(.*)</param>
     <param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
-    <param name="revision">refs/tags/wine-d3d9-3.6</param>
+    <param name="revision">refs/tags/wine-d3d9-3.8</param>
     <param name="scm">git</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ wine-3.7.tar.xz -> wine-3.9.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-3.7.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-3.9.tar.xz differ: char 26, line 1

++++++ wine-d3d9-patches-3.6.tar.xz -> wine-d3d9-patches-3.8.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wine-d3d9-patches-3.6/d3d9-helper.patch 
new/wine-d3d9-patches-3.8/d3d9-helper.patch
--- old/wine-d3d9-patches-3.6/d3d9-helper.patch 2018-04-14 17:56:48.000000000 
+0200
+++ new/wine-d3d9-patches-3.8/d3d9-helper.patch 2018-05-13 15:53:22.000000000 
+0200
@@ -1,9 +1,9 @@
-From 00aa62a47250f4a0655784eb1a22e7ee7816a3bc Mon Sep 17 00:00:00 2001
-From: Nick Sarnie <commendsar...@gmail.com>
-Date: Sat, 14 Apr 2018 11:53:44 -0400
+From dee2148a8c602ee534a6966032e00cb7b483f086 Mon Sep 17 00:00:00 2001
+From: Nick Sarnie <sar...@gentoo.org>
+Date: Sun, 13 May 2018 09:51:17 -0400
 Subject: [PATCH] D3D9 Helper
 
-Signed-off-by: Nick Sarnie <commendsar...@gmail.com>
+Signed-off-by: Nick Sarnie <sar...@gentoo.org>
 ---
  dlls/ntdll/loader.c          | 205 ++++++++++++++++++++----
  dlls/ntdll/loadorder.c       | 298 ++++++++++++++++++++++++++---------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wine-d3d9-patches-3.6/staging-helper.patch 
new/wine-d3d9-patches-3.8/staging-helper.patch
--- old/wine-d3d9-patches-3.6/staging-helper.patch      2018-04-14 
17:56:48.000000000 +0200
+++ new/wine-d3d9-patches-3.8/staging-helper.patch      2018-05-13 
15:53:22.000000000 +0200
@@ -1,9 +1,9 @@
-From e85e98ed34ed9009e7f380955da0e4a5d82e17ac Mon Sep 17 00:00:00 2001
-From: Nick Sarnie <commendsar...@gmail.com>
-Date: Sat, 14 Apr 2018 11:56:11 -0400
-Subject: [PATCH] Staging Helper
+From e810cb25041a77ef3020cbb6e523da1b66c5003f Mon Sep 17 00:00:00 2001
+From: Nick Sarnie <sar...@gentoo.org>
+Date: Sun, 13 May 2018 09:49:52 -0400
+Subject: [PATCH] Staging helper
 
-Signed-off-by: Nick Sarnie <commendsar...@gmail.com>
+Signed-off-by: Nick Sarnie <sar...@gentoo.org>
 ---
  dlls/ntdll/loadorder.c      |  2 ++
  programs/winecfg/resource.h |  1 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wine-d3d9-patches-3.6/wine-d3d9.patch 
new/wine-d3d9-patches-3.8/wine-d3d9.patch
--- old/wine-d3d9-patches-3.6/wine-d3d9.patch   2018-04-14 17:56:48.000000000 
+0200
+++ new/wine-d3d9-patches-3.8/wine-d3d9.patch   2018-05-13 15:53:22.000000000 
+0200
@@ -1,9 +1,9 @@
-From 695c0020836ef99c924c5d33de81bf52c1fb617a Mon Sep 17 00:00:00 2001
-From: Nick Sarnie <commendsar...@gmail.com>
-Date: Sat, 14 Apr 2018 11:53:04 -0400
-Subject: [PATCH 2/2] Wine D3D9
+From c99a20ab12c90b735e11e92b8a4b044d8e332f45 Mon Sep 17 00:00:00 2001
+From: Nick Sarnie <sar...@gentoo.org>
+Date: Sun, 13 May 2018 09:50:07 -0400
+Subject: [PATCH] Wine D3D9
 
-Signed-off-by: Nick Sarnie <commendsar...@gmail.com>
+Signed-off-by: Nick Sarnie <sar...@gentoo.org>
 ---
  configure.ac                      |  188 ++++
  dlls/d3d9-nine/Makefile.in        |   15 +
@@ -41,7 +41,7 @@
  create mode 100644 dlls/d3d9-nine/wndproc.h
 
 diff --git a/configure.ac b/configure.ac
-index 8e76cd6086..10c1a8c03e 100644
+index 86858cb055..bf902e129e 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -69,6 +69,14 @@ AC_ARG_WITH(openal,    
AS_HELP_STRING([--without-openal],[do not use OpenAL]),
@@ -59,7 +59,7 @@
  AC_ARG_WITH(osmesa,     AS_HELP_STRING([--without-osmesa],[do not use the 
OSMesa library]))
  AC_ARG_WITH(oss,       AS_HELP_STRING([--without-oss],[do not use the OSS 
sound support]))
  AC_ARG_WITH(pcap,      AS_HELP_STRING([--without-pcap],[do not use the Packet 
Capture library]),
-@@ -415,6 +423,8 @@ AC_CHECK_LIB(ossaudio,_oss_ioctl)
+@@ -422,6 +430,8 @@ AC_CHECK_LIB(ossaudio,_oss_ioctl)
  
  AC_SUBST(OPENGL_LIBS,"")
  
@@ -68,7 +68,7 @@
  dnl **** Check for header files ****
  
  AC_SYS_LARGEFILE()
-@@ -1261,6 +1271,183 @@ OpenGL and Direct3D won't be supported.])
+@@ -1268,6 +1278,183 @@ OpenGL and Direct3D won't be supported.])
      WINE_NOTICE_WITH(va,[test "x$ac_cv_lib_soname_va" = "x" -o 
"x$ac_cv_lib_soname_va_x11" = "x" -o "x$ac_cv_lib_soname_va_drm" = "x"],
                       [libva ${notice_platform}development files not found, 
GPU video acceleration won't be supported.])
  
@@ -252,7 +252,7 @@
      CPPFLAGS="$ac_save_CPPFLAGS"
  else
      X_CFLAGS=""
-@@ -3199,6 +3386,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d8)
+@@ -3208,6 +3395,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d8)
  WINE_CONFIG_MAKEFILE(dlls/d3d8/tests)
  WINE_CONFIG_MAKEFILE(dlls/d3d9)
  WINE_CONFIG_MAKEFILE(dlls/d3d9/tests)

++++++ wine-staging-3.7.tar.xz -> wine-staging-3.9.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-staging-3.7.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-staging-3.9.tar.xz differ: char 26, 
line 1


++++++ winetricks ++++++
++++ 2883 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/wine/winetricks
++++ and /work/SRC/openSUSE:Factory/.wine.new/winetricks

++++++ winetricks.1 ++++++
--- /var/tmp/diff_new_pack.5DLjdS/_old  2018-05-29 10:47:26.434911717 +0200
+++ /var/tmp/diff_new_pack.5DLjdS/_new  2018-05-29 10:47:26.434911717 +0200
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH WINETRICKS 1 "February 2018" "Winetricks 20180217" "Wine Package Manager"
+.TH WINETRICKS 1 "May 2018" "Winetricks 20180513" "Wine Package Manager"
 .SH NAME
 winetricks \- manage virtual Windows environments using Wine
 .SH SYNOPSIS


Reply via email to