Changeset: 2077db505b7c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2077db505b7c
Modified Files:
        MonetDB/MonetDB.spec
        MonetDB/debian/changelog
        MonetDB4/MonetDB-server.spec
        MonetDB4/debian/changelog
        MonetDB5/ChangeLog.Jun2010
        MonetDB5/MonetDB-server.spec
        MonetDB5/debian/changelog
        clients/ChangeLog.Jun2010
        clients/MonetDB-client.spec
        clients/debian/changelog
        geom/MonetDB-geom.spec
        geom/debian/changelog
        pathfinder/MonetDB-XQuery.spec
        pathfinder/debian/changelog
        sql/ChangeLog.Jun2010
        sql/MonetDB-SQL.spec
        sql/debian/changelog
        testing/MonetDB-testing.spec
        testing/debian/changelog
Branch: Jun2010
Log Message:

Preparations for building the Jun2010-SP1 release.

Moved contents of ChangeLog.Jun2010 to .spec file and debian/changelog.


diffs (truncated from 412 to 300 lines):

diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB/MonetDB.spec
--- a/MonetDB/MonetDB.spec      Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB/MonetDB.spec      Tue Jul 06 14:06:19 2010 +0200
@@ -26,7 +26,7 @@
 Group: Applications/Databases
 License: MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2010/%{name}-%{version}.tar.gz
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2010-SP1/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: zlib-devel, bzip2-devel, openssl-devel
@@ -106,6 +106,9 @@
 %{_libdir}/libbat.so
 
 %changelog
+* Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 1.38.3-20100706
+- Rebuilt.
+
 * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 1.38.1-20100630
 - Rebuilt.
 
diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB/debian/changelog
--- a/MonetDB/debian/changelog  Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB/debian/changelog  Tue Jul 06 14:06:19 2010 +0200
@@ -1,3 +1,9 @@
+monetdb (1.38.3-20100706) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 06 Jul 2010 14:06:18 +0200
+
 monetdb (1.38.1-20100630) unstable; urgency=low
 
   * Rebuilt.
diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB4/MonetDB-server.spec
--- a/MonetDB4/MonetDB-server.spec      Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB4/MonetDB-server.spec      Tue Jul 06 14:06:19 2010 +0200
@@ -26,7 +26,7 @@
 Group: Applications/Databases
 License:   MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2010/MonetDB4-server-%{version}.tar.gz
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2010-SP1/MonetDB4-server-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(pre): shadow-utils
@@ -216,6 +216,9 @@
 %{_libdir}/libembeddedmil.so
 
 %changelog
+* Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 4.38.3-20100706
+- Rebuilt.
+
 * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 4.38.1-20100630
 - Rebuilt.
 
diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB4/debian/changelog
--- a/MonetDB4/debian/changelog Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB4/debian/changelog Tue Jul 06 14:06:19 2010 +0200
@@ -1,3 +1,9 @@
+monetdb4-server (4.38.3-20100706) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 06 Jul 2010 14:06:18 +0200
+
 monetdb4-server (4.38.1-20100630) unstable; urgency=low
 
   * Rebuilt.
diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB5/ChangeLog.Jun2010
--- a/MonetDB5/ChangeLog.Jun2010        Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB5/ChangeLog.Jun2010        Tue Jul 06 14:06:19 2010 +0200
@@ -1,15 +1,3 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
-* Thr Jul 01 2010 Fabian Groffen <[email protected]>
-- Return a correct URI for local connection from Sabaoth when the
-  connection is a UNIX domain socket.  Partial fix for bug #2567.
-
-* Wed Jun 30 2010 Stefan Manegold <[email protected]>
-- various performance fixes in grouping and grouped aggregation code
-  (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx)
-  to reduce the execution time the following query that mimics a two-column
-  primary key check over the ~5 billion tuple "neighbors" table of the
-  Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine):
-  SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM 
"neighbors" GROUP BY "objID","NeighborObjID") AS t;
-
diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB5/MonetDB-server.spec
--- a/MonetDB5/MonetDB-server.spec      Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB5/MonetDB-server.spec      Tue Jul 06 14:06:19 2010 +0200
@@ -26,7 +26,7 @@
 Group: Applications/Databases
 License:   MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2010/MonetDB5-server-%{version}.tar.gz
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2010-SP1/MonetDB5-server-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %{!?_with_raptor: %{!?_without_raptor: %define _with_raptor --with-raptor}}
@@ -214,6 +214,21 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 5.20.3-20100706
+- Rebuilt.
+
+* Thr Jul 01 2010 Fabian Groffen <[email protected]> - 5.20.3-20100706
+-- - Return a correct URI for local connection from Sabaoth when the
+-- connection is a UNIX domain socket.  Partial fix for bug #2567.
+-- 
+* Wed Jun 30 2010 Stefan Manegold <[email protected]> - 5.20.3-20100706
+-- - various performance fixes in grouping and grouped aggregation code
+-- (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx)
+-- to reduce the execution time the following query that mimics a two-column
+-- primary key check over the ~5 billion tuple "neighbors" table of the
+-- Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine):
+-- SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM 
"neighbors" GROUP BY "objID","NeighborObjID") AS t;
+-- 
 * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 5.20.1-20100630
 - Rebuilt.
 
