[mlton] Bootstrap ppc64

Adam Goode agoode at fedoraproject.org
Sat Apr 20 04:54:42 UTC 2013


commit b24e1585705f5f04098d91f459fb5695631f3970
Author: Adam Goode <adam at spicenitz.org>
Date:   Sat Apr 20 00:54:36 2013 -0400

    Bootstrap ppc64

 .gitignore |    2 +-
 mlton.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6e6297..4df8baf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /mlton-20100608.src.tgz
-/mlton-20100608.ppc.tar.xz
+/mlton-20100608.ppc64.tar.xz
diff --git a/mlton.spec b/mlton.spec
index a698a24..5ab96d7 100644
--- a/mlton.spec
+++ b/mlton.spec
@@ -2,7 +2,7 @@
 
 Name:		mlton
 Version:	20100608
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Optimizing compiler for Standard ML
 
 Group:		Development/Languages
@@ -10,8 +10,8 @@ License:	MIT
 URL:		http://mlton.org/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tgz
 
-Source1:	mlton-20100608.ppc.tar.xz
-ExclusiveArch:	ppc
+Source1:	mlton-20100608.ppc64.tar.xz
+ExclusiveArch:	ppc64
 
 Patch0:		mlton-20070826-no-execmem.patch
 Patch1:		mlton-20100608-no-execstack.patch
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/mlton/sml/ckit-lib/regression
 
 
 %changelog
+* Sat Apr 20 2013 Adam Goode <adam at spicenitz.org> - 20100608-12
+- Bootstrap ppc64
+
 * Fri Apr 19 2013 Adam Goode <adam at spicenitz.org> - 20100608-11
 - Bootstrap ppc
 
diff --git a/sources b/sources
index 6fd57ac..30721c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 8c53b68492a8aa41de06d35dc0e9d8fa  mlton-20100608.src.tgz
-87e3ced9fc2f0a896860bd63c232af4b  mlton-20100608.ppc.tar.xz
+e86ad7f99c4215bafa514ec59b2feba8  mlton-20100608.ppc64.tar.xz


More information about the scm-commits mailing list