Commit bd6a79fc authored by Vitaly Lipatov's avatar Vitaly Lipatov

20250207-alt1

- new version (20250207) with rpmgs script - disable win64 warnings
parent cffee8dc
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 commit 9f6b3136ee218b853792b056da0985c8053b3c10 %define commit e73c4d8f71801fe842c0276b603d9c8024d6d957
Name: winetricks Name: winetricks
Version: 20250125 Version: 20250207
Release: alt1 Release: alt1
Summary: Work around common problems in Wine Summary: Work around common problems in Wine
...@@ -16,6 +16,7 @@ Packager: Vitaly Lipatov <lav@altlinux.ru> ...@@ -16,6 +16,7 @@ Packager: Vitaly Lipatov <lav@altlinux.ru>
Source: %name-%version.tar Source: %name-%version.tar
Patch2: 0001-winetricks-try-use-xvt-as-terminal.patch Patch2: 0001-winetricks-try-use-xvt-as-terminal.patch
Patch3: 0001-winetricks-W_NO_WIN64_WARNINGS-1.patch
Patch10: 0001-Remove-unuseful-binary-arch-detection.patch Patch10: 0001-Remove-unuseful-binary-arch-detection.patch
Patch11: 0002-add-w_expand_env32-and-w_expand_env64-and-using-them.patch Patch11: 0002-add-w_expand_env32-and-w_expand_env64-and-using-them.patch
...@@ -53,6 +54,7 @@ or tweak various Wine settings individually. ...@@ -53,6 +54,7 @@ or tweak various Wine settings individually.
%prep %prep
%setup %setup
%patch2 -p1 %patch2 -p1
%patch3 -p1
%patch10 -p1 %patch10 -p1
%patch11 -p1 %patch11 -p1
%patch12 -p1 %patch12 -p1
...@@ -87,6 +89,10 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop ...@@ -87,6 +89,10 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop
%_datadir/bash-completion/completions/winetricks %_datadir/bash-completion/completions/winetricks
%changelog %changelog
* Thu Feb 13 2025 Vitaly Lipatov <lav@altlinux.ru> 20250207-alt1
- new version (20250207) with rpmgs script
- disable win64 warnings
* Thu Feb 06 2025 Vitaly Lipatov <lav@altlinux.ru> 20250125-alt1 * Thu Feb 06 2025 Vitaly Lipatov <lav@altlinux.ru> 20250125-alt1
- new version (20250125) with rpmgs script - 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