List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:April 13 2006 10:10pm
Subject:bk commit into 5.1 tree (jimw:1.2342)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jimw. When jimw 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.2342 06/04/13 13:10:00 jimw@stripped +1 -0
  Clean up problem in mysql.spec caused by over-aggressive editor word-wrapping

  support-files/mysql.spec.sh
    1.138 06/04/13 13:08:33 jimw@stripped +3 -2
    Restore lines that got squished together by editor

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.1-kill-sql-bench

--- 1.137/support-files/mysql.spec.sh	2006-04-13 10:34:40 -07:00
+++ 1.138/support-files/mysql.spec.sh	2006-04-13 13:08:33 -07:00
@@ -679,8 +679,9 @@
 %{_libdir}/libmysql*.so*
 %{_libdir}/libndb*.so*
 
-%files embedded defattr(-, root, root, 0755) attr(644, root, root)
-%%{_libdir}/mysql/libmysqld.a
+%files embedded
+%defattr(-, root, root, 0755) 
+%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
 
 # The spec file changelog only includes changes made to the spec file
 # itself - note that they must be ordered by date (important when
Thread
bk commit into 5.1 tree (jimw:1.2342)Jim Winstead13 Apr