From 72e4275157d498c2423b8157dff1515dc24e9047 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jun 03 2009 18:20:32 +0000 Subject: Remember to upload the source this time. --- diff --git a/.cvsignore b/.cvsignore index 048834a..ea804b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ ocaml-3.11-refman.html.tar.gz ocaml-3.11-refman.info.tar.gz ocaml-3.11-refman.pdf ocaml-3.11.1+rc0.tar.gz +ocaml-3.11.1+rc1.tar.gz diff --git a/ocaml.spec b/ocaml.spec index cafeaeb..f2ab2a4 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -2,7 +2,7 @@ Name: ocaml Version: 3.11.1 -Release: 0.rc1.1%{?dist} +Release: 0.rc1.2%{?dist} Summary: Objective Caml compiler and programming environment @@ -434,6 +434,9 @@ fi %changelog +* Wed Jun 3 2009 Richard W.M. Jones - 3.11.1-0.rc1.2 +- Remember to upload the source this time. + * Wed Jun 3 2009 Richard W.M. Jones - 3.11.1-0.rc1.1 - New upstream release candidate 3.11.1+rc1. - Remove ocamlbuild -where patch (now upstream). diff --git a/ocamlbuild_where.ml.diff b/ocamlbuild_where.ml.diff deleted file mode 100644 index f01babf..0000000 --- a/ocamlbuild_where.ml.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- ocaml/ocamlbuild/ocamlbuild_where.ml 2009/03/05 14:33:06 1.1.2.2 -+++ ocaml/ocamlbuild/ocamlbuild_where.ml 2009/05/24 09:11:39 1.1.2.3 -@@ -1,5 +1,7 @@ - let bindir = ref Ocamlbuild_Myocamlbuild_config.bindir;; - let libdir = ref begin -- try Filename.concat (Sys.getenv "OCAMLLIB") "ocamlbuild" -- with Not_found -> Ocamlbuild_Myocamlbuild_config.libdir -+ Filename.concat -+ (try Sys.getenv "OCAMLLIB" -+ with Not_found -> Ocamlbuild_Myocamlbuild_config.libdir) -+ "ocamlbuild" - end;; diff --git a/sources b/sources index e677b74..46650e5 100644 --- a/sources +++ b/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 -45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz +e7bf9cbdfc62c71cb13b716d77aebc76 ocaml-3.11.1+rc1.tar.gz