From 489fa68e568c6fa433c0acaeb17bc5e13d3de7eb96271ab8372ec5e660ccf4c9 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 30 Jul 2013 06:22:47 +0000 Subject: [PATCH] - enable armv7l OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=188 --- wine.changes | 5 +++++ wine.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wine.changes b/wine.changes index 530625b..639dd18 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 30 06:22:29 UTC 2013 - meissner@suse.com + +- enable armv7l + ------------------------------------------------------------------- Fri Jul 19 05:36:25 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index adb1af9..2e4648b 100644 --- a/wine.spec +++ b/wine.spec @@ -90,7 +90,7 @@ BuildRequires: gpg-offline %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build # Perhaps arm later... -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 ppc armv7l %description An MS Windows emulator, consisting of both runtime and source