]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- release beta.2
authorMichal Moskal <michal@moskal.me>
Wed, 3 Sep 2003 22:25:30 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added unused-var patch

Changed files:
    ocaml.spec -> 1.70

ocaml.spec

index 04acdd005d57bb418f3f49445e7c65b741195da3..eaadd4a76ffbae19d7fba5cd4dcac1801e21c7b4 100644 (file)
@@ -16,7 +16,7 @@ Summary:      The Objective Caml compiler and programming environment
 Summary(pl):   Kompilator OCamla (Objective Caml) oraz ¶rodowisko programistyczne
 Name:          ocaml
 Version:       3.07
-Release:       0.%{beta}.1
+Release:       0.%{beta}.2
 License:       distributable
 Vendor:                Group of implementors <caml-light@inria.fr>
 Group:         Development/Languages
@@ -42,6 +42,7 @@ Patch0:               %{name}-build.patch
 Patch1:                %{name}-db3.patch
 Patch2:                %{name}-objinfo.patch
 Patch3:                %{name}-mano.patch
+Patch4:                %{name}-unused-var-warning.patch
 URL:           http://caml.inria.fr/
 Requires:      ocaml-runtime = %{version}-%{release}
 Obsoletes:     ocaml-ocamldoc
@@ -287,6 +288,7 @@ cp %{SOURCE6} docs/camlp4-tutorial.ps.gz
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 ./configure \
This page took 0.029662 seconds and 4 git commands to generate.