Ver código fonte

upgrading package: mysql 5.0.41 -> 5.0.45

Christoph Schug 18 anos atrás
pai
commit
9908ab5c6b
2 arquivos alterados com 2 adições e 16 exclusões
  1. 0 14
      mysql/mysql.patch
  2. 2 2
      mysql/mysql.spec

+ 0 - 14
mysql/mysql.patch

@@ -1,17 +1,3 @@
-Index: include/my_global.h
---- include/my_global.h.orig	2007-05-02 16:40:53 +0200
-+++ include/my_global.h	2007-05-10 07:54:13 +0200
-@@ -812,9 +812,8 @@
- #define SSIZE_MAX ((~((size_t) 0)) / 2)
- #endif
- 
--#if !defined(HAVE_ISINF) && !defined(isinf)
-+#undef isinf
- #define isinf(X)    0
--#endif
- 
- /* Define missing math constants. */
- #ifndef M_PI
 Index: mysys/default.c
 --- mysys/default.c.orig	2007-05-02 16:40:31 +0200
 +++ mysys/default.c	2007-05-10 07:54:13 +0200

+ 2 - 2
mysql/mysql.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_major   5.0
-%define       V_minor   41
+%define       V_minor   45
 %define       V_mysql   %{V_major}.%{V_minor}
 %define       V_opkg    %{V_major}.%{V_minor}
 
@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20070510
+Release:      20070712
 
 #   package options
 %option       with_server      yes