]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fix typo in sed pattern
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 31 Mar 2011 16:17:06 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.543

mysql.spec

index a7ccca7cfc35423c187f2d252a8728ca566f5409..5421990a9734741823d280180c0f4ceebcbb0b86 100644 (file)
@@ -2,8 +2,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
@@ -37,7 +35,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 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
@@ -951,7 +949,7 @@ for config in $configs; do
        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
This page took 0.067661 seconds and 4 git commands to generate.