Author: rjones
Update of /cvs/pkgs/rpms/ocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15860
Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-3.11.0-string-index-from.patch Log Message: 3.11.1 release candidate 0.
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 4 Dec 2008 15:34:51 -0000 1.13 +++ .cvsignore 22 May 2009 15:25:54 -0000 1.14 @@ -1,6 +1,4 @@ -ocaml-3.11.0+beta1.tar.bz2 ocaml-3.11-refman.html.tar.gz ocaml-3.11-refman.info.tar.gz ocaml-3.11-refman.pdf -ocaml-3.11.0+rc1.tar.bz2 -ocaml-3.11.0.tar.bz2 +ocaml-3.11.1+rc0.tar.gz
Index: ocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- ocaml.spec 26 Feb 2009 06:43:42 -0000 1.51 +++ ocaml.spec 22 May 2009 15:25:54 -0000 1.52 @@ -1,8 +1,8 @@ %define _default_patch_fuzz 2
Name: ocaml -Version: 3.11.0 -Release: 2%{?dist} +Version: 3.11.1 +Release: 0.rc0.1%{?dist}
Summary: Objective Caml compiler and programming environment
@@ -11,7 +11,7 @@ License: QPL and (LGPLv2+ with ex
URL: http://www.ocaml.org
-Source0: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-%%7Bversion%7D.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-%%7Bversion%7D+rc0.tar.gz 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 @@ -21,17 +21,9 @@ Source5: ocaml-find-provides.sh Patch0: ocaml-3.11.0-rpath.patch Patch1: ocaml-user-cflags.patch
-# Not needed, this is upstream since 3.11.0: -#Patch2: ocaml-3.10.0-tclver.patch - # Support for PPC64 platform by David Woodhouse: Patch3: ocaml-3.11.0-ppc64.patch
-# Not needed because the GC allocator was completely rewritten: -#Patch4: ocaml-3.10.1-map32bit.patch -# A similar fix went upstream in 3.11.0: -#Patch5: ocaml-3.11-dev12-no-executable-stack.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel @@ -197,15 +189,12 @@ man pages and info files.
%prep -%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} +%setup -q -T -b 0 -n %{name}-%{version}rc0 +%setup -q -T -D -a 1 -n %{name}-%{version}rc0 +%setup -q -T -D -a 3 -n %{name}-%{version}rc0 %patch0 -p1 -b .rpath %patch1 -p1 -b .cflags -#%patch2 -p1 -b .tclver %patch3 -p1 -b .ppc64 -#%patch4 -p1 -b .map32bit -#%patch5 -p0 -b .noexecstack
cp %{SOURCE2} refman.pdf
@@ -446,6 +435,9 @@ fi
%changelog +* Fri May 22 2009 Richard W.M. Jones rjones@redhat.com - 3.11.1-0.rc0.1 +- 3.11.1 release candidate 0. + * Wed Feb 25 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- sources 4 Dec 2008 15:34:51 -0000 1.16 +++ sources 22 May 2009 15:25:54 -0000 1.17 @@ -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 -6ed1c3ed660a15408362242fa8fa4668 ocaml-3.11.0.tar.bz2 +45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz
--- ocaml-3.11.0-string-index-from.patch DELETED ---
ocaml-devel@lists.fedoraproject.org