Commit 6840932b authored by Nurlan's avatar Nurlan

20250206-eter6

parent e55ba32b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%define commit e73c4d8f71801fe842c0276b603d9c8024d6d957 %define commit e73c4d8f71801fe842c0276b603d9c8024d6d957
Name: wine-etersoft-winetricks Name: wine-etersoft-winetricks
Version: 20250206 Version: 20250206
Release: eter5 Release: eter6
Summary: Work around common problems in Wine Summary: Work around common problems in Wine
...@@ -28,6 +28,8 @@ Patch15: 0001-ie8-removed-dll-that-cannot-be-installed-or-register.patch ...@@ -28,6 +28,8 @@ Patch15: 0001-ie8-removed-dll-that-cannot-be-installed-or-register.patch
Patch16: 0001-winetricks-added-eget-via-epm.patch Patch16: 0001-winetricks-added-eget-via-epm.patch
Patch17: 0001-Added-the-ability-to-download-components-without-ins.patch Patch17: 0001-Added-the-ability-to-download-components-without-ins.patch
Patch18: 0001-Avoid-corruption-of-W_PROGRAMS_WIN-and-W_PROGRAMS_X8.patch Patch18: 0001-Avoid-corruption-of-W_PROGRAMS_WIN-and-W_PROGRAMS_X8.patch
Patch19: 0007-vcrun2017-2019-2022-fix-msvcp140_2-not-replaced.patch
Patch20: 0008-msxml3-generate-64bit-msxml3r-stub.patch
BuildArch: noarch BuildArch: noarch
...@@ -73,6 +75,8 @@ or tweak various Wine settings individually. ...@@ -73,6 +75,8 @@ or tweak various Wine settings individually.
%patch16 -p1 %patch16 -p1
%patch17 -p1 %patch17 -p1
%patch18 -p1 %patch18 -p1
%patch19 -p1
%patch20 -p1
# fix req. Disable autoreq at all? # fix req. Disable autoreq at all?
%__subst 's|fusermount|a= fusermount|' src/winetricks %__subst 's|fusermount|a= fusermount|' src/winetricks
...@@ -104,6 +108,10 @@ desktop-file-validate %buildroot%_desktopdir/%oname.desktop ...@@ -104,6 +108,10 @@ desktop-file-validate %buildroot%_desktopdir/%oname.desktop
%_datadir/bash-completion/completions/winetricks %_datadir/bash-completion/completions/winetricks
%changelog %changelog
* Wed Mar 19 2026 Nurlan Usenov <suren@etersoft.ru> 20250206-eter6
- vcrun2017/2019/2022: fix msvcp140_2.dll not being replaced on Wine 11+ (eterbug #18979)
- msxml3: generate 64-bit msxml3r.dll resource stub for win64 prefixes (eterbug #17100)
* Mon Dec 22 2025 Nurlan Usenov <suren@etersoft.ru> 20250206-eter5 * Mon Dec 22 2025 Nurlan Usenov <suren@etersoft.ru> 20250206-eter5
- Avoid corruption of W_PROGRAMS_WIN and W_PROGRAMS_X86_WIN when running from syswo64 (eterbug #18331) - Avoid corruption of W_PROGRAMS_WIN and W_PROGRAMS_X86_WIN when running from syswo64 (eterbug #18331)
- Added the ability to download components without installation (eterbug #18233) - Added the ability to download components without installation (eterbug #18233)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment