Update of /cvsroot/monetdb/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27885/sql
Modified Files:
Tag: SQL_2-18
vertoo.config
Log Message:
vertoo does not like "^" to indicate the beginning of a line in patterns,
but it seems to like "\n", instead.
Index: vertoo.config
===================================================================
RCS file: /cvsroot/monetdb/sql/vertoo.config,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -u -d -r1.13.2.4 -r1.13.2.5
--- vertoo.config 22 Aug 2007 09:49:03 -0000 1.13.2.4
+++ vertoo.config 23 Aug 2007 13:20:42 -0000 1.13.2.5
@@ -31,30 +31,30 @@
monetdb.setVersionFormat('@normal%[rc?%rc%build:]')
monetdb.addAnchor("configure.ag", "req_monetdb_ver=%q")
monetdb.addAnchors("MonetDB-SQL.spec.in",
- arguments(pattern = "^BuildRequires: MonetDB-devel >= %v",
+ arguments(pattern = "\nBuildRequires: MonetDB-devel >= %v",
format = "%major.%minor"))
clients.setVersionFormat('@normal%[rc?%rc%build:]')
clients.addAnchor("configure.ag", "req_clients_ver=%q")
clients.addAnchors("MonetDB-SQL.spec.in",
- arguments(pattern = "^BuildRequires: MonetDB-client-devel
>= %v",
+ arguments(pattern = "\nBuildRequires: MonetDB-client-devel
>= %v",
format = "%major.%minor"))
monetdb4.setVersionFormat('@normal%[rc?%rc%build:]')
monetdb4.addAnchor("configure.ag", "req_monetdb4_ver=%q")
-monetdb4.addAnchor("MonetDB-SQL.pc.in", "^Requires: MonetDB >= %v")
+monetdb4.addAnchor("MonetDB-SQL.pc.in", "\nRequires: MonetDB >= %v")
monetdb4.addAnchors("MonetDB-SQL.spec.in",
- arguments(pattern = "^Requires: MonetDB4-server >= %v",
+ arguments(pattern = "\nRequires: MonetDB4-server >= %v",
format = "%major.%minor"),
- arguments(pattern = "^BuildRequires: MonetDB4-server-devel
>= %v",
+ arguments(pattern = "\nBuildRequires:
MonetDB4-server-devel >= %v",
format = "%major.%minor"))
monetdb5.setVersionFormat('@normal%[rc?%rc%build:]')
monetdb5.addAnchor("configure.ag", "req_monetdb5_ver=%q")
monetdb5.addAnchors("MonetDB-SQL.spec.in",
- arguments(pattern = "^Requires: MonetDB5-server >= %v",
+ arguments(pattern = "\nRequires: MonetDB5-server >= %v",
format = "%major.%minor"),
- arguments(pattern = "^BuildRequires: MonetDB5-server-devel
>= %v",
+ arguments(pattern = "\nBuildRequires:
MonetDB5-server-devel >= %v",
format = "%major.%minor"))
#jdbc.setVersionFormat('%major.%minor (%suffix)')
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins