Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2024-03-11 15:34:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon Mar 11 15:34:53 2024 rev:434 rq:1156900 version:9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2024-02-26 
19:48:53.709509841 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.1770/wine.changes      2024-03-11 
15:42:33.153467916 +0100
@@ -1,0 +2,16 @@
+Sat Mar  9 07:50:32 UTC 2024 - Marcus Meissner <meiss...@suse.com>
+
+- Updated to 9.4 release
+  - Bundled vkd3d upgraded to version 1.11.
+  - Initial OpenGL support in the Wayland driver.
+  - Support for elevating process privileges.
+  - More HID pointer improvements.
+  - Various bug fixes.
+- update staging to 9.4 release
+
+-------------------------------------------------------------------
+Wed Feb 28 13:48:34 UTC 2024 - Marcus Meissner <meiss...@suse.com>
+
+- remove outdated wine-nine support.
+
+-------------------------------------------------------------------

Old:
----
  wine-9.3.tar.xz
  wine-9.3.tar.xz.sign
  wine-d3d9-patches-4.1.tar.xz
  wine-staging-9.3.tar.xz

New:
----
  wine-9.4.tar.xz
  wine-9.4.tar.xz.sign
  wine-staging-9.4.tar.xz

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.xvuOxh/_old  2024-03-11 15:42:34.313510675 +0100
+++ /var/tmp/diff_new_pack.xvuOxh/_new  2024-03-11 15:42:34.313510675 +0100
@@ -19,18 +19,14 @@
 %define projectname wine
 %global flavor @BUILD_FLAVOR@%nil
 %define staging 0
-%define nine 0
 
-%if "%flavor" == "staging" || "%flavor" == "staging-nine"
+%if "%flavor" == "staging"
 %define staging 1
 %endif
-%if "%flavor" == "nine" || "%flavor" == "staging-nine"
-%define nine 1
-%endif
 
 # needs to be on top due to usage of %version macro below
-%define realver 9.3
-Version:        9.3
+%define realver 9.4
+Version:        9.4
 Release:        0
 
 %if "%{flavor}" != ""
@@ -174,22 +170,13 @@
 ExclusiveArch:  %{ix86} x86_64 ppc armv7l armv7hl aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 9.3
+%define staging_version 9.4
 Source100:      wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel
 BuildRequires:  libva-devel
 BuildRequires:  python3
 %endif
-%if %{nine}
-# upstream patch target version
-%define nine_version 4.1
-BuildRequires:  Mesa-libd3d-devel
-Requires:       Mesa-libd3d
-BuildRequires:  libOSMesa-devel
-BuildRequires:  pkgconfig(dri2proto)
-Source110:      wine-d3d9-patches-%{nine_version}.tar.xz
-%endif
 # wine bundles multiple unix libraries to be able to build PE files without 
dependencies
 # current versions are from 7.22 (update this if you update the versions 
below):
 Provides:       bundled(FAudio) = 23.12.0
@@ -221,10 +208,6 @@
 on top of the regular Wine release.
 %endif
 
-%if %{nine}
-This WINE flavor contains Direct3D9 enhancements patches for Gallium Nine 
support.
-%endif
-
 You can run your Windows executables with it and write your Windows
 programs under Linux and link against the WINE libraries. It is not
 necessary to have a Windows installation to run WINE.
@@ -260,16 +243,6 @@
 python3 ./wine-staging-%staging_version/staging/patchinstall.py --all
 %endif
 
-%if %{nine}
-tar xf %{SOURCE110}
-%if %{staging}
-patch --no-backup-if-mismatch -p1 -i 
./wine-d3d9-patches-%nine_version/staging-helper.patch
-%else
-patch --no-backup-if-mismatch -p1 -i 
./wine-d3d9-patches-%nine_version/d3d9-helper.patch
-%endif
-patch --no-backup-if-mismatch -p1 -i 
./wine-d3d9-patches-%nine_version/wine-d3d9.patch
-%endif
-
 %build
 # currently not building with LTO
 %define _lto_cflags %{nil}
@@ -286,7 +259,7 @@
 export CC="/usr/bin/clang"
 %endif
 
-%if %{staging} || %{nine}
+%if %{staging}
 autoreconf -i -f
 %endif
 # keep just for susepatches with configure changes
@@ -301,9 +274,6 @@
 %ifarch x86_64 aarch64
         --enable-win64 \
 %endif
-%if %{nine}
-    --with-d3d9-nine \
-%endif
        --verbose
 
 grep "have_x=yes" config.log || exit 1
@@ -333,9 +303,6 @@
 %if 0%{?suse_version} >= 1310
 echo " requires \"p11-kit-32bit\""             >> %SOURCE7
 %endif
-%if %{nine}
-echo " requires \"Mesa-libd3d-32bit\""         >> %SOURCE7
-%endif
 %if "%{flavor}" != ""
 echo " provides \"wine-<targettype> = <version>\""             >> %SOURCE7
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xvuOxh/_old  2024-03-11 15:42:34.381513182 +0100
+++ /var/tmp/diff_new_pack.xvuOxh/_new  2024-03-11 15:42:34.385513329 +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/v9.3</param>
+    <param name="revision">refs/tags/v9.4</param>
     <param name="match-tag">v*.*</param>
     <param name="scm">git</param>
   </service>

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

++++++ wine-staging-9.3.tar.xz -> wine-staging-9.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-staging-9.3.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.1770/wine-staging-9.4.tar.xz differ: char 
15, line 1

Reply via email to