rpms/ocaml/FC-3 .cvsignore, 1.3, 1.4 ocaml.spec, 1.9, 1.10 sources, 1.3, 1.4

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Mar 26 19:28:04 UTC 2005


Author: gemi

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

Modified Files:
	.cvsignore ocaml.spec sources 
Log Message:
New Version 3.08.3



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ocaml/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	11 Feb 2005 23:49:55 -0000	1.3
+++ .cvsignore	26 Mar 2005 19:28:02 -0000	1.4
@@ -1,4 +1,4 @@
-ocaml-3.08.2.tar.bz2
+ocaml-3.08.3.tar.bz2
 ocaml-3.08-refman.html.tar.gz
 ocaml-3.08-refman.info.tar.gz
 ocaml-3.08-refman.ps.gz


Index: ocaml.spec
===================================================================
RCS file: /cvs/extras/rpms/ocaml/FC-3/ocaml.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ocaml.spec	12 Feb 2005 16:39:53 -0000	1.9
+++ ocaml.spec	26 Mar 2005 19:28:02 -0000	1.10
@@ -1,22 +1,22 @@
-Name: 		ocaml
-Version: 	3.08.2
-Release:	2
-Epoch:		0
-Summary: 	The Objective Caml compiler and programming environment
+Name:		ocaml
+Version:	3.08.3
+Release:	1
+Summary:	Objective Caml compiler and programming environment
 
-Group: 		Development/Languages
-License: 	QPL/LGPL
+Group:		Development/Languages
+License:	QPL/LGPL
 URL:		http://www.ocaml.org
-Source0: 	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.2.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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:	http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.3.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
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ncurses-devel, gdbm-devel, xorg-x11-devel
 BuildRequires:	tcl-devel, tk-devel
 BuildRequires:	emacs, perl
-Requires(post,preun): /sbin/install-info
+Requires(post):	/sbin/install-info
+Requires(preun): /sbin/install-info
 
 %description
 Objective Caml is a high-level, strongly-typed, functional and
@@ -30,7 +30,7 @@
 %package -n labltk
 Group:		Development/Languages
 Summary:	Tk bindings for Objective Caml
-Requires:	ocaml = %{epoch}:%{version}-%{release}
+Requires:	ocaml = %{version}-%{release}
 
 %description -n labltk
 A library for interfacing Objective Caml with the scripting language
@@ -38,8 +38,8 @@
 
 %package -n camlp4
 Group:		Development/Languages
-Summary:	A Pre-Processor-Pretty-Printer for OCaml
-Requires:	ocaml = %{epoch}:%{version}-%{release}
+Summary:	Pre-Processor-Pretty-Printer for OCaml
+Requires:	ocaml = %{version}-%{release}
 
 %description -n camlp4
 Camlp4 is a Pre-Processor-Pretty-Printer for OCaml, parsing a source
@@ -48,7 +48,7 @@
 %package ocamldoc
 Group:		Development/Languages
 Summary:	Documentation generator for OCaml
-Requires:	ocaml = %{epoch}:%{version}-%{release}
+Requires:	ocaml = %{version}-%{release}
 
 %description ocamldoc
 Documentation generator for Objective Caml.
@@ -56,7 +56,7 @@
 %package emacs
 Group:		Development/Languages
 Summary:	Emacs mode for Objective Caml
-Requires:	ocaml = %{epoch}:%{version}-%{release}
+Requires:	ocaml = %{version}-%{release}
 Requires:	emacs
 
 %description emacs
@@ -65,7 +65,7 @@
 %package docs
 Group:		Development/Languages
 Summary:	Documentation for OCaml
-Requires:	ocaml = %{epoch}:%{version}-%{release}
+Requires:	ocaml = %{version}-%{release}
 
 %description docs
 Documentation for Objective Caml.
@@ -113,7 +113,7 @@
     %{_infodir}/dir 2>/dev/null || :
 
 %preun
-if [ $1 = 0 ]; then
+if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
 fi
 
@@ -176,6 +176,9 @@
 %doc emacs/README
 
 %changelog
+* Sat Mar 26 2005 Gerard Milmeister <gemi at bluewin.ch> - 3.08.3-1
+- New Version 3.08.3
+
 * Sat Feb 12 2005 Gerard Milmeister <gemi at bluewin.ch> - 0:3.08.2-2
 - Added patch for removing rpath from shared libs
 
@@ -183,7 +186,7 @@
 - New Version 3.08.2
 
 * Thu Dec 30 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:3.07-6
-- add -x11lib %%{_prefix}/X11R6/%%{_lib} to configure; fixes labltk build 
+- add -x11lib %%{_prefix}/X11R6/%%{_lib} to configure; fixes labltk build
   on x86_64
 
 * Tue Dec  2 2003 Gerard Milmeister <gemi at bluewin.ch> - 0:3.07-0.fdr.5


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ocaml/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Feb 2005 23:49:55 -0000	1.3
+++ sources	26 Mar 2005 19:28:02 -0000	1.4
@@ -1,4 +1,4 @@
-608319707707cf4ac3f7a13eb63260ad  ocaml-3.08.2.tar.bz2
+8277bb1537051fe5151dc31c350d64cd  ocaml-3.08.3.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