rpms/mlton/devel .cvsignore, 1.8, 1.9 mlton.spec, 1.26, 1.27 sources, 1.8, 1.9

Adam Goode agoode at fedoraproject.org
Wed May 27 01:47:06 UTC 2009


Author: agoode

Update of /cvs/extras/rpms/mlton/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12252

Modified Files:
	.cvsignore mlton.spec sources 
Log Message:
* Tue May 26 2009 Adam Goode <adam at spicenitz.org> - 20070826-15
- Bootstrap ARM



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	28 Sep 2007 02:08:16 -0000	1.8
+++ .cvsignore	27 May 2009 01:46:35 -0000	1.9
@@ -1 +1,2 @@
 mlton-20070826-1.src.tgz
+mlton-20090525-1.arm-linux.tgz


Index: mlton.spec
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/mlton.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- mlton.spec	26 Feb 2009 01:45:25 -0000	1.26
+++ mlton.spec	27 May 2009 01:46:35 -0000	1.27
@@ -1,8 +1,8 @@
-%define mlton_bootstrap 0
+%define mlton_bootstrap 1
 
 Name:		mlton
 Version:	20070826
-Release:	14%{?dist}
+Release:	15%{?dist}
 Summary:	Optimizing compiler for Standard ML
 
 Group:		Development/Languages
@@ -10,10 +10,11 @@ License:	MIT
 URL:		http://mlton.org/
 Source0:	http://mlton.org/pages/Download/attachments/%{name}-%{version}-1.src.tgz
 
-#Source1:	mlton-20061107-1.ppc-linux.tgz
+Source1:	mlton-20090525-1.arm-linux.tgz
 
 Patch0:		mlton-20070826-debuginfo.patch
 Patch1:		mlton-20070826-no-execmem.patch
+Patch2:		mlton-20070826-arm.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -46,6 +47,9 @@ multiprecision library, and lots of usef
 # no execmem
 %patch1 -p1 -b .no-execmem
 
+# ARM
+%patch2 -p1 -b .arm
+
 %if %{mlton_bootstrap}
 %setup -T -D -q -a 1
 sed -i 's/\(^lib=\).*$/\1\$MLTON_BOOTSTRAP_DIR\/lib\/mlton/g'  \
@@ -101,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 26 2009 Adam Goode <adam at spicenitz.org> - 20070826-15
+- Bootstrap ARM
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20070826-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	28 Sep 2007 02:08:04 -0000	1.8
+++ sources	27 May 2009 01:46:35 -0000	1.9
@@ -1 +1,2 @@
 08356566e20f47c1bcc8002fde72c2ec  mlton-20070826-1.src.tgz
+ceb06554a004c4ab49dde48c5e3fc105  mlton-20090525-1.arm-linux.tgz




More information about the scm-commits mailing list