forked from pool/redis
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:
parent
971b366e02
commit
a327cce110
@ -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
3
redis-2.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38e02d21f7a5137089f8513490a61efa51e1222e94cee1cb19246305444a0902
|
||||||
|
size 618821
|
@ -18,7 +18,7 @@
|
|||||||
%define _log_dir %{_var}/log/%{name}
|
%define _log_dir %{_var}/log/%{name}
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 2.2.14
|
Version: 2.4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
License: BSD License
|
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'
|
# Failures: - Fixed AOF: Server should have been started: Expected '1' to equal or match '0'
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
mv doc html
|
# Documents are not available in this build
|
||||||
|
#mv doc html
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PROF="%{optflags}" %{?jobs:-j%jobs}
|
make PROF="%{optflags}" %{?jobs:-j%jobs}
|
||||||
@ -145,6 +146,6 @@ echo " sudo rcredis start; insserv redis"
|
|||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc html/
|
%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING Changelog README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,19 +1,11 @@
|
|||||||
*** redis-2.2.14/tests/test_helper.tcl.orig 2011-10-11 10:49:53.526776515 +0300
|
--- redis-2.4.1/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
|
+++ redis-2.4.1/tests/test_helper.tcl 2011-10-11 10:50:30.166776516 +0300
|
||||||
***************
|
@@ -28,7 +28,7 @@
|
||||||
*** 122,128 ****
|
integration/replication
|
||||||
execute_tests "unit/cas"
|
integration/replication-2
|
||||||
execute_tests "unit/quit"
|
integration/replication-3
|
||||||
execute_tests "integration/replication"
|
- integration/aof
|
||||||
! execute_tests "integration/aof"
|
+ # integration/aof
|
||||||
# execute_tests "integration/redis-cli"
|
unit/pubsub
|
||||||
execute_tests "unit/pubsub"
|
unit/slowlog
|
||||||
execute_tests "unit/slowlog"
|
unit/maxmemory
|
||||||
--- 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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user