[libmemcached] update to 0.51 - soname bump to .8

Remi Collet remi at fedoraproject.org
Sun Jul 31 07:43:38 UTC 2011


commit a82e3901c24df56194d542cee0488529773d9361
Author: remi <fedora at famillecollet.com>
Date:   Sun Jul 31 09:43:19 2011 +0200

    update to 0.51 - soname bump to .8

 .gitignore        |    1 +
 libmemcached.spec |    9 ++++++---
 sources           |    2 +-
 strip-hsieh.sh    |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7aee47a..5e8cb5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *~
 /libmemcached-0.49-exhsieh.tar.gz
+/libmemcached-0.51-exhsieh.tar.gz
diff --git a/libmemcached.spec b/libmemcached.spec
index 491f77e..342425e 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -2,7 +2,7 @@
 
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   0.49
+Version:   0.51
 Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
@@ -61,7 +61,7 @@ you will need to install %{name}-devel.
 %setup -q
 
 %{__mkdir} examples
-%{__cp} -p tests/*.{c,cpp,h} examples/
+%{__cp} -p tests/*.{cc,cpp,h} examples/
 
 
 %build
@@ -109,7 +109,7 @@ echo 'Test suite disabled (missing "--with tests" option)'
 %exclude %{_libdir}/libmemcachedutil.la
 %exclude %{_libdir}/libhashkit.la
 %{_libdir}/libhashkit.so.1*
-%{_libdir}/libmemcached.so.7*
+%{_libdir}/libmemcached.so.8*
 %{_libdir}/libmemcachedprotocol.so.0*
 %{_libdir}/libmemcachedutil.so.2*
 %{_mandir}/man1/mem*
@@ -132,6 +132,9 @@ echo 'Test suite disabled (missing "--with tests" option)'
 
 
 %changelog
+* Sun Jul 31 2011 Remi Collet <remi at fedoraproject.org> - 0.51-1
+- update to 0.51 (soname bump libmemcached.so.8)
+
 * Thu Jun 02 2011 Remi Collet <Fedora at famillecollet.com> - 0.49-1
 - update to 0.49
 - add build option : --with tests
diff --git a/sources b/sources
index 21b1669..d4296c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1de27e5d92da31fdc8246629ec92a2c3  libmemcached-0.49-exhsieh.tar.gz
+7d530a217f7da9d966dfad1f4a364c2a  libmemcached-0.51-exhsieh.tar.gz
diff --git a/strip-hsieh.sh b/strip-hsieh.sh
index 25a1511..eeb3d0f 100755
--- a/strip-hsieh.sh
+++ b/strip-hsieh.sh
@@ -8,7 +8,7 @@ pushd $tdir
 tar -xzf ../libmemcached-$ver.tar.gz
 
 pushd libmemcached-$ver
- rm libhashkit/hsieh.c
+ rm libhashkit/hsieh.cc
  grep -r 'azillionmonkeys' . && exit 1
 popd
 


More information about the scm-commits mailing list