OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 17-Dec-2003 10:14:39
Branch: HEAD Handle: 2003121709143405
Modified files:
openpkg-re/vcheck vc.ocaml
openpkg-src/ocaml ocaml.spec
openpkg-web news.txt
Log:
upgrading package: ocaml 3.07 -> 3.07pl2
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-re/vcheck/vc.ocaml
1.15 +8 -4 openpkg-src/ocaml/ocaml.spec
1.7793 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.ocaml
============================================================================
$ cvs diff -u -r1.5 -r1.6 vc.ocaml
--- openpkg-re/vcheck/vc.ocaml 29 Sep 2003 18:51:45 -0000 1.5
+++ openpkg-re/vcheck/vc.ocaml 17 Dec 2003 09:14:34 -0000 1.6
@@ -2,7 +2,7 @@
}
prog ocaml = {
- version = 3.07
+ version = 3.07pl2
url = http://caml.inria.fr/ocaml/distrib.html
regex = ocaml-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ocaml/ocaml.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 ocaml.spec
--- openpkg-src/ocaml/ocaml.spec 29 Sep 2003 18:51:47 -0000 1.14
+++ openpkg-src/ocaml/ocaml.spec 17 Dec 2003 09:14:39 -0000 1.15
@@ -23,6 +23,10 @@
## SUCH DAMAGE.
##
+# package version
+%define V_major 3.07
+%define V_minor pl2
+
# package information
Name: ocaml
Summary: Objective Caml
@@ -32,11 +36,11 @@
Distribution: OpenPKG [EVAL]
Group: Language
License: LGPL+QPL
-Version: 3.07
-Release: 20030929
+Version: %{V_major}%{V_minor}
+Release: 20031217
# list of sources
-Source0: http://caml.inria.fr/distrib/ocaml-%{version}/ocaml-%{version}.tar.gz
+Source0: http://caml.inria.fr/distrib/ocaml-%{V_major}/ocaml-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -52,7 +56,7 @@
implementations of Caml.
%prep
- %setup -q
+ %setup -q -n ocaml-%{V_major}
%build
./configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7792 -r1.7793 news.txt
--- openpkg-web/news.txt 17 Dec 2003 09:14:20 -0000 1.7792
+++ openpkg-web/news.txt 17 Dec 2003 09:14:35 -0000 1.7793
@@ -1,3 +1,4 @@
+17-Dec-2003: Upgraded package: P<ocaml-3.07pl2-20031217>
17-Dec-2003: Upgraded package: P<pari-2.1.5-20031217>
17-Dec-2003: Upgraded package: P<xine-lib-1rc3-20031217>
17-Dec-2003: Upgraded package: P<nspr-4.3-20031217>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]