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

Modified Files:
      Tag: Aug2009
        MonetDB-SQL.pc.in MonetDB-SQL.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-SQL.spec.in
===================================================================
RCS file: /cvsroot/monetdb/sql/MonetDB-SQL.spec.in,v
retrieving revision 1.79
retrieving revision 1.79.2.1
diff -u -d -r1.79 -r1.79.2.1
--- MonetDB-SQL.spec.in 2 Jun 2009 18:17:43 -0000       1.79
+++ MonetDB-SQL.spec.in 18 Aug 2009 01:40:09 -0000      1.79.2.1
@@ -30,11 +30,11 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %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: MonetDB-client-devel >= 1.29
+BuildRequires: MonetDB-client-devel >= 1.32
 #                                      ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -51,12 +51,12 @@
 %package server5
 Summary: MonetDB5 SQL server modules
 Group: Applications/Databases
-Requires: MonetDB5-server >= 5.11
+Requires: MonetDB5-server >= 5.14
 #                            ^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
 %if !%{?buildsystem}
-BuildRequires: MonetDB5-server-devel >= 5.11
+BuildRequires: MonetDB5-server-devel >= 5.14
 #                                       ^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/sql/vertoo.data,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -u -d -r1.47 -r1.47.2.1
--- vertoo.data 3 Aug 2009 13:17:55 -0000       1.47
+++ vertoo.data 18 Aug 2009 01:40:09 -0000      1.47.2.1
@@ -1,4 +1,4 @@
-monetdb = major:1; minor:29; release:0; rc:x; build:1;
-monetdb5 = major:5; minor:11; release:0; rc:x; build:1;
-clients = major:1; minor:29; 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;
+clients = major:1; minor:32; release:0; rc:x; build:1;
 sql = major:2; minor:32; release:0; rc:x; build:1;
\ No newline at end of file

Index: MonetDB-SQL.pc.in
===================================================================
RCS file: /cvsroot/monetdb/sql/MonetDB-SQL.pc.in,v
retrieving revision 1.44
retrieving revision 1.44.4.1
diff -u -d -r1.44 -r1.44.4.1
--- MonetDB-SQL.pc.in   21 Apr 2009 14:32:59 -0000      1.44
+++ MonetDB-SQL.pc.in   18 Aug 2009 01:40:09 -0000      1.44.4.1
@@ -28,7 +28,7 @@
 Name: ${pkg}
 Description: A SQL/ODBC/JDBC interface to MonetDB.
 Version: @VERSION@
-Requires: MonetDB >= 5.11.0
+Requires: MonetDB >= 5.14.0
 #                    ^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/configure.ag,v
retrieving revision 1.153
retrieving revision 1.153.2.1
diff -u -d -r1.153 -r1.153.2.1
--- configure.ag        3 Aug 2009 13:17:55 -0000       1.153
+++ configure.ag        18 Aug 2009 01:40:09 -0000      1.153.2.1
@@ -55,7 +55,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.
@@ -67,7 +67,7 @@
                AC_MSG_ERROR([MonetDB/SQL requires at least version 
$req_monetdb_ver of MonetDB, but only version $MONETDB_VERSION was found.])
        fi
 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.
@@ -78,7 +78,7 @@
 AM_MONETDB_OPTIONS()
 AM_MONETDB_LIBS()
 AM_MONETDB_UTILS()
-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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to