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-05-10 15:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon May 10 15:39:16 2021 rev:340 rq:891980 version:6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2021-04-25 
21:29:04.856550146 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new.2988/wine.changes      2021-05-10 
15:42:00.916937185 +0200
@@ -1,0 +2,10 @@
+Sat May  8 12:56:00 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- updated to 6.8 development release
+  - Libraries installed into architecture-specific subdirectories.
+  - Secur32 library converted to PE.
+  - Support for Map object in JavaScript.
+  - Various bug fixes.
+- update staging to 6.8 release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.KiKjod/_old  2021-05-10 15:42:01.952933134 +0200
+++ /var/tmp/diff_new_pack.KiKjod/_new  2021-05-10 15:42:01.956933118 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package wine
+# spec file for package wine%{?flavor:-}%{?flavor}
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -29,8 +29,8 @@
 %endif
 
 # needs to be on top due to usage of %version macro below
-%define realver 6.7
-Version:        6.7
+%define realver 6.8
+Version:        6.8
 Release:        0
 
 %if "%{flavor}" != ""
@@ -146,9 +146,9 @@
 Conflicts:      wine-mono < 6.1.1
 # not packaged in distro...
 Recommends:     wine-mono
-Recommends:     dosbox
 Recommends:     alsa-plugins
 Recommends:     alsa-plugins-pulse
+Recommends:     dosbox
 Recommends:     winetricks
 Requires:       samba-winbind
 %ifarch x86_64
@@ -158,7 +158,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc armv7l armv7hl aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 6.7
+%define staging_version 6.8
 Source100:      wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel
@@ -279,8 +279,8 @@
 echo "%name" >> %SOURCE7
 echo "  +^/usr/bin/wine\$" >> %SOURCE7
 echo "  +^/usr/bin/wine-preloader\$" >> %SOURCE7
-echo "  +^/usr/lib/wine/fakedlls" >> %SOURCE7
-echo "  +^/usr/lib/wine/*" >> %SOURCE7
+echo "  +^/usr/lib/wine/i386-windows" >> %SOURCE7
+echo "  +^/usr/lib/wine/i386-unix" >> %SOURCE7
 grep SONAME_ config.log
 grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires 
\1/;'|sort -u >>%SOURCE7
 echo " recommends \"libpulse0-32bit\"" >> %SOURCE7
@@ -445,40 +445,13 @@
 %{_bindir}/wine64
 %{_bindir}/wine64-preloader
 %endif
-%{_libdir}/wine/*.so
-%if 0%{?suse_version} >= 1550
-%ifnarch %arm aarch64
-%{_libdir}/wine/*.acm
-%{_libdir}/wine/*.ax
-%{_libdir}/wine/*.com
-%{_libdir}/wine/*.cpl
-%{_libdir}/wine/*.dll
-%endif
-%ifarch %ix86
-%{_libdir}/wine/*.dll16
-%{_libdir}/wine/*.drv16
-%{_libdir}/wine/*.exe16
-%{_libdir}/wine/*.mod16
-%{_libdir}/wine/*.vxd
-%endif
-%ifnarch %arm aarch64
-%{_libdir}/wine/*.drv
-%{_libdir}/wine/*.exe
-%{_libdir}/wine/*.ocx
-%{_libdir}/wine/*.sys
-%endif
-%endif
-%ifnarch %arm aarch64
-%if 0%{?suse_version} > 1500
-%{_libdir}/wine/*.tlb
-%else
-%{_libdir}/wine/*.tlb.so
-%endif
-%endif
 %dir %{_libdir}/wine
-%dir %{_libdir}/wine/fakedlls
-%{_libdir}/wine/fakedlls/*
-%{_libdir}/lib*.so.*
+%dir %{_libdir}/wine/*-windows
+%{_libdir}/wine/*-windows/*.[b-z]*
+%{_libdir}/wine/*-windows/*.ax
+%{_libdir}/wine/*-windows/*.acm
+%dir %{_libdir}/wine/*-unix
+%{_libdir}/wine/*-unix/*.so*
 
 %files devel
 %defattr(-,root,root)
@@ -492,8 +465,14 @@
 %{_bindir}/winemaker
 %{_bindir}/wmc
 %{_bindir}/wrc
-%{_libdir}/wine/*.def
-%{_libdir}/wine/*.a
+%dir %{_libdir}/wine/*-unix
+%{_libdir}/wine/*-unix/*.a
+%{_libdir}/wine/*-unix/*.def
+%if 0%{?suse_version} >= 1550
+# only generated with mingw
+%dir %{_libdir}/wine/*-windows
+%{_libdir}/wine/*-windows/*.a
+%endif
 %doc %{_mandir}/man1/winemaker.1*
 %doc %{_mandir}/*/man1/winemaker.1*
 %doc %{_mandir}/man1/widl.1*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KiKjod/_old  2021-05-10 15:42:02.012932899 +0200
+++ /var/tmp/diff_new_pack.KiKjod/_new  2021-05-10 15:42:02.012932899 +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/v6.7</param>
+    <param name="revision">refs/tags/v6.8</param>
     <param name="match-tag">v*.*</param>
     <param name="scm">git</param>
   </service>

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

++++++ wine-staging-6.7.tar.xz -> wine-staging-6.8.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-staging-6.7.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.2988/wine-staging-6.8.tar.xz differ: char 
15, line 1

Reply via email to