rpms/gxemul/FC-4 gxemul-0.3.8-enableall.patch, NONE, 1.1 gxemul.spec, 1.2, 1.3 sources, 1.3, 1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Feb 28 22:22:21 UTC 2006


Author: spot

Update of /cvs/extras/rpms/gxemul/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv629/FC-4

Modified Files:
	gxemul.spec sources 
Added Files:
	gxemul-0.3.8-enableall.patch 
Log Message:

gxemul 0.3.8


gxemul-0.3.8-enableall.patch:

--- NEW FILE gxemul-0.3.8-enableall.patch ---
--- gxemul-0.3.8/configure.enableall	2006-02-18 08:06:41.000000000 -0600
+++ gxemul-0.3.8/configure	2006-02-28 16:12:05.000000000 -0600
@@ -102,6 +102,20 @@
 			MIPS16=NO
 		else if [ z$a = z--enable-mips16 ]; then
 			MIPS16=YES
+		else if [ z$a = z--enable-all ]; then
+			ENABLEALPHA=YES
+			ENABLEARM=YES
+			ENABLEAVR=YES
+			ENABLEHPPA=YES
+			ENABLEI960=YES
+			ENABLEIA64=YES
+			ENABLEM68K=YES
+			ENABLEMIPS=YES
+			ENABLENEWMIPS=YES
+			ENABLEPPC=YES
+			ENABLESH=YES
+			ENABLESPARC=YES
+			ENABLEX86=YES
 		else if [ z$a = z--disable-dyntransbackend ]; then
 			DYNTRANSBACKEND=NO
 		else if [ z$a = z--enable-dyntransbackend ]; then
@@ -165,7 +179,7 @@
 			    "available options."
 			exit
 		fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi
-		fi; fi
+		fi; fi; fi
 	done
 fi
 


Index: gxemul.spec
===================================================================
RCS file: /cvs/extras/rpms/gxemul/FC-4/gxemul.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gxemul.spec	9 Jan 2006 19:14:56 -0000	1.2
+++ gxemul.spec	28 Feb 2006 22:22:21 -0000	1.3
@@ -1,5 +1,5 @@
 Name:		gxemul
-Version:	0.3.7
+Version:	0.3.8
 Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
@@ -8,6 +8,7 @@
 Source0:	http://gavare.se/gxemul/src/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	xorg-x11-devel
+Patch0:		gxemul-0.3.8-enableall.patch
 
 %description
 GXemul is an experimental instruction-level machine emulator. It can be
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-all
@@ -41,6 +43,9 @@
 %{_mandir}/man1/gxemul.*
 
 %changelog
+* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-1
+- bump to 0.3.8
+
 * Mon Jan  9 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.7-1
 - bump to 0.3.7
 - enable all the cpu types by default (MIPS, ARM, PPC are primary)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gxemul/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Jan 2006 19:14:56 -0000	1.3
+++ sources	28 Feb 2006 22:22:21 -0000	1.4
@@ -1 +1 @@
-48301bcba8ee51c0f6bcf462277668c5  gxemul-0.3.7.tar.gz
+3086772fdd6e93aa1ecfffd8e28986d6  gxemul-0.3.8.tar.gz




More information about the fedora-extras-commits mailing list