Update of /cvsroot/monetdb/pathfinder
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5750/pathfinder

Modified Files:
      Tag: Aug2009
        INSTALL MonetDB-XQuery.spec.in configure.ag vertoo.data 
Log Message:

While I'm not aware of any run-time API changes
compared to the previous release,
compilation of (at least) MonetDB4 & MonetDB5 in the Aug2009
branch (and the CVS HEAD) now requires also MonetDB (common, GDK)
from the Aug2009 branch (i.e., v1.32.0).

To be on the save side, and since this is a feature release,
we ensure that all packages in the Aug2009 branch (and the CVS
HEAD) require underlying packages also from the Aug2009 branch.


Index: MonetDB-XQuery.spec.in
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/MonetDB-XQuery.spec.in,v
retrieving revision 1.62
retrieving revision 1.62.2.1
diff -u -d -r1.62 -r1.62.2.1
--- MonetDB-XQuery.spec.in      2 Jun 2009 18:18:08 -0000       1.62
+++ MonetDB-XQuery.spec.in      18 Aug 2009 01:40:08 -0000      1.62.2.1
@@ -24,18 +24,18 @@
 Source: 
http://downloads.sourceforge.net/monetdb/MonetDB-XQuery-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires: MonetDB4-server >= 4.29
+Requires: MonetDB4-server >= 4.32
 #                            ^^^^
 # 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.29
+BuildRequires: MonetDB-devel >= 1.32
 #                               ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
-BuildRequires: MonetDB4-server-devel >= 4.29
+BuildRequires: MonetDB4-server-devel >= 4.32
 #                                       ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -54,11 +54,11 @@
 Summary: MonetDB XQuery development package
 Group: Applications/Databases
 Requires: %{name} = %{version}-%{release}
-Requires: MonetDB-devel >= 1.29
+Requires: MonetDB-devel >= 1.32
 #                          ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
-Requires: MonetDB4-server-devel >= 4.29
+Requires: MonetDB4-server-devel >= 4.32
 #                                  ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/vertoo.data,v
retrieving revision 1.39
retrieving revision 1.39.2.1
diff -u -d -r1.39 -r1.39.2.1
--- vertoo.data 3 Aug 2009 13:16:02 -0000       1.39
+++ vertoo.data 18 Aug 2009 01:40:09 -0000      1.39.2.1
@@ -1,5 +1,5 @@
-monetdb = major:1; minor:29; release:0; rc:x; build:1;
-monetdb5 = major:5; minor:11; release:0; rc:x; build:1;
+monetdb = major:1; minor:32; release:0; rc:x; build:1;
+monetdb5 = major:5; minor:14; release:0; rc:x; build:1;
 pathfinder = major:0; minor:32; release:0; rc:x; build:1;
-clients = major:1; minor:29; release:0; rc:x; build:1;
-monetdb4 = major:4; minor:29; release:0; rc:x; build:1;
\ No newline at end of file
+clients = major:1; minor:32; release:0; rc:x; build:1;
+monetdb4 = major:4; minor:32; release:0; rc:x; build:1;
\ No newline at end of file

Index: INSTALL
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/INSTALL,v
retrieving revision 1.32
retrieving revision 1.32.4.1
diff -u -d -r1.32 -r1.32.4.1
--- INSTALL     21 Apr 2009 14:32:58 -0000      1.32
+++ INSTALL     18 Aug 2009 01:40:08 -0000      1.32.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.29.0.
+      It depends on a version that is at least 4.32.0.
 
 
   Some libraries are used or even required by the Pathfinder compiler:

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.151
retrieving revision 1.151.2.1
diff -u -d -r1.151 -r1.151.2.1
--- configure.ag        3 Aug 2009 13:16:02 -0000       1.151
+++ configure.ag        18 Aug 2009 01:40:08 -0000      1.151.2.1
@@ -61,7 +61,7 @@
 
 
 dnl Check for Monet
-req_monetdb_ver='1.29.0'
+req_monetdb_ver='1.32.0'
 #                ^^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -81,7 +81,7 @@
        AC_MSG_ERROR([Pathfinder requires a C99 compliant C compiler, but your 
C compiler does not seem to be C99 compliant.])
 fi
 
-req_clients_ver='1.29.0'
+req_clients_ver='1.32.0'
 #                ^^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -101,13 +101,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.29.0'
+req_monetdb4_ver='4.32.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.11.0'
+req_monetdb5_ver='5.14.0'
 #                 ^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to