X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=support%2Flibmemcached.spec;h=d276ebadd6e5c31da1e752834e889c717f09ad2e;hb=7add2cb42be7d072888ab916eb35cdef8a2774a1;hp=dded6e8a27d071cfdf8a8df391883418b27b709a;hpb=958434b51e6859a7f34c208a7df4b91486559d72;p=m6w6%2Flibmemcached diff --git a/support/libmemcached.spec b/support/libmemcached.spec index dded6e8a..d276ebad 100644 --- a/support/libmemcached.spec +++ b/support/libmemcached.spec @@ -1,6 +1,6 @@ Summary: memcached C library and command line tools Name: libmemcached -Version: 0.2 +Version: 0.6 Release: 1 License: BSD Group: System Environment/Libraries @@ -22,6 +22,7 @@ memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers. memrm - Remove a key(s) from the serrver. memstat - Dump the stats of your servers to standard output +memslap - Generate testing loads on a memcached cluster %prep %setup -q @@ -44,6 +45,7 @@ memstat - Dump the stats of your servers to standard output %{_bindir}/memflush %{_bindir}/memrm %{_bindir}/memstat +%{_bindir}/memslap %{_includedir}/libmemcached/memcached.h %{_libdir}/libmemcached.a %{_libdir}/libmemcached.la @@ -52,5 +54,11 @@ memstat - Dump the stats of your servers to standard output %{_libdir}/libmemcached.so.0.0.0 %changelog +* Wed Oct 3 2007 Brian Aker - 0.4-1 +- See Changelog + +* Mon Oct 1 2007 Brian Aker - 0.3-1 +- Added memslap + * Fri Sep 28 2007 Jeff Fisher - 0.2-1 - Initial package