Resolves Bug #513202, upgrade to memcached 1.4.0, also adds new

memcached-devel rpm
This commit is contained in:
Paul Lindner 2009-07-22 17:46:41 +00:00
parent f6f5f83312
commit 91094ee95a
3 changed files with 14 additions and 3 deletions

View File

@ -1 +1 @@
memcached-1.2.8.tar.gz
memcached-1.4.0.tar.gz

View File

@ -6,7 +6,7 @@
%define groupname memcached
Name: memcached
Version: 1.2.8
Version: 1.4.0
Release: 1%{?dist}
Summary: High Performance, Distributed Memory Object Cache
@ -54,9 +54,17 @@ Requires: %{name} = %{version}-%{release}
Requires(post): policycoreutils
Requires(postun): policycoreutils
%description selinux
SELinux policy module supporting memcached.
%package devel
Summary: Files needed for development using memcached protocol
Group: Development/Libraries
%description devel
Install memcached-devel if you are developing C/C++ applications that require access to the
memcached binary include files.
%prep
%setup -q
@ -194,6 +202,9 @@ fi
%doc SELinux/*.te SELinux/*.fc SELinux/*.if
%{_datadir}/selinux/*/%{modulename}.pp
%files devel
%defattr(-,root,root,0755)
%{_includedir}/memcached/*
%changelog
* Wed Apr 29 2009 Paul Lindner <lindner@inuus.com> - 1.2.8-1

View File

@ -1 +1 @@
e5a4ee04e517a5cad110f29e4490e4ab memcached-1.2.8.tar.gz
d7651ecb8bf345144cb17900d9a46c85 memcached-1.4.0.tar.gz