Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23023
Modified Files:
Tag: PF_ROX
INSTALL Makefile.ag MonetDB-XQuery.spec.in README VERSION
configure.ag vertoo.data
Removed Files:
Tag: PF_ROX
HowToStart-MinGW.txt HowToStart-PF
Log Message:
propagated changes of Wednesday Jan 30 2008 - Saturday Feb 09 2008
from the development trunk to the PF_ROX branch
Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/vertoo.data,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -u -d -r1.22 -r1.22.4.1
--- vertoo.data 28 Nov 2007 16:24:00 -0000 1.22
+++ vertoo.data 9 Feb 2008 08:40:01 -0000 1.22.4.1
@@ -1,6 +1,6 @@
-pathfinder = major:0; minor:21; release:0; rc:x; build:1;
+pathfinder = major:0; minor:23; release:0; rc:x; build:1;
java = major:1; minor:7; release:0; rc:x; build:1;
-clients = major:1; minor:20; release:0; rc:x; build:1;
-monetdb = major:1; minor:21; release:0; rc:x; build:1;
-monetdb5 = major:5; minor:3; release:0; rc:x; build:1;
-monetdb4 = major:4; minor:21; release:0; rc:x; build:1;
\ No newline at end of file
+clients = major:1; minor:22; release:0; rc:x; build:1;
+monetdb = major:1; minor:22; release:0; rc:x; build:1;
+monetdb5 = major:5; minor:4; release:0; rc:x; build:1;
+monetdb4 = major:4; minor:22; release:0; rc:x; build:1;
\ No newline at end of file
Index: INSTALL
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/INSTALL,v
retrieving revision 1.26
retrieving revision 1.26.4.1
diff -u -d -r1.26 -r1.26.4.1
--- INSTALL 8 Oct 2007 23:49:49 -0000 1.26
+++ INSTALL 9 Feb 2008 08:40:00 -0000 1.26.4.1
@@ -27,7 +27,7 @@
-- MonetDB (the MonetDB main-memory database system)
Pathfinder is quite tightly coupled to the MonetDB database system.
- It depends on a version that is at least 4.21.0.
+ It depends on a version that is at least 4.22.0.
Some libraries are used or even required by the Pathfinder compiler:
Index: VERSION
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/VERSION,v
retrieving revision 1.16
retrieving revision 1.16.4.1
diff -u -d -r1.16 -r1.16.4.1
--- VERSION 18 Sep 2007 21:56:24 -0000 1.16
+++ VERSION 9 Feb 2008 08:40:01 -0000 1.16.4.1
@@ -1 +1 @@
-0.21.0
+0.23.0
--- HowToStart-MinGW.txt DELETED ---
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.124
retrieving revision 1.124.4.1
diff -u -d -r1.124 -r1.124.4.1
--- configure.ag 11 Jan 2008 10:46:55 -0000 1.124
+++ configure.ag 9 Feb 2008 08:40:01 -0000 1.124.4.1
@@ -22,7 +22,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([MonetDB XQuery], [0.21.0], [EMAIL PROTECTED], [MonetDB-XQuery])
+AC_INIT([MonetDB XQuery], [0.23.0], [EMAIL PROTECTED], [MonetDB-XQuery])
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
@@ -58,7 +58,7 @@
dnl Check for Monet
-req_monetdb_ver='1.21.0'
+req_monetdb_ver='1.22.0'
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
@@ -83,7 +83,7 @@
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
AM_MONETDB_JAVA($req_monetdb_java_ver)
-req_clients_ver='1.20.0'
+req_clients_ver='1.22.0'
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
@@ -103,13 +103,13 @@
dnl since they use AM_CONDITIONAL. So we do both tests, but
dnl ignore their outcome if we haven't found MonetDB common before.
-req_monetdb4_ver='4.21.0'
+req_monetdb4_ver='4.22.0'
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
AM_MONETDB4($req_monetdb4_ver)
-req_monetdb5_ver='5.3.0'
+req_monetdb5_ver='5.4.0'
# ^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
Index: README
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/README,v
retrieving revision 1.2
retrieving revision 1.2.16.1
diff -u -d -r1.2 -r1.2.16.1
--- README 7 Apr 2006 14:02:34 -0000 1.2
+++ README 9 Feb 2008 08:40:01 -0000 1.2.16.1
@@ -1,8 +1,8 @@
MONETDB XQUERY FRONTEND
Please see files
- "HowToStart-PF" (Unix)
+ "../MonetDB/HowToStart.rst" (Unix)
or
- "HowToStart-MinGW.txt" (Windows)
+ "../buildtools/doc/windowsbuild.rst" (Windows)
for details.
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/Makefile.ag,v
retrieving revision 1.33
retrieving revision 1.33.4.1
diff -u -d -r1.33 -r1.33.4.1
--- Makefile.ag 11 Jan 2008 10:46:55 -0000 1.33
+++ Makefile.ag 9 Feb 2008 08:40:00 -0000 1.33.4.1
@@ -30,17 +30,5 @@
MonetDB-XQuery.spec.in MonetDB-XQuery.spec rpm.mk.in
EXTRA_DIST_DIR = NT tests benchmarks
-headers_txt = {
- HEADERS = txt
- SOURCES = HowToStart-MinGW.txt
- DIR = datadir/doc/MonetDB-XQuery-$(VERSION)
-}
-
-headers_docs = {
- HEADERS = ""
- SOURCES = HowToStart-PF
- DIR = datadir/doc/MonetDB-XQuery-$(VERSION)
-}
-
TESTS = RunMtest
TESTS_ENVIRONMENT = $(SHELL)
Index: MonetDB-XQuery.spec.in
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/MonetDB-XQuery.spec.in,v
retrieving revision 1.48
retrieving revision 1.48.4.1
diff -u -d -r1.48 -r1.48.4.1
--- MonetDB-XQuery.spec.in 5 Dec 2007 23:56:39 -0000 1.48
+++ MonetDB-XQuery.spec.in 9 Feb 2008 08:40:01 -0000 1.48.4.1
@@ -22,18 +22,18 @@
Source:
http://downloads.sourceforge.net/monetdb/MonetDB-XQuery-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Requires: MonetDB4-server >= 4.21
+Requires: MonetDB4-server >= 4.22
# ^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
%{!?buildsystem: %define buildsystem 0}
%if !%{?buildsystem}
-BuildRequires: MonetDB-devel >= 1.21
+BuildRequires: MonetDB-devel >= 1.22
# ^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
-BuildRequires: MonetDB4-server-devel >= 4.21
+BuildRequires: MonetDB4-server-devel >= 4.22
# ^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
@@ -52,11 +52,11 @@
Summary: MonetDB XQuery development package
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
-Requires: MonetDB-devel >= 1.21
+Requires: MonetDB-devel >= 1.22
# ^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
-Requires: MonetDB4-server-devel >= 4.21
+Requires: MonetDB4-server-devel >= 4.22
# ^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
--- HowToStart-PF DELETED ---
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins