[libmemcached] update to 1.0.2

Remi Collet remi at fedoraproject.org
Thu Oct 27 15:43:16 UTC 2011


commit 8f28995533acf959f5cc047d504ef9ba4fb56d65
Author: remi <fedora at famillecollet.com>
Date:   Thu Oct 27 17:43:06 2011 +0200

    update to 1.0.2

 .gitignore        |    1 +
 libmemcached.spec |   15 ++++++++-------
 nohsieh.cc        |    7 -------
 sources           |    2 +-
 4 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 095d91f..dec7436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libmemcached-0.51-exhsieh.tar.gz
 /libmemcached-0.52-exhsieh.tar.gz
 /libmemcached-0.53-exhsieh.tar.gz
+/libmemcached-1.0.2-exhsieh.tar.gz
diff --git a/libmemcached.spec b/libmemcached.spec
index 13052a6..a5bdadc 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.53
+Version:   1.0.2
 Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
@@ -15,9 +15,6 @@ URL:       http://libmemcached.org/
 # "-exhsieh" tarball.
 Source0:   libmemcached-%{version}-exhsieh.tar.gz
 
-# http://lists.libmemcached.org/pipermail/libmemcached-discuss/2011-October/002292.html
-Source1:   nohsieh.cc
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: cyrus-sasl-devel
 %if %{with_tests}
@@ -66,9 +63,6 @@ you will need to install %{name}-devel.
 mkdir examples
 cp -p tests/*.{cc,cpp,h} examples/
 
-# Temporary workaround for mandatory file
-cp %{SOURCE1} libhashkit/hsieh.cc
-
 
 %build
 # option --with-memcached=false to disable server binary check (as we don't run test)
@@ -122,7 +116,11 @@ rm -rf %{buildroot}
 %defattr (-,root,root,-) 
 %doc examples
 %{_includedir}/libmemcached
+%{_includedir}/libmemcached-1.0
 %{_includedir}/libhashkit
+%{_includedir}/libhashkit-1.0
+%{_includedir}/libmemcachedprotocol-0.0
+%{_includedir}/libmemcachedutil-1.0
 %{_libdir}/libhashkit.so
 %{_libdir}/libmemcached.so
 %{_libdir}/libmemcachedprotocol.so
@@ -135,6 +133,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct 27 2011 Remi Collet <remi at fedoraproject.org> - 1.0.2-1
+- update to 1.0.2
+
 * Sun Oct 16 2011 Remi Collet <remi at fedoraproject.org> - 0.53-1
 - update to 0.53
 
diff --git a/sources b/sources
index cea81d7..7564db6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b23358cfa41fec77cbc0174475bc7779  libmemcached-0.53-exhsieh.tar.gz
+c640c159a242a2ca79dfa77ca973401d  libmemcached-1.0.2-exhsieh.tar.gz


More information about the scm-commits mailing list