[redis] Update to redis 2.0.4

Silas Sewell silas at fedoraproject.org
Sun Dec 19 07:48:43 UTC 2010


commit 118e4917bb4cb5fb339e179d71c428238c5b9cb1
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Dec 19 02:48:24 2010 -0500

    Update to redis 2.0.4

 .gitignore |    1 +
 redis.spec |   12 +++++-------
 sources    |    1 +
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0af108d..0735638 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /redis-2.0.3.tar.gz
+/redis-2.0.4.tar.gz
diff --git a/redis.spec b/redis.spec
index 436a2ae..05664a4 100644
--- a/redis.spec
+++ b/redis.spec
@@ -2,7 +2,7 @@
 # http://code.google.com/p/redis/issues/detail?id=202
 
 Name:             redis
-Version:          2.0.3
+Version:          2.0.4
 Release:          1%{?dist}
 Summary:          A persistent key-value database
 
@@ -14,7 +14,6 @@ Source1:          %{name}.logrotate
 Source2:          %{name}.init
 # Update configuration for Fedora
 Patch0:           %{name}-2.0.0-redis.conf.patch
-BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if !0%{?el5}
 BuildRequires:    tcl >= 8.5
@@ -51,7 +50,6 @@ tclsh tests/test_helper.tcl
 %endif
 
 %install
-rm -fr %{buildroot}
 # Install binaries
 install -p -D -m 755 %{name}-benchmark %{buildroot}%{_bindir}/%{name}-benchmark
 install -p -D -m 755 %{name}-cli %{buildroot}%{_bindir}/%{name}-cli
@@ -66,9 +64,6 @@ install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
 install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
 install -d -m 755 %{buildroot}%{_localstatedir}/run/%{name}
 
-%clean
-rm -fr %{buildroot}
-
 %post
 /sbin/chkconfig --add redis
 
@@ -87,7 +82,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc 00-RELEASENOTES BUGS COPYING Changelog README TODO doc/
+%doc 00-RELEASENOTES BUGS COPYING Changelog README doc/
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
@@ -98,6 +93,9 @@ fi
 %{_initrddir}/%{name}
 
 %changelog
+* Sun Dec 19 2010 Silas Sewell <silas at sewell.ch> - 2.0.4-1
+- Update to redis 2.0.4
+
 * Tue Oct 19 2010 Silas Sewell <silas at sewell.ch> - 2.0.3-1
 - Update to redis 2.0.3
 
diff --git a/sources b/sources
index 927a682..70147b2 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7799de79f36ebdb73bcb8f09816d1ac3  redis-2.0.3.tar.gz
+60656113efb6759ab644d7495629d90b  redis-2.0.4.tar.gz


More information about the scm-commits mailing list