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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jul 7 14:12:37 UTC 2006


Author: spot

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

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

Update to 0.4.0.1


gxemul-0.4.0.1-enableall.patch:

--- NEW FILE gxemul-0.4.0.1-enableall.patch ---
--- gxemul-0.4.0.1/configure.BAD	2006-07-06 10:44:36.000000000 -0500
+++ gxemul-0.4.0.1/configure	2006-07-06 10:46:59.000000000 -0500
@@ -95,14 +95,28 @@
 			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
+			ENABLEHPPA=YES
+			ENABLEI960=YES
+			ENABLEIA64=YES
+			ENABLEM68K=YES
+			ENABLEMIPS=YES
+			ENABLEPPC=YES
+			ENABLESH=YES
+			ENABLESPARC=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-4/gxemul.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gxemul.spec	28 Feb 2006 22:22:21 -0000	1.3
+++ gxemul.spec	7 Jul 2006 14:12:37 -0000	1.4
@@ -1,5 +1,5 @@
 Name:		gxemul
-Version:	0.3.8
+Version:	0.4.0.1
 Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
@@ -7,8 +7,8 @@
 URL:		http://gavare.se/gxemul
 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
+BuildRequires:	libX11-devel, xorg-x11-proto-devel
+Patch0:		gxemul-0.4.0.1-enableall.patch
 
 %description
 GXemul is an experimental instruction-level machine emulator. It can be
@@ -20,7 +20,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .enableall
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-all
@@ -43,6 +43,9 @@
 %{_mandir}/man1/gxemul.*
 
 %changelog
+* Thu Jul  6 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.0.1-1
+- bump to 0.4.0.1
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-1
 - bump to 0.3.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gxemul/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Feb 2006 22:22:21 -0000	1.4
+++ sources	7 Jul 2006 14:12:37 -0000	1.5
@@ -1 +1 @@
-3086772fdd6e93aa1ecfffd8e28986d6  gxemul-0.3.8.tar.gz
+f8c69ebeae07cadae52e07fb2adab00f  gxemul-0.4.0.1.tar.gz




More information about the fedora-extras-commits mailing list