rpms/gearmand/devel gearmand-libmemcached.patch, NONE, 1.1 gearmand.spec, 1.10, 1.11

Remi Collet remi at fedoraproject.org
Sun Feb 7 16:42:15 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/gearmand/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8423

Modified Files:
	gearmand.spec 
Added Files:
	gearmand-libmemcached.patch 
Log Message:
add patch to detect libmemcached

gearmand-libmemcached.patch:
 configure                       |    2 +-
 m4/pandora_have_libmemcached.m4 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gearmand-libmemcached.patch ---
--- m4/pandora_have_libmemcached.m4.orig	2010-02-07 17:19:54.000000000 +0100
+++ m4/pandora_have_libmemcached.m4	2010-02-07 17:20:05.000000000 +0100
@@ -15,7 +15,7 @@
   ], [
     memcached_st memc;
     memcached_dump_func *df;
-    memcached_version();
+    memcached_version(NULL);
   ])
   
   AM_CONDITIONAL(HAVE_LIBMEMCACHED, [test "x${ac_cv_libmemcached}" = "xyes"])
--- configure.orig	2010-02-07 17:23:30.000000000 +0100
+++ configure	2010-02-07 17:23:42.000000000 +0100
@@ -24161,7 +24161,7 @@
 
     memcached_st memc;
     memcached_dump_func *df;
-    memcached_version();
+    memcached_version(NULL);
 
   ;
   return 0;


Index: gearmand.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gearmand/devel/gearmand.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- gearmand.spec	7 Feb 2010 15:48:28 -0000	1.10
+++ gearmand.spec	7 Feb 2010 16:42:14 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           gearmand
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -11,6 +11,8 @@ Source1:        gearmand.init
 Source2:        gearmand.sysconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         gearmand-libmemcached.patch
+
 BuildRequires:  libevent-devel, libuuid-devel, libmemcached-devel, memcached
 
 %ifnarch ppc64 sparc64
@@ -52,6 +54,8 @@ Development libraries for %{name}
 %prep
 %setup -q
 
+%patch0 -p0
+
 
 %build
 %ifarch ppc64 sparc64
@@ -130,6 +134,9 @@ fi
 
 
 %changelog
+* Sun Feb 07 2010 Remi Collet <fedora at famillecollet.com> - 0.9-3
+- patch to detect libmemcached
+
 * Sun Feb 07 2010 Remi Collet <fedora at famillecollet.com> - 0.9-2
 - rebuilt against new libmemcached
 



More information about the scm-commits mailing list