rpms/libmemcached/F-11 libmemcached.spec, 1.1, 1.2 sources, 1.2, 1.3 libmemcached-hsieh.patch, 1.1, NONE

Remi Collet remi at fedoraproject.org
Tue May 19 18:28:13 UTC 2009


Author: remi

Update of /cvs/extras/rpms/libmemcached/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24886

Modified Files:
	libmemcached.spec sources 
Removed Files:
	libmemcached-hsieh.patch 
Log Message:
update to 0.29


Index: libmemcached.spec
===================================================================
RCS file: /cvs/extras/rpms/libmemcached/F-11/libmemcached.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libmemcached.spec	2 May 2009 06:27:06 -0000	1.1
+++ libmemcached.spec	19 May 2009 18:27:43 -0000	1.2
@@ -1,17 +1,12 @@
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   0.28
-Release:   2%{?dist}
+Version:   0.29
+Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
 URL:       http://tangent.org/552/libmemcached.html
 Source0:   http://download.tangent.org/libmemcached-%{version}.tar.gz
 
-# Patch from upstream to disable hsieh hash (non free)
-# http://hg.tangent.org/libmemcached/rev/0fc201158518
-Patch0:    %{name}-hsieh.patch
-# Temporary for above patch
-BuildRequires: libtool
 
 # checked during configure (for test suite)
 BuildRequires: memcached
@@ -50,19 +45,11 @@ you will need to install %{name}-devel.
 %prep
 %setup -q
 
-%patch0 -p1 
 %{__rm} -f libmemcached/hsieh_hash.c 
 
 %{__mkdir} examples
 %{__cp} -p tests/*.{c,cpp,h} examples/
 
-# Temporary because of patched .m4 files
-libtoolize --force
-aclocal
-automake --add-missing -Wno-portability
-autoconf
-autoheader
-
 
 %build
 %configure
@@ -98,7 +85,10 @@ autoheader
 %{_bindir}/mem*
 %exclude %{_libdir}/libmemcached.a
 %exclude %{_libdir}/libmemcached.la
+%exclude %{_libdir}/libmemcachedutil.a
+%exclude %{_libdir}/libmemcachedutil.la
 %{_libdir}/libmemcached.so.*
+%{_libdir}/libmemcachedutil.so.*
 %{_mandir}/man1/mem*
 
 
@@ -107,6 +97,7 @@ autoheader
 %doc examples
 %{_includedir}/libmemcached
 %{_libdir}/libmemcached.so
+%{_libdir}/libmemcachedutil.so
 %{_libdir}/pkgconfig/libmemcached.pc
 %{_libdir}/libmemcached.so
 %{_mandir}/man3/libmemcached*.3.gz
@@ -114,6 +105,9 @@ autoheader
 
 
 %changelog
+* Tue May 19 2009 Remi Collet <Fedora at famillecollet.com> - 0.29-1
+- update to 0.29
+
 * Fri May 01 2009 Remi Collet <Fedora at famillecollet.com> - 0.28-2
 - add upstream patch to disable nonfree hsieh hash method
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmemcached/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 May 2009 06:27:06 -0000	1.2
+++ sources	19 May 2009 18:27:43 -0000	1.3
@@ -1 +1 @@
-7224e49fd4b0606f35b149ebb8c34e08  libmemcached-0.28.tar.gz
+a52fa591941dafec16ed8da71d5fb8cc  libmemcached-0.29.tar.gz


--- libmemcached-hsieh.patch DELETED ---




More information about the scm-commits mailing list