From: Date: February 13 2006 7:07pm Subject: bk commit into 5.1 tree (joerg:1.2131) List-Archive: http://lists.mysql.com/commits/2533 Message-Id: <20060213180751.189C316EAB@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.1 repository of joerg. When joerg does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2131 06/02/13 19:07:40 joerg@stripped +1 -0 support-files/mysql.spec.sh : Use "-i" on "make test-force", add missing changelog notes. support-files/mysql.spec.sh 1.126 06/02/13 19:07:35 joerg@stripped +21 -3 - Use "-i" on "make test-force", - document other recent changes in the changelog section (where notes were missing). # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: joerg # Host: trift2. # Root: /M51/rpmspec-5.1 --- 1.125/support-files/mysql.spec.sh 2006-02-13 17:58:00 +01:00 +++ 1.126/support-files/mysql.spec.sh 2006-02-13 19:07:35 +01:00 @@ -304,7 +304,7 @@ cp -fp mysql-debug-%{mysql_version}/config.log "$MYSQL_DEBUGCONFLOG_DEST" fi -(cd mysql-debug-%{mysql_version} && make test-force) || true +(cd mysql-debug-%{mysql_version} && make -i test-force) || true # Build release binary. (cd mysql-release-%{mysql_version} && @@ -328,7 +328,7 @@ cp -fp mysql-release-%{mysql_version}/config.log "$MYSQL_CONFLOG_DEST" fi -(cd mysql-release-%{mysql_version} && make test-force) || true +(cd mysql-release-%{mysql_version} && make -i test-force) || true %install RBR=$RPM_BUILD_ROOT @@ -648,7 +648,25 @@ # itself - note that they must be ordered by date (important when # merging BK trees) %changelog -* Fri Dec 12 2005 Rodrigo Novo +* Mon Feb 13 2006 Joerg Bruehe + +- Use "-i" on "make test-force"; + this is essential for later evaluation of this log file. + +* Thu Feb 09 2006 Kent Boortz + +- Pass '-static' to libtool, link static with our own libraries, dynamic + with system libraries. Link with the bundled zlib. + +* Wed Feb 08 2006 Kristian Nielsen + +- Modified RPM spec to match new 5.1 debug+max combined community packaging. + +* Sun Dec 18 2005 Kent Boortz + +- Added "client/mysqlslap" + +* Mon Dec 12 2005 Rodrigo Novo - Added zlib to the list of (static) libraries installed - Added check against libtool wierdness (WRT: sql/mysqld || sql/.libs/mysqld)