File project.diff of Package redis
--- redis-initscript.patch.orig
+++ redis-initscript.patch
@@ -1,5 +1,5 @@
---- utils/redis_init_script.orig 2010-03-05 06:08:56.000000000 -0500
-+++ utils/redis_init_script 2010-03-05 06:09:16.000000000 -0500
+--- utils/redis_init_script.orig 2010-03-02 07:53:27.000000000 -0500
++++ utils/redis_init_script 2010-03-05 06:20:56.000000000 -0500
@@ -1,7 +1,18 @@
#!/bin/sh
+### BEGIN INIT INFO
@@ -24,8 +24,8 @@
echo -n "$PIDFILE does not exist, process is not running\n"
else
echo -n "Stopping ...\n"
-- echo -n "Sending SHUTDOWN\r\n" | nc localhost $REDISPORT &
-+ echo -n "Sending SHUTDOWN\r\n" | netcat localhost $REDISPORT &
+- echo -n "SHUTDOWN\r\n" | nc localhost $REDISPORT &
++ echo -n "SHUTDOWN\r\n" | netcat localhost $REDISPORT &
PID=$(cat $PIDFILE)
while [ -x /proc/${PIDFILE} ]
do
--- redis.changes.orig
+++ redis.changes
@@ -4,6 +4,14 @@ Fri Mar 5 06:12:24 EST 2010 - pzb@suse.
- Patch initscript to use netcat instead of nc i
(same command, different package)
+- Update to Redis 1.2.3
+ - The example init script was broken for a typo. Fixed.
+ - Support for large files in 32 bit targets, very important when saving
+ very large databases or when using the Append Only File (when Redis
+ was compiled for 64 bit target there was no problem).
+ - Now 'make 32bit' uses -m32 instead of Apple-specific -arch
+ - Stack trace fixed for some Linux targets
+
-------------------------------------------------------------------
Thu Jan 21 16:32:45 UTC 2010 - prusnak@suse.cz
--- redis.spec.orig
+++ redis.spec
@@ -15,7 +15,7 @@
# norootforbuild
Name: redis
-Version: 1.2.2
+Version: 1.2.3
Release: 1
Url: http://code.google.com/p/redis/
License: BSD License