Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2021-03-02 12:33:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Tue Mar  2 12:33:26 2021 rev:332 rq:875887 version:6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2021-02-15 
23:20:00.795728541 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.2378/wine.changes      2021-03-02 
12:45:21.960350813 +0100
@@ -1,0 +2,16 @@
+Mon Mar  1 06:31:02 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- 6.3_fix.patch: temporary fix for a 6.3 regression
+
+-------------------------------------------------------------------
+Sat Feb 27 08:21:52 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- Updated to 6.3 development release
+  - Better debugger support in the NT syscall interface.
+  - WineGStreamer library converted to PE.
+  - Still more WinRT support in WIDL.
+  - Optional support for build IDs.
+  - Various bug fixes.
+- update staging to 6.3 release
+
+-------------------------------------------------------------------

Old:
----
  wine-6.2.tar.xz
  wine-6.2.tar.xz.sign
  wine-staging-6.2.tar.xz

New:
----
  6.3_fix.patch
  wine-6.3.tar.xz
  wine-6.3.tar.xz.sign
  wine-staging-6.3.tar.xz

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.NAeGDw/_old  2021-03-02 12:45:23.520352162 +0100
+++ /var/tmp/diff_new_pack.NAeGDw/_new  2021-03-02 12:45:23.524352166 +0100
@@ -29,8 +29,8 @@
 %endif
 
 # needs to be on top due to usage of %version macro below
-%define realver 6.2
-Version:        6.2
+%define realver 6.3
+Version:        6.3
 Release:        0
 
 %if "%{flavor}" != ""
@@ -139,7 +139,7 @@
 Source8:        wine-rpmlintrc
 # SUSE specific patches
 # - currently none, but add them here
-#Patch0:         patch.txt
+Patch0:         6.3_fix.patch
 Recommends:     wine-gecko >= 2.47.2
 Conflicts:      wine-gecko < 2.47.2
 Recommends:     wine-mono >= 5.1.1
@@ -158,7 +158,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc armv7l armv7hl aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 6.2
+%define staging_version 6.3
 Source100:      wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel
@@ -216,7 +216,7 @@
 
 %prep
 %setup -q -n wine-%{realver}
-#patch0 -p1
+%patch0 -p1
 #
 cp %{S:3} .
 #

++++++ 6.3_fix.patch ++++++
diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c
index 644eee1e9d7c..c21c62c10b0d 100644
--- a/dlls/ntdll/loader.c
+++ b/dlls/ntdll/loader.c
@@ -2325,7 +2325,7 @@ static NTSTATUS load_so_dll( LPCWSTR load_path, const 
UNICODE_STRING *nt_name,
         SECTION_IMAGE_INFORMATION image_info = { 0 };
 
         image_info.u.s.WineBuiltin = 1;
-        if ((status = build_module( load_path, &win_name, &module, 
&image_info, NULL, flags, pwm )))
+        if ((status = build_module( load_path, &win_name, &module, 
&image_info, NULL, flags, &wm )))
         {
             if (module) unix_funcs->unload_builtin_dll( module );
             return status;
++++++ _service ++++++
--- /var/tmp/diff_new_pack.NAeGDw/_old  2021-03-02 12:45:23.604352235 +0100
+++ /var/tmp/diff_new_pack.NAeGDw/_new  2021-03-02 12:45:23.608352238 +0100
@@ -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/v6.2</param>
+    <param name="revision">refs/tags/v6.3</param>
     <param name="match-tag">v*.*</param>
     <param name="scm">git</param>
   </service>

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

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

Reply via email to