Переглянути джерело

upgrading package: mysql5 5.0.4 -> 5.0.6

Ralf S. Engelschall 20 роки тому
батько
коміт
c1c6ca5828
2 змінених файлів з 16 додано та 16 видалено
  1. 14 14
      mysql5/mysql5.patch
  2. 2 2
      mysql5/mysql5.spec

+ 14 - 14
mysql5/mysql5.patch

@@ -1,7 +1,7 @@
 Index: include/Makefile.in
---- include/Makefile.in.orig	2005-04-16 21:02:22 +0200
-+++ include/Makefile.in	2005-04-23 19:54:51 +0200
-@@ -337,14 +337,14 @@
+--- include/Makefile.in.orig	2005-05-26 15:27:57 +0200
++++ include/Makefile.in	2005-06-13 19:40:38 +0200
+@@ -341,14 +341,14 @@
  			errmsg.h my_global.h my_net.h my_alloc.h \
  			my_getopt.h sslopt-longopts.h my_dir.h typelib.h \
  			sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
@@ -20,20 +20,20 @@ Index: include/Makefile.in
  			mysql_version.h.in my_handler.h my_time.h decimal.h
  
 Index: mysys/default.c
---- mysys/default.c.orig	2005-04-16 21:01:45 +0200
-+++ mysys/default.c	2005-04-23 19:53:58 +0200
-@@ -806,7 +806,7 @@
- #elif defined(__NETWARE__)
-   *ptr++= "sys:/etc/";
- #else
+--- mysys/default.c.orig	2005-05-26 15:26:56 +0200
++++ mysys/default.c	2005-06-13 19:41:19 +0200
+@@ -866,7 +866,7 @@
+   if ((env= getenv("ETC")))
+     *ptr++= env;
+ #endif
 -  *ptr++= "/etc/";
 +  *ptr++= "@l_prefix@/etc/mysql/";
  #endif
    if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV))))
      *ptr++= env;
 Index: scripts/mysql_config.sh
---- scripts/mysql_config.sh.orig	2005-04-16 21:01:45 +0200
-+++ scripts/mysql_config.sh	2005-04-23 19:53:58 +0200
+--- scripts/mysql_config.sh.orig	2005-05-26 15:26:57 +0200
++++ scripts/mysql_config.sh	2005-06-13 19:40:38 +0200
 @@ -85,11 +85,11 @@
  
  # Create options
@@ -49,8 +49,8 @@ Index: scripts/mysql_config.sh
  cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
  include="-I$pkgincludedir"
 Index: scripts/mysql_create_system_tables.sh
---- scripts/mysql_create_system_tables.sh.orig	2005-04-16 21:01:48 +0200
-+++ scripts/mysql_create_system_tables.sh	2005-04-23 19:53:58 +0200
+--- scripts/mysql_create_system_tables.sh.orig	2005-05-26 15:26:59 +0200
++++ scripts/mysql_create_system_tables.sh	2005-06-13 19:40:38 +0200
 @@ -77,9 +77,6 @@
    c_d="$c_d ) engine=MyISAM"
    c_d="$c_d CHARACTER SET utf8 COLLATE utf8_bin"
@@ -61,7 +61,7 @@ Index: scripts/mysql_create_system_tables.sh
  fi
  
  if test ! -f $mdata/host.frm
-@@ -164,17 +161,13 @@
+@@ -167,17 +164,13 @@
    then
      i_u="INSERT INTO user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
      INSERT INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);

+ 2 - 2
mysql5/mysql5.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_major   5.0
-%define       V_minor   4
+%define       V_minor   6
 %define       V_mysql   %{V_major}.%{V_minor}-beta
 %define       V_opkg    %{V_major}.%{V_minor}
 
@@ -39,7 +39,7 @@ Class:        EVAL
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20050423
+Release:      20050613
 
 #   package options
 %option       with_server    yes