diff -r 9b0d1d51dd52 -r 2077db505b7c MonetDB5/debian/changelog
--- a/MonetDB5/debian/changelog Tue Jul 06 13:33:27 2010 +0200
+++ b/MonetDB5/debian/changelog Tue Jul 06 14:06:19 2010 +0200
@@ -1,3 +1,27 @@
+monetdb5-server (5.20.3-20100706) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 06 Jul 2010 14:06:18 +0200
+
+monetdb5-server (5.20.3-20100706) unstable; urgency=low
+
+-- - Return a correct URI for local connection from Sabaoth when the
+-- connection is a UNIX domain socket.  Partial fix for bug #2567.
+-- 
+ -- Fabian Groffen <[email protected]>  Thr, 01 Jul 2010 14:06:18 +0200
+
+monetdb5-server (5.20.3-20100706) unstable; urgency=low
+
+-- - various performance fixes in grouping and grouped aggregation code
+-- (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx)
+-- to reduce the execution time the following query that mimics a two-column
+-- primary key check over the ~5 billion tuple "neighbors" table of the
+-- Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine):
+-- SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM 
"neighbors" GROUP BY "objID","NeighborObjID") AS t;
+
+ -- Stefan Manegold <[email protected]>  Wed, 30 Jun 2010 14:06:18 +0200
+
 monetdb5-server (5.20.1-20100630) unstable; urgency=low
 
   * Rebuilt.
