[libmemcached] update to 0.44 - with SONAME bump

Remi Collet remi at fedoraproject.org
Fri Oct 1 18:34:23 UTC 2010


commit 8d7a91cf2de536b271f358fbbdbb7e61e93c42aa
Author: remi <fedora at famillecollet.com>
Date:   Fri Oct 1 20:34:21 2010 +0200

    update to 0.44 - with SONAME bump

 .gitignore        |    1 +
 libmemcached.spec |   14 +++++++++-----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd93a6b..552f30b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libmemcached-0.42.tar.gz
 libmemcached-0.43.tar.gz
+/libmemcached-0.44.tar.gz
diff --git a/libmemcached.spec b/libmemcached.spec
index 6624e4c..d49ab25 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -1,6 +1,6 @@
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   0.43
+Version:   0.44
 Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
@@ -87,10 +87,10 @@ you will need to install %{name}-devel.
 %exclude %{_libdir}/libmemcachedprotocol.la
 %exclude %{_libdir}/libmemcachedutil.la
 %exclude %{_libdir}/libhashkit.la
-%{_libdir}/libhashkit.so.*
-%{_libdir}/libmemcached.so.*
-%{_libdir}/libmemcachedprotocol.so.*
-%{_libdir}/libmemcachedutil.so.*
+%{_libdir}/libhashkit.so.0*
+%{_libdir}/libmemcached.so.6*
+%{_libdir}/libmemcachedprotocol.so.0*
+%{_libdir}/libmemcachedutil.so.1*
 %{_mandir}/man1/mem*
 
 
@@ -110,6 +110,10 @@ you will need to install %{name}-devel.
 
 
 %changelog
+* Fri Oct 01 2010 Remi Collet <Fedora at famillecollet.com> - 0.44-1
+- update to 0.44
+- add soname version in %%file to detect change
+
 * Fri Jul 30 2010 Remi Collet <Fedora at famillecollet.com> - 0.43-1
 - update to 0.43
 
diff --git a/sources b/sources
index 55f45b0..663cbc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6940255a1889871ef3a29f430370950  libmemcached-0.43.tar.gz
+e6bd825c46fa080b550f90f9001cba8c  libmemcached-0.44.tar.gz


More information about the scm-commits mailing list