rpms/wine/devel wine.spec,1.50,1.51

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Jun 3 15:59:07 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/wine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29900/devel

Modified Files:
	wine.spec 
Log Message:
- allow full opt flags again
- set ExclusiveArch to i386 for koji to only build i386



Index: wine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wine/devel/wine.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- wine.spec	3 Jun 2007 14:52:16 -0000	1.50
+++ wine.spec	3 Jun 2007 15:58:32 -0000	1.51
@@ -1,8 +1,6 @@
-%define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables
-
 Name:		wine
 Version:	0.9.38
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A Windows 16/32/64 bit emulator
 
 Group:		Applications/Emulators
@@ -49,7 +47,7 @@
 Patch1:         wine-rpath.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-ExclusiveArch:  %{ix86}
+ExclusiveArch:  i386
 
 BuildRequires:	bison
 BuildRequires:	flex
@@ -747,6 +745,11 @@
 %{_libdir}/wine/*.def
 
 %changelog
+* Sun Jun 03 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.38-2
+- allow full opt flags again
+- set ExclusiveArch to i386 for koji to only build i386
+
 * Sat Jun 02 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.38-1
 - version upgrade (#242087)




More information about the fedora-extras-commits mailing list