Accepting request 88557 from home:vintozver:branches:server:database

Update to version 2.4.1
Please note that docs are not included in sources from this version :(

OBS-URL: https://build.opensuse.org/request/show/88557
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=22
This commit is contained in:
Andreas Schneider 2011-10-22 08:32:19 +00:00 committed by Git OBS Bridge
parent debd3d515f
commit 9778d7d7cf
4 changed files with 18 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:212d8e6f8f3bdfee71697d6e1ec41caa3365d24d57108992d221f722eb45402d
size 455988

3
redis-2.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e02d21f7a5137089f8513490a61efa51e1222e94cee1cb19246305444a0902
size 618821

View File

@ -18,7 +18,7 @@
%define _log_dir %{_var}/log/%{name}
Name: redis
Version: 2.2.14
Version: 2.4.1
Release: 1
#
License: BSD License
@ -67,7 +67,8 @@ HTML documentation for redis database.
# Failures: - Fixed AOF: Server should have been started: Expected '1' to equal or match '0'
%patch2 -p1
mv doc html
# Documents are not available in this build
#mv doc html
%build
make PROF="%{optflags}" %{?jobs:-j%jobs}
@ -145,6 +146,6 @@ echo " sudo rcredis start; insserv redis"
%files doc
%defattr(-,root,root)
%doc html/
%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING Changelog README TODO
%changelog

View File

@ -1,19 +1,11 @@
*** redis-2.2.14/tests/test_helper.tcl.orig 2011-10-11 10:49:53.526776515 +0300
--- redis-2.2.14/tests/test_helper.tcl 2011-10-11 10:50:30.166776516 +0300
***************
*** 122,128 ****
execute_tests "unit/cas"
execute_tests "unit/quit"
execute_tests "integration/replication"
! execute_tests "integration/aof"
# execute_tests "integration/redis-cli"
execute_tests "unit/pubsub"
execute_tests "unit/slowlog"
--- 122,128 ----
execute_tests "unit/cas"
execute_tests "unit/quit"
execute_tests "integration/replication"
! # execute_tests "integration/aof"
# execute_tests "integration/redis-cli"
execute_tests "unit/pubsub"
execute_tests "unit/slowlog"
--- redis-2.4.1/tests/test_helper.tcl.orig 2011-10-11 10:49:53.526776515 +0300
+++ redis-2.4.1/tests/test_helper.tcl 2011-10-11 10:50:30.166776516 +0300
@@ -28,7 +28,7 @@
integration/replication
integration/replication-2
integration/replication-3
- integration/aof
+ # integration/aof
unit/pubsub
unit/slowlog
unit/maxmemory