OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Mar-2005 11:51:37
Branch: HEAD Handle: 2005032310513600
Modified files:
openpkg-src/ocaml ocaml.spec
Log:
upgrading package: ocaml 3.08.2 -> 3.08.3
Summary:
Revision Changes Path
1.24 +6 -4 openpkg-src/ocaml/ocaml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ocaml/ocaml.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 ocaml.spec
--- openpkg-src/ocaml/ocaml.spec 1 Jan 2005 10:53:00 -0000 1.23
+++ openpkg-src/ocaml/ocaml.spec 23 Mar 2005 10:51:36 -0000 1.24
@@ -25,7 +25,7 @@
# package version
%define V_major 3.08
-%define V_minor 2
+%define V_minor 3
# package information
Name: ocaml
@@ -38,10 +38,10 @@
Group: Language
License: LGPL+QPL
Version: %{V_major}.%{V_minor}
-Release: 20041124
+Release: 20050323
# list of sources
-Source0:
http://caml.inria.fr/distrib/ocaml-%{V_major}/ocaml-%{version}.tar.gz
+Source0:
http://caml.inria.fr/pub/distrib/ocaml-%{V_major}/ocaml-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -59,7 +59,9 @@
%track
prog ocaml = {
version = %{version}
- url = http://caml.inria.fr/ocaml/distrib.html
+ url = http://caml.inria.fr/pub/distrib/
+ regex = (ocaml-(\d+\.\d+(\.\d+)*))
+ url = http://caml.inria.fr/pub/distrib/__NEWVER__/
regex = ocaml-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]