From 1431fe7e4019d59adb052ccbf33b752828a5b2a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 13 Feb 2006 19:07:40 +0100 Subject: [PATCH] support-files/mysql.spec.sh : Use "-i" on "make test-force", add missing changelog notes. support-files/mysql.spec.sh: - Use "-i" on "make test-force", - document other recent changes in the changelog section (where notes were missing). --- support-files/mysql.spec.sh | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 62f2bdb668d..3e53bb74b60 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -304,7 +304,7 @@ then 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 @@ then 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 @@ fi # 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)