From 7c7d8b1b8c8c08cffa3cabfece95685a2d332ba3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:21:32 +0100 Subject: [PATCH] update to 4.2.12 x86_64: remove non-canonical requirement for wine.i586 [release 4.2.12-1mamba;Sat Aug 26 2017] --- playonlinux.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/playonlinux.spec b/playonlinux.spec index 3055743..d14ed7f 100644 --- a/playonlinux.spec +++ b/playonlinux.spec @@ -1,7 +1,7 @@ %define oname PlayOnLinux Name: playonlinux -Version: 4.2.10 -Release: 2mamba +Version: 4.2.12 +Release: 1mamba Summary: Play your Windows games on Linux Group: Graphical Desktop/Applications/Games Vendor: openmamba @@ -22,11 +22,11 @@ Requires: xz Requires: p7zip Requires: xterm Requires: /usr/bin/nc -%ifarch x86_64 -Requires: wine.i586 -%else +#% ifarch x86_64 +#Requires: wine.i586 +#% else Requires: wine -%endif +#% endif Requires: icoutils BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -79,6 +79,10 @@ cp -rf etc/* %{buildroot}%{_sysconfdir}/%{name}/ %doc LICENCE %changelog +* Sat Aug 26 2017 Silvan Calarco 4.2.12-1mamba +- update to 4.2.12 +- x86_64: remove non-canonical requirement for wine.i586 + * Wed Jul 20 2016 Silvan Calarco 4.2.10-2mamba - require /usr/bin/nc instead of netcat and wine.i586 in x86_64 environment