upgrade to 1.4.6
This commit is contained in:
parent
4ad83c29b9
commit
f45a5bc27b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
memcached-1.4.5.tar.gz
|
memcached-1.4.5.tar.gz
|
||||||
|
/memcached-1.4.6.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%define groupname memcached
|
%define groupname memcached
|
||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: High Performance, Distributed Memory Object Cache
|
Summary: High Performance, Distributed Memory Object Cache
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Source1: memcached.sysv
|
|||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
# From http://code.google.com/p/memcached/issues/detail?id=60
|
# From http://code.google.com/p/memcached/issues/detail?id=60
|
||||||
Patch001: memcached-1.4.5-issue60.diff
|
#Patch001: memcached-1.4.5-issue60.diff
|
||||||
|
|
||||||
# Fixes
|
# Fixes
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ memcached binary include files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch001 -p1
|
#%patch001 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -147,6 +147,9 @@ exit 0
|
|||||||
%{_includedir}/memcached/*
|
%{_includedir}/memcached/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 2 2011 Paul Lindner <lindner@inuus.com> - 0:1.4.6-1
|
||||||
|
- Upgrade to memcached-1.4.6
|
||||||
|
|
||||||
* Mon Feb 14 2011 Paul Lindner <lindner@inuus.com> - 0:1.4.5-6
|
* Mon Feb 14 2011 Paul Lindner <lindner@inuus.com> - 0:1.4.5-6
|
||||||
- Rebuild for updated libevent
|
- Rebuild for updated libevent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user