new version 3.09.3
This commit is contained in:
parent
145803fb9a
commit
3b2827bcb6
@ -1,4 +1,4 @@
|
||||
ocaml-3.09.2.tar.bz2
|
||||
ocaml-3.09.3.tar.bz2
|
||||
ocaml-3.09-refman.html.tar.gz
|
||||
ocaml-3.09-refman.info.tar.gz
|
||||
ocaml-3.09-refman.pdf
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- ocaml-3.08.3/otherlibs/num/bng_ia32.c.x86 2005-05-09 15:24:29.000000000 -0400
|
||||
+++ ocaml-3.08.3/otherlibs/num/bng_ia32.c 2005-05-09 22:02:50.000000000 -0400
|
||||
@@ -121,7 +121,7 @@
|
||||
"leal 4(%1), %1 \n\t"
|
||||
"decl %2 \n\t"
|
||||
"jnz 1b"
|
||||
- : "+&r" (a), "+&r" (b), "+&rm" (blen), "+&r" (out)
|
||||
+ : "+&r" (a), "+&r" (b), "+m" (blen), "+&r" (out)
|
||||
: "rm" (d)
|
||||
: "eax", "edx");
|
||||
}
|
||||
@@ -164,7 +164,7 @@
|
||||
"leal 4(%1), %1 \n\t"
|
||||
"decl %2 \n\t"
|
||||
"jnz 1b"
|
||||
- : "+&r" (a), "+&r" (b), "+&rm" (blen), "+&rm" (out), "=&r" (tmp)
|
||||
+ : "+&r" (a), "+&r" (b), "+m" (blen), "+m" (out), "=&r" (tmp)
|
||||
: "rm" (d)
|
||||
: "eax", "edx");
|
||||
}
|
@ -1,13 +1,13 @@
|
||||
Name: ocaml
|
||||
Version: 3.09.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.09.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Objective Caml compiler and programming environment
|
||||
|
||||
Group: Development/Languages
|
||||
License: QPL/LGPL
|
||||
URL: http://www.ocaml.org
|
||||
Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2
|
||||
Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2
|
||||
Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz
|
||||
Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf
|
||||
Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz
|
||||
@ -210,6 +210,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 2 2006 Gerard Milmeister <gemi@bluewin.ch> - 3.09.3-1
|
||||
- new version 3.09.3
|
||||
|
||||
* Mon Aug 28 2006 Gerard Milmeister <gemi@bluewin.ch> - 3.09.2-2
|
||||
- Rebuild for FE6
|
||||
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2
|
||||
8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2
|
||||
b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz
|
||||
280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz
|
||||
6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user