- Update to 3.11.2 official release.
This commit is contained in:
parent
6409abf943
commit
62846e76c2
@ -5,3 +5,4 @@ ocaml-3.11.1+rc0.tar.gz
|
||||
ocaml-3.11.1+rc1.tar.gz
|
||||
ocaml-3.11.1.tar.bz2
|
||||
ocaml-3.11.2+rc1.tar.bz2
|
||||
ocaml-3.11.2.tar.bz2
|
||||
|
14
ocaml.spec
14
ocaml.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ocaml
|
||||
Version: 3.11.2
|
||||
Release: 0.rc1.2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Objective Caml compiler and programming environment
|
||||
|
||||
@ -11,8 +11,7 @@ License: QPL and (LGPLv2+ with exceptions)
|
||||
|
||||
URL: http://www.ocaml.org
|
||||
|
||||
#Source0: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.inria.fr/INRIA/Projects/cristal/ocaml/ocaml-3.11/ocaml-3.11.2+rc1.tar.bz2
|
||||
Source0: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-%{version}.tar.bz2
|
||||
Source1: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-3.11-refman.html.tar.gz
|
||||
Source2: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-3.11-refman.pdf
|
||||
Source3: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-3.11-refman.info.tar.gz
|
||||
@ -195,9 +194,9 @@ man pages and info files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -T -b 0 -n %{name}-%{version}+rc1
|
||||
%setup -q -T -D -a 1 -n %{name}-%{version}+rc1
|
||||
%setup -q -T -D -a 3 -n %{name}-%{version}+rc1
|
||||
%setup -q -T -b 0 -n %{name}-%{version}
|
||||
%setup -q -T -D -a 1 -n %{name}-%{version}
|
||||
%setup -q -T -D -a 3 -n %{name}-%{version}
|
||||
%patch0 -p1 -b .rpath
|
||||
%patch1 -p1 -b .cflags
|
||||
%patch3 -p1 -b .ppc64
|
||||
@ -446,6 +445,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2010 Richard W.M. Jones <rjones@redhat.com> - 3.11.2-1
|
||||
- Update to 3.11.2 official release.
|
||||
|
||||
* Tue Jan 5 2010 Richard W.M. Jones <rjones@redhat.com> - 3.11.2-0.rc1.2
|
||||
- ocaml-labltk-devel should require tcl-devel and tk-devel.
|
||||
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
7e20778259f87ab5e7cb60d2a17c657c ocaml-3.11-refman.html.tar.gz
|
||||
3fcfedf63a852f502a10eac547c9042d ocaml-3.11-refman.info.tar.gz
|
||||
076a163e511e575fc384ad96394760a2 ocaml-3.11-refman.pdf
|
||||
121dd62a03bbb1dfb3fb56e3a4bda874 ocaml-3.11.2+rc1.tar.bz2
|
||||
4601a7aea66444d61704de8de46c52c6 ocaml-3.11.2.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user