rpms/mlton/FC-6 .cvsignore, 1.2, 1.3 mlton-debuginfo.patch, 1.1, 1.2 mlton.spec, 1.3, 1.4 sources, 1.2, 1.3

Adam Goode (agoode) fedora-extras-commits at redhat.com
Thu Nov 16 06:26:45 UTC 2006


Author: agoode

Update of /cvs/extras/rpms/mlton/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18161

Modified Files:
	.cvsignore mlton-debuginfo.patch mlton.spec sources 
Log Message:
new upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mlton/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jul 2006 13:51:57 -0000	1.2
+++ .cvsignore	16 Nov 2006 06:26:14 -0000	1.3
@@ -1,3 +1 @@
-mlton-20051202-1.src.tgz
-mlton-bootstrap.i386.tar.bz2
-mlton-bootstrap.ppc.tar.bz2
+mlton-20061107.tar.bz2

mlton-debuginfo.patch:

Index: mlton-debuginfo.patch
===================================================================
RCS file: /cvs/extras/rpms/mlton/FC-6/mlton-debuginfo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mlton-debuginfo.patch	9 Jul 2006 13:51:57 -0000	1.1
+++ mlton-debuginfo.patch	16 Nov 2006 06:26:14 -0000	1.2
@@ -1,24 +1,24 @@
-diff -ur mlton-20051202~/bytecode/Makefile mlton-20051202/bytecode/Makefile
---- mlton-20051202~/bytecode/Makefile	2005-11-30 13:36:52.000000000 -0500
-+++ mlton-20051202/bytecode/Makefile	2006-06-25 18:14:13.000000000 -0400
+diff -ur mlton-20061107~/bytecode/Makefile mlton-20061107/bytecode/Makefile
+--- mlton-20061107~/bytecode/Makefile	2006-05-13 17:11:02.000000000 -0400
++++ mlton-20061107/bytecode/Makefile	2006-11-14 23:18:42.000000000 -0500
 @@ -10,7 +10,7 @@
  all: interpret.o interpret-gdb.o print-opcodes
  
  CC = gcc -std=gnu99
 -CFLAGS = -fomit-frame-pointer -I../runtime -I../include -Wall
 +CFLAGS = -fomit-frame-pointer -g -I../runtime -I../include -Wall
- 
- ifeq ($(TARGET_ARCH), amd64)
- CFLAGS += -mtune=opteron -m32 
-diff -ur mlton-20051202~/Makefile mlton-20051202/Makefile
---- mlton-20051202~/Makefile	2005-11-30 22:27:06.000000000 -0500
-+++ mlton-20051202/Makefile	2006-06-25 18:13:45.000000000 -0400
-@@ -402,17 +402,6 @@
+ DEBUGFLAGS = $(CFLAGS)
+ ifneq ($(TARGET_ARCH), ia64)
+ ifneq ($(TARGET_ARCH), powerpc)
+diff -ur mlton-20061107~/Makefile mlton-20061107/Makefile
+--- mlton-20061107~/Makefile	2006-11-06 20:40:08.000000000 -0500
++++ mlton-20061107/Makefile	2006-11-14 23:19:34.000000000 -0500
+@@ -411,17 +411,6 @@
  	if $(GZIP_MAN); then						\
  		cd $(TMAN) && $(GZIP) $(MAN_PAGES);			\
  	fi
 -	case "$(TARGET_OS)" in						\
--	cygwin|darwin|solaris)						\
+-	aix|cygwin|darwin|solaris)					\
 -	;;								\
 -	*)								\
 -		for f in $(TLIB)/$(AOUT)$(EXE) $(TBIN)/$(LEX)$(EXE)	\
@@ -31,15 +31,15 @@
  
  .PHONY: install-docs
  install-docs:
-diff -ur mlton-20051202~/runtime/Makefile mlton-20051202/runtime/Makefile
---- mlton-20051202~/runtime/Makefile	2005-11-29 18:05:07.000000000 -0500
-+++ mlton-20051202/runtime/Makefile	2006-06-25 18:13:45.000000000 -0400
+diff -ur mlton-20061107~/runtime/Makefile mlton-20061107/runtime/Makefile
+--- mlton-20061107~/runtime/Makefile	2006-05-13 17:11:02.000000000 -0400
++++ mlton-20061107/runtime/Makefile	2006-11-14 23:20:40.000000000 -0500
 @@ -49,7 +49,7 @@
  endif
  
  CC = gcc -std=gnu99
 -CFLAGS = -O2 -Wall -I. -Iplatform -D_FILE_OFFSET_BITS=64 $(FLAGS)
 +CFLAGS = -O2 -Wall -g -I. -Iplatform -D_FILE_OFFSET_BITS=64 $(FLAGS)
- DEBUGFLAGS = $(CFLAGS) -gstabs+ -g2
- 
- CFILES = 							\
+ DEBUGFLAGS = $(CFLAGS)
+ ifneq ($(TARGET_ARCH), ia64)
+ ifneq ($(TARGET_ARCH), powerpc)


Index: mlton.spec
===================================================================
RCS file: /cvs/extras/rpms/mlton/FC-6/mlton.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mlton.spec	1 Sep 2006 03:16:33 -0000	1.3
+++ mlton.spec	16 Nov 2006 06:26:14 -0000	1.4
@@ -1,14 +1,14 @@
 %define mlton_bootstrap 0
 
 Name:		mlton
-Version:	20051202
-Release:	8%{?dist}.1
+Version:	20061107
+Release:	1%{?dist}
 Summary:	Optimizing compiler for Standard ML
 
 Group:		Development/Languages
 License:	BSD style and MIT
 URL:		http://mlton.org/
-Source0:	http://mlton.org/pages/Download/attachments/mlton-%{version}-1.src.tgz
+Source0:	mlton-%{version}.tar.bz2
 %if %{mlton_bootstrap}
 # taken from mlton_20060213-1 from Debian
 Source1:	mlton-bootstrap.i386.tar.bz2
@@ -21,7 +21,7 @@
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gmp-devel htmldoc tetex-latex which
+BuildRequires:	gmp-devel htmldoc tetex-latex
 %if ! %{mlton_bootstrap}
 BuildRequires:	mlton
 %endif
@@ -44,6 +44,9 @@
 %prep
 %setup -q
 
+# instantiate version numbers
+make version
+
 # build documentation as PDF
 %patch -P 0 -p1
 # enable -g and disable strip so debuginfo packages work
@@ -100,6 +103,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sun Nov 12 2006 Adam Goode <adam at spicenitz.org> - 20061107-1
+- New release, taken from svn://mlton.org/mlton/tags/on-20061107
+
 * Thu Aug 31 2006 Adam Goode <adam at spicenitz.org> - 20051202-8.1
 - Mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mlton/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jul 2006 13:51:57 -0000	1.2
+++ sources	16 Nov 2006 06:26:14 -0000	1.3
@@ -1,3 +1 @@
-766b25e39dff36da5f3ed81effd5471b  mlton-20051202-1.src.tgz
-34f8bf4c11cca4867beb3bccab04b0a5  mlton-bootstrap.i386.tar.bz2
-16358b27a8f86ec1aede640fff1c77ff  mlton-bootstrap.ppc.tar.bz2
+eb5766150520d493fe3f76ee83d475c9  mlton-20061107.tar.bz2




More information about the fedora-extras-commits mailing list