diff -r 9b0d1d51dd52 -r 2077db505b7c clients/ChangeLog.Jun2010
--- a/clients/ChangeLog.Jun2010 Tue Jul 06 13:33:27 2010 +0200
+++ b/clients/ChangeLog.Jun2010 Tue Jul 06 14:06:19 2010 +0200
@@ -1,10 +1,3 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
-* Mon Jul  5 2010 Sjoerd Mullender <[email protected]>
-- Implemented dumping of GRANT statements.
-  This fixes bug 2574.
-
-* Thr Jul  1 2010 Fabian Groffen <[email protected]>
-- Fix implementation of mapi_mapiuri to deal with UNIX socket urls
-  properly.  This fixes one part of Bug #2567.
diff -r 9b0d1d51dd52 -r 2077db505b7c clients/MonetDB-client.spec
--- a/clients/MonetDB-client.spec       Tue Jul 06 13:33:27 2010 +0200
+++ b/clients/MonetDB-client.spec       Tue Jul 06 14:06:19 2010 +0200
@@ -26,7 +26,7 @@
 Group: Applications/Databases
 License: MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2010/MonetDB-client-%{version}.tar.gz
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2010-SP1/MonetDB-client-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires: MonetDB >= 1.38
@@ -333,6 +333,16 @@
 %{_libdir}/MonetDB/Tests/*
 
 %changelog
+* Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 1.38.3-20100706
+- Rebuilt.
+
+* Mon Jul  5 2010 Sjoerd Mullender <[email protected]> - 1.38.3-20100706
+-- - Implemented dumping of GRANT statements.
+-- This fixes bug 2574.
+-- 
+* Thr Jul  1 2010 Fabian Groffen <[email protected]> - 1.38.3-20100706
+-- - Fix implementation of mapi_mapiuri to deal with UNIX socket urls
+-- properly.  This fixes one part of Bug #2567.
 * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 1.38.1-20100630
 - Rebuilt.
 
diff -r 9b0d1d51dd52 -r 2077db505b7c clients/debian/changelog
--- a/clients/debian/changelog  Tue Jul 06 13:33:27 2010 +0200
+++ b/clients/debian/changelog  Tue Jul 06 14:06:19 2010 +0200
@@ -1,3 +1,22 @@
+monetdb-client (1.38.3-20100706) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 06 Jul 2010 14:06:18 +0200
+
+monetdb-client (1.38.3-20100706) unstable; urgency=low
+
+-- - Implemented dumping of GRANT statements.
+-- This fixes bug 2574.
+-- 
+ -- Sjoerd Mullender <[email protected]>  Mon, 5 Jul 2010 14:06:18 +0200
+
+monetdb-client (1.38.3-20100706) unstable; urgency=low
+
+-- - Fix implementation of mapi_mapiuri to deal with UNIX socket urls
+
+ -- Fabian Groffen <[email protected]>  Thr, 1 Jul 2010 14:06:18 +0200
+
 monetdb-client (1.38.1-20100630) unstable; urgency=low
 
   * Rebuilt.
diff -r 9b0d1d51dd52 -r 2077db505b7c geom/MonetDB-geom.spec
--- a/geom/MonetDB-geom.spec    Tue Jul 06 13:33:27 2010 +0200
+++ b/geom/MonetDB-geom.spec    Tue Jul 06 14:06:19 2010 +0200
@@ -26,7 +26,7 @@
 Group: Applications/Databases
 License: MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2010/MonetDB-geom-%{version}.tar.gz
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2010-SP1/MonetDB-geom-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %{!?_with_monetdb4: %{!?_without_monetdb4: %define _without_monetdb4 
--without-monetdb4}}
@@ -172,6 +172,9 @@
 %endif
 
 %changelog
+* Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 0.18.3-20100706
+- Rebuilt.
+
 * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 0.18.1-20100630
 - Rebuilt.
 
diff -r 9b0d1d51dd52 -r 2077db505b7c geom/debian/changelog
--- a/geom/debian/changelog     Tue Jul 06 13:33:27 2010 +0200
+++ b/geom/debian/changelog     Tue Jul 06 14:06:19 2010 +0200
@@ -1,3 +1,9 @@
+monetdb-geom (0.18.3-20100706) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 06 Jul 2010 14:06:18 +0200
+
 monetdb-geom (0.18.1-20100630) unstable; urgency=low
 
   * Rebuilt.
diff -r 9b0d1d51dd52 -r 2077db505b7c pathfinder/MonetDB-XQuery.spec
--- a/pathfinder/MonetDB-XQuery.spec    Tue Jul 06 13:33:27 2010 +0200
+++ b/pathfinder/MonetDB-XQuery.spec    Tue Jul 06 14:06:19 2010 +0200
@@ -21,7 +21,7 @@
 Group: Applications/Databases
 License:   MPL - http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
 URL: http://monetdb.cwi.nl/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2010/MonetDB-XQuery-%{version}.tar.gz
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2010-SP1/MonetDB-XQuery-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires: MonetDB4-server >= 4.38
@@ -138,6 +138,9 @@
 %{_bindir}/monetdb-xquery-config
 
 %changelog
+* Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 0.38.3-20100706
+- Rebuilt.
+
 * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 0.38.1-20100630
 - Rebuilt.
 
diff -r 9b0d1d51dd52 -r 2077db505b7c pathfinder/debian/changelog
--- a/pathfinder/debian/changelog       Tue Jul 06 13:33:27 2010 +0200
+++ b/pathfinder/debian/changelog       Tue Jul 06 14:06:19 2010 +0200
@@ -1,3 +1,9 @@
+monetdb-xquery (0.38.3-20100706) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 06 Jul 2010 14:06:18 +0200
+
 monetdb-xquery (0.38.1-20100630) unstable; urgency=low
 
   * Rebuilt.
diff -r 9b0d1d51dd52 -r 2077db505b7c sql/ChangeLog.Jun2010
--- a/sql/ChangeLog.Jun2010     Tue Jul 06 13:33:27 2010 +0200
+++ b/sql/ChangeLog.Jun2010     Tue Jul 06 14:06:19 2010 +0200
@@ -1,15 +1,3 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to