Remember to upload the source this time.
This commit is contained in:
parent
adf1368299
commit
72e4275157
@ -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
|
||||
|
@ -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 <rjones@redhat.com> - 3.11.1-0.rc1.2
|
||||
- Remember to upload the source this time.
|
||||
|
||||
* Wed Jun 3 2009 Richard W.M. Jones <rjones@redhat.com> - 3.11.1-0.rc1.1
|
||||
- New upstream release candidate 3.11.1+rc1.
|
||||
- Remove ocamlbuild -where patch (now upstream).
|
||||
|
@ -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;;
|
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
|
||||
45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz
|
||||
e7bf9cbdfc62c71cb13b716d77aebc76 ocaml-3.11.1+rc1.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user