[libmemcached] update to 1.0.6 - soname bump to libmemcached.so.10 and libhashkit.so.2

Remi Collet remi at fedoraproject.org
Sat Apr 21 15:08:28 UTC 2012


commit 1980fb631d732625b84a78a93d4e18db13067f1c
Author: remi <fedora at famillecollet.com>
Date:   Sat Apr 21 17:07:08 2012 +0200

    update to 1.0.6 - soname bump to libmemcached.so.10 and libhashkit.so.2

 .gitignore        |    1 +
 libmemcached.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8773e2f..2700065 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libmemcached-0.53-exhsieh.tar.gz
 /libmemcached-1.0.2-exhsieh.tar.gz
 /libmemcached-1.0.4-exhsieh.tar.gz
+/libmemcached-1.0.6-exhsieh.tar.gz
diff --git a/libmemcached.spec b/libmemcached.spec
index cb38713..2acdc68 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -2,7 +2,7 @@
 
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   1.0.4
+Version:   1.0.6
 Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
@@ -111,8 +111,8 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING README THANKS TODO ChangeLog
 %{_bindir}/mem*
 %exclude %{_libdir}/lib*.la
-%{_libdir}/libhashkit.so.1*
-%{_libdir}/libmemcached.so.9*
+%{_libdir}/libhashkit.so.2*
+%{_libdir}/libmemcached.so.10*
 %{_libdir}/libmemcachedprotocol.so.0*
 %{_libdir}/libmemcachedutil.so.2*
 %{_mandir}/man1/mem*
@@ -139,6 +139,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Apr 21 2012 Remi Collet <remi at fedoraproject.org> - 1.0.6-1
+- update to 1.0.6
+- soname bump to libmemcached.so.10 and libhashkit.so.2
+
 * 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
diff --git a/sources b/sources
index 8f805bc..8f02c38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13daac0452fe3b418b81f3ce8120d6b3  libmemcached-1.0.4-exhsieh.tar.gz
+5b1d34c623813553e6a4b46129d706ab  libmemcached-1.0.6-exhsieh.tar.gz


More information about the scm-commits mailing list