瀏覽代碼

upgrading package: redis 2.4.7 -> 2.4.8

Ralf S. Engelschall 13 年之前
父節點
當前提交
11840dc165
共有 2 個文件被更改,包括 3 次插入26 次删除
  1. 0 23
      redis/redis.patch
  2. 3 3
      redis/redis.spec

+ 0 - 23
redis/redis.patch

@@ -24,29 +24,6 @@ Index: src/Makefile
  
  32bit:
  	@echo ""
-Index: src/debug.c
---- src/debug.c.orig	2011-11-28 11:22:08.000000000 +0100
-+++ src/debug.c	2011-11-28 19:46:44.000000000 +0100
-@@ -337,7 +337,9 @@
- }
- 
- void _redisAssert(char *estr, char *file, int line) {
-+#ifdef HAVE_BACKTRACE
-     bugReportStart();
-+#endif
-     redisLog(REDIS_WARNING,"=== ASSERTION FAILED ===");
-     redisLog(REDIS_WARNING,"==> %s:%d '%s' is not true",file,line,estr);
- #ifdef HAVE_BACKTRACE
-@@ -350,7 +352,9 @@
- }
- 
- void _redisPanic(char *msg, char *file, int line) {
-+#ifdef HAVE_BACKTRACE
-     bugReportStart();
-+#endif
-     redisLog(REDIS_WARNING,"!!! Software Failure. Press left mouse button to continue");
-     redisLog(REDIS_WARNING,"Guru Meditation: %s #%s:%d",msg,file,line);
- #ifdef HAVE_BACKTRACE
 Index: src/mkreleasehdr.sh
 --- src/mkreleasehdr.sh.orig	2011-11-28 11:22:08.000000000 +0100
 +++ src/mkreleasehdr.sh	2011-11-28 19:42:28.000000000 +0100

+ 3 - 3
redis/redis.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package version
-%define       V_opkg 2.4.7
-%define       V_dist 2.4.7
+%define       V_opkg 2.4.8
+%define       V_dist 2.4.8
 
 #   package information
 Name:         redis
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Database
 License:      BSD
 Version:      %{V_opkg}
-Release:      20120204
+Release:      20120223
 
 #   list of sources
 Source0:      http://redis.googlecode.com/files/redis-%{V_dist}.tar.gz