diff --git a/wine.changes b/wine.changes index bcc683f..9625aee 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 15 14:33:18 CEST 2008 - ro@suse.de + +- add exclusivearch to specfile + ------------------------------------------------------------------- Fri Jul 11 22:10:34 CEST 2008 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 9011995..3fe9aea 100644 --- a/wine.spec +++ b/wine.spec @@ -2,9 +2,16 @@ # spec file for package wine (Version 1.1.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -17,7 +24,7 @@ License: LGPL v2.1 or later Group: System/Emulators/PC AutoReqProv: on Version: 1.1.1 -Release: 1 +Release: 17 Summary: An MS Windows Emulator Url: http://www.winehq.com Source0: wine-%version.tar.bz2 @@ -25,6 +32,7 @@ Source1: http://kegel.com/wine/winetricks Source3: README.SuSE Source4: wine.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 %description An MS Windows emulator, consisting of both runtime and source @@ -118,6 +126,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/aclocal/wine.m4 %changelog +* Fri Aug 15 2008 ro@suse.de +- add exclusivearch to specfile * Sat Jul 12 2008 meissner@suse.de - Updated to upstream 1.1.1 - development release - Fixes for Photoshop CS3 and Office 2007 installers.