packages: mysql/mysql.spec - fix typo in sed pattern
glen
glen at pld-linux.org
Thu Mar 31 18:17:11 CEST 2011
Author: glen Date: Thu Mar 31 16:17:11 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fix typo in sed pattern
---- Files affected:
packages/mysql:
mysql.spec (1.542 -> 1.543)
---- Diffs:
================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.542 packages/mysql/mysql.spec:1.543
--- packages/mysql/mysql.spec:1.542 Thu Mar 31 17:25:21 2011
+++ packages/mysql/mysql.spec Thu Mar 31 18:17:06 2011
@@ -3,8 +3,6 @@
# - unpackaged:
# - mysqldump ... (invalid usage) prints to stdout not stderr (idiotic if you want to create dump and get usage in .sql)
# /usr/bin/mysqlaccess.conf
-# /usr/data/mysql/.empty
-# /usr/data/test/.empty
# - http://bugs.mysql.com/bug.php?id=16470
# - innodb are dynamic (= as plugins) ?
# - missing have_archive, have_merge
@@ -38,7 +36,7 @@
Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql
Version: 5.5.9
-Release: 6.3
+Release: 6.5
License: GPL + MySQL FLOSS Exception
Group: Applications/Databases
# Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
@@ -952,7 +950,7 @@
sed -i -e '
s/^language *= *polish/lc-messages = pl_PL/i
s/set-variable\s*=\s* //
- /^skip-locking/skip-external-locking/
+ s/^skip-locking/skip-external-locking/
# this is not valid for server. it is client option
s/default-character-set/# client-config: &/
# use # as comment in config
@@ -1234,6 +1232,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.543 2011/03/31 16:17:06 glen
+- fix typo in sed pattern
+
Revision 1.542 2011/03/31 15:25:21 glen
- rename is_prefix to mysql_is_prefix in exported syms
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.542&r2=1.543&f=u
More information about the pld-cvs-commit
mailing list