rpms/ocaml/FC-3 ocaml.spec,1.10,1.11 sources,1.4,1.5

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sun Sep 11 10:13:16 UTC 2005


Author: gemi

Update of /cvs/extras/rpms/ocaml/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12278

Modified Files:
	ocaml.spec sources 
Log Message:
new version 3.08.4


Index: ocaml.spec
===================================================================
RCS file: /cvs/extras/rpms/ocaml/FC-3/ocaml.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ocaml.spec	26 Mar 2005 19:28:02 -0000	1.10
+++ ocaml.spec	11 Sep 2005 10:13:14 -0000	1.11
@@ -1,16 +1,18 @@
 Name:		ocaml
-Version:	3.08.3
-Release:	1
+Version:	3.08.4
+Release: 	1%{?dist}
+
 Summary:	Objective Caml compiler and programming environment
 
 Group:		Development/Languages
 License:	QPL/LGPL
 URL:		http://www.ocaml.org
-Source0:	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.3.tar.bz2
+Source0:	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.4.tar.bz2
 Source1:	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08-refman.html.tar.gz
 Source2:	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08-refman.ps.gz
 Source3:	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08-refman.info.tar.gz
-Patch:		ocaml-rpath.patch
+Patch0:		ocaml-rpath.patch
+Patch1:		ocaml-user-cflags.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ncurses-devel, gdbm-devel, xorg-x11-devel
 BuildRequires:	tcl-devel, tk-devel
@@ -74,12 +76,13 @@
 %setup -q -T -b 0
 %setup -q -T -D -a 1
 %setup -q -T -D -a 3
-%patch -p1
+%patch0 -p1
+%patch1 -p1 -b .cflags
+
 cp %{SOURCE2} refman.ps.gz
 
 %build
-./configure \
-    -ccoption "gcc $RPM_OPT_FLAGS" \
+CFLAGS="$RPM_OPT_FLAGS" ./configure \
     -bindir %{_bindir} \
     -libdir %{_libdir}/ocaml \
     -x11lib %{_prefix}/X11R6/%{_lib} \
@@ -176,6 +179,9 @@
 %doc emacs/README
 
 %changelog
+* Sun Sep 11 2005 Gerard Milmeister <gemi at bluewin.ch> - 3.08.4-1
+- New Version 3.08.4
+
 * Sat Mar 26 2005 Gerard Milmeister <gemi at bluewin.ch> - 3.08.3-1
 - New Version 3.08.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ocaml/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	26 Mar 2005 19:28:02 -0000	1.4
+++ sources	11 Sep 2005 10:13:14 -0000	1.5
@@ -1,4 +1,4 @@
-8277bb1537051fe5151dc31c350d64cd  ocaml-3.08.3.tar.bz2
+96b8edeb6190d9f15c086c7decd277a9  ocaml-3.08.4.tar.bz2
 0daee5643db6960682c1a7d84467885f  ocaml-3.08-refman.html.tar.gz
 49b68ec07ccd7ce45eb6bd3f3fdee140  ocaml-3.08-refman.info.tar.gz
 35a5d4318456c0982e72ee3f33364bf5  ocaml-3.08-refman.ps.gz




More information about the fedora-extras-commits mailing list