rpms/gxemul/FC-5 gxemul-0.4.3-enableall.patch, NONE, 1.1 gxemul.spec, 1.7, 1.8 sources, 1.6, 1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jan 17 21:24:41 UTC 2007


Author: spot

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

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

Bump to 0.4.3


gxemul-0.4.3-enableall.patch:

--- NEW FILE gxemul-0.4.3-enableall.patch ---
--- gxemul-0.4.3/configure.BAD	2006-07-06 10:44:36.000000000 -0500
+++ gxemul-0.4.3/configure	2006-07-06 10:46:59.000000000 -0500
@@ -95,14 +95,31 @@
 			printf "usage: $0 [options]\n\n"
 			echo "  --disable-x         don't include X11 support,"\
 			    "even if the host supports it"
+			echo "  --enable-all        enable all arches "
 			echo
 			exit
+		else if [ z$a = z--enable-all ]; then
+			ENABLEALPHA=YES
+			ENABLEARM=YES
+			ENABLEAVR=YES
+			ENABLEAVR32=YES
+			ENABLEHPPA=YES
+			ENABLEI960=YES
+			ENABLEIA64=YES
+			ENABLEM68K=YES
+			ENABLEMIPS=YES
+			ENABLEPPC=YES
+			ENABLERCA180X=YES
+			ENABLESH=YES
+			ENABLESPARC=YES
+			ENABLETRANSPUTER=YES
+			ENABLEX86=YES
 		else
 			echo "Invalid option: $a"
 			echo "Run  $0 --help  to get a list of" \
 			    "available options."
 			exit
-		fi; fi
+		fi; fi; fi
 	done
 fi
 


Index: gxemul.spec
===================================================================
RCS file: /cvs/extras/rpms/gxemul/FC-5/gxemul.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gxemul.spec	11 Sep 2006 23:01:40 -0000	1.7
+++ gxemul.spec	17 Jan 2007 21:24:11 -0000	1.8
@@ -1,5 +1,5 @@
 Name:		gxemul
-Version:	0.4.2
+Version:	0.4.3
 Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
@@ -8,7 +8,7 @@
 Source0:	http://gavare.se/gxemul/src/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libX11-devel, xorg-x11-proto-devel
-Patch0:		gxemul-0.4.0.1-enableall.patch
+Patch0:		gxemul-0.4.3-enableall.patch
 
 %description
 GXemul is an experimental instruction-level machine emulator. It can be
@@ -43,8 +43,11 @@
 %{_mandir}/man1/gxemul.*
 
 %changelog
+* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.3-1
+- bump to 0.4.3
+
 * Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.2-1
-- bump for 0.4.2
+- bump to 0.4.2
 
 * Tue Jul 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.0.1-3
 - add demos/ to doc


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gxemul/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	11 Sep 2006 23:01:40 -0000	1.6
+++ sources	17 Jan 2007 21:24:11 -0000	1.7
@@ -1 +1 @@
-036021e777b9c5a646ab7e03b53a708a  gxemul-0.4.2.tar.gz
+4d719fde71784ead1c85c78b2a9c37a8  gxemul-0.4.3.tar.gz




More information about the scm-commits mailing list