Commit 4c7ad3fa authored by Vitaly Lipatov's avatar Vitaly Lipatov

20250206-eter1

- new version (20250206) with rpmgs script - disable win64 warning
parent 4a1f696d
From 9c165694b660944b2d92e308a8b25590124c0ae1 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@etersoft.ru>
Date: Thu, 13 Feb 2025 16:30:43 +0300
Subject: [PATCH] winetricks: W_NO_WIN64_WARNINGS=1
To: wine-devel <wine-devel@winehq.org>
---
src/winetricks | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/winetricks b/src/winetricks
index 6a4bfb7..611959e 100755
--- a/src/winetricks
+++ b/src/winetricks
@@ -13,6 +13,8 @@ WINETRICKS_VERSION=20250102-next
# You should see a micro (u with a tail) here [µ]
# You should see a trademark symbol here [™]
+W_NO_WIN64_WARNINGS=1
+
#--------------------------------------------------------------------
#
# Winetricks is a package manager for Win32 dlls and applications on POSIX.
--
2.42.4
%define oname winetricks
%define commit 9f6b3136ee218b853792b056da0985c8053b3c10
%define commit e73c4d8f71801fe842c0276b603d9c8024d6d957
Name: wine-etersoft-winetricks
Version: 20250125
Version: 20250206
Release: eter1
Summary: Work around common problems in Wine
......@@ -17,6 +17,7 @@ Packager: Vitaly Lipatov <lav@altlinux.ru>
Source: %name-%version.tar
Patch2: 0001-winetricks-try-use-xvt-as-terminal.patch
Patch3: 0001-winetricks-W_NO_WIN64_WARNINGS-1.patch
Patch10: 0001-Rename-w_try_regsvr-to-w_try_regsvr32.patch
Patch11: 0002-Remove-unuseful-binary-arch-detection.patch
......@@ -57,6 +58,7 @@ or tweak various Wine settings individually.
%prep
%setup
%patch2 -p1
%patch3 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
......@@ -92,6 +94,10 @@ desktop-file-validate %buildroot%_desktopdir/%oname.desktop
%_datadir/bash-completion/completions/winetricks
%changelog
* Thu Feb 13 2025 Vitaly Lipatov <lav@altlinux.ru> 20250206-eter1
- new version (20250206) with rpmgs script
- disable win64 warning
* Thu Feb 06 2025 Vitaly Lipatov <lav@altlinux.ru> 20250125-eter1
- new version (20250125) with rpmgs script
......
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