[libmemcached] update to 1.0.4 - soname BUMP to libmemcached.so.9

Remi Collet remi at fedoraproject.org
Sat Mar 3 08:08:15 UTC 2012


commit b3979b8906398aa4ac5376ab6b280175d1055157
Author: remi <fedora at famillecollet.com>
Date:   Sat Mar 3 09:06:31 2012 +0100

    update to 1.0.4 - soname BUMP to libmemcached.so.9

 .gitignore        |    1 +
 libmemcached.spec |   37 ++++++++++++++++++++++++-------------
 sources           |    2 +-
 3 files changed, 26 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dec7436..8773e2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libmemcached-0.52-exhsieh.tar.gz
 /libmemcached-0.53-exhsieh.tar.gz
 /libmemcached-1.0.2-exhsieh.tar.gz
+/libmemcached-1.0.4-exhsieh.tar.gz
diff --git a/libmemcached.spec b/libmemcached.spec
index 12587fe..cb38713 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -2,8 +2,8 @@
 
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   1.0.2
-Release:   3%{?dist}
+Version:   1.0.4
+Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
 URL:       http://libmemcached.org/
@@ -29,19 +29,25 @@ BuildRequires: libevent-devel
 
 
 %description
-libmemcached is a C client library to the memcached server
-(http://danga.com/memcached). It has been designed to be light on memory
+libmemcached is a C/C++ client library and tools for the memcached server
+(http://memcached.org/). It has been designed to be light on memory
 usage, and provide full access to server side methods.
 
 It also implements several command line tools:
 
-memcat - Copy the value of a key to standard output.
-memflush - Flush the contents of your servers.
-memrm - Remove a key(s) from the server.
-memstat - Dump the stats of your servers to standard output.
-memslap - Generate testing loads on a memcached cluster.
-memcp - Copy files to memcached servers.
-memerror - Creates human readable messages from libmemcached error codes.
+memcapable  Checking a Memcached server capibilities and compatibility
+memcat      Copy the value of a key to standard output
+memcp       Copy data to a server
+memdump     Dumping your server
+memerror    Translate an error code to a string
+memexist    Check for the existance of a key
+memflush    Flush the contents of your servers
+memparse    Parse an option string
+memping     Test to see if a server is available.
+memrm       Remove a key(s) from the server
+memslap     Generate testing loads on a memcached cluster
+memstat     Dump the stats of your servers to standard output
+memtouch    Touches a key
 
 
 %package devel
@@ -61,7 +67,7 @@ you will need to install %{name}-devel.
 %setup -q
 
 mkdir examples
-cp -p tests/*.{cc,cpp,h} examples/
+cp -p tests/*.{cc,h} examples/
 
 
 %build
@@ -106,7 +112,7 @@ rm -rf %{buildroot}
 %{_bindir}/mem*
 %exclude %{_libdir}/lib*.la
 %{_libdir}/libhashkit.so.1*
-%{_libdir}/libmemcached.so.8*
+%{_libdir}/libmemcached.so.9*
 %{_libdir}/libmemcachedprotocol.so.0*
 %{_libdir}/libmemcachedutil.so.2*
 %{_mandir}/man1/mem*
@@ -133,6 +139,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Mar 03 2012 Remi Collet <remi at fedoraproject.org> - 1.0.4-1
+- update to 1.0.4
+- soname bump to libmemcached.so.9
+- update description
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-3
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 7564db6..8f805bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c640c159a242a2ca79dfa77ca973401d  libmemcached-1.0.2-exhsieh.tar.gz
+13daac0452fe3b418b81f3ce8120d6b3  libmemcached-1.0.4-exhsieh.tar.gz


More information about the scm-commits mailing list