OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   19-Sep-2009 09:29:00
  Branch: HEAD                             Handle: 2009091908290000

  Modified files:
    openpkg-src/memcached   memcached.patch memcached.spec

  Log:
    modifying package: memcached-1.4.0 20090710 -> 20090919

  Summary:
    Revision    Changes     Path
    1.31        +9  -47     openpkg-src/memcached/memcached.patch
    1.68        +2  -2      openpkg-src/memcached/memcached.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/memcached/memcached.patch
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 memcached.patch
  --- openpkg-src/memcached/memcached.patch     10 Jul 2009 20:07:53 -0000      
1.30
  +++ openpkg-src/memcached/memcached.patch     19 Sep 2009 07:29:00 -0000      
1.31
  @@ -1,44 +1,6 @@
  -Index: libmemcached-0.30/configure
  ---- libmemcached-0.30/configure.orig 2009-04-15 03:56:46 +0200
  -+++ libmemcached-0.30/configure      2009-05-03 19:32:12 +0200
  -@@ -21054,7 +21054,7 @@
  - 
  -     { $as_echo "$as_me:$LINENO: result: $have_htoll" >&5
  - $as_echo "$have_htoll" >&6; }
  --     if test "x$have_htoll" == "xno"; then
  -+     if test "x$have_htoll" = "xno"; then
  -   BUILD_BYTEORDER_TRUE=
  -   BUILD_BYTEORDER_FALSE='#'
  - else
  -@@ -21395,14 +21395,14 @@
  -     MEMC_BINARY="$withval"
  -   fi
  - 
  --  if test x$withval == xyes
  -+  if test x$withval = xyes
  -   then
  -     MEMC_BINARY=memcached
  -   fi
  - 
  -   # just ignore the user if --without-memcached is passed.. it is
  -   # only used by make test
  --  if test x$withval == xno
  -+  if test x$withval = xno
  -   then
  -     MEMC_BINARY=memcached
  -   fi
  -@@ -21454,7 +21454,7 @@
  - fi
  - 
  - 
  --if test x$MEMC_BINARY == "xno"
  -+if test x$MEMC_BINARY = "xno"
  - then
  -   { { $as_echo "$as_me:$LINENO: error: \"could not find memcached binary\"" 
>&5
  - $as_echo "$as_me: error: \"could not find memcached binary\"" >&2;}
  -Index: libmemcached-0.30/libmemcached/memcached.h
  ---- libmemcached-0.30/libmemcached/memcached.h.orig  2009-04-15 03:56:22 
+0200
  -+++ libmemcached-0.30/libmemcached/memcached.h       2009-05-03 19:30:01 
+0200
  +Index: libmemcached-0.32/libmemcached/memcached.h
  +--- libmemcached-0.32/libmemcached/memcached.h.orig  2009-07-10 18:05:27 
+0200
  ++++ libmemcached-0.32/libmemcached/memcached.h       2009-07-11 08:29:27 
+0200
   @@ -10,6 +10,7 @@
    #ifndef __MEMCACHED_H__
    #define __MEMCACHED_H__
  @@ -48,9 +10,9 @@
    #include <inttypes.h>
    #if !defined(__cplusplus)
   Index: memcached-1.4.0/memcached.h
  ---- memcached-1.4.0/memcached.h.orig 2008-03-30 10:40:44 +0200
  -+++ memcached-1.4.0/memcached.h      2009-05-03 19:30:01 +0200
  -@@ -8,6 +8,7 @@
  +--- memcached-1.4.0/memcached.h.orig 2009-07-09 19:16:24 +0200
  ++++ memcached-1.4.0/memcached.h      2009-07-11 08:29:27 +0200
  +@@ -12,6 +12,7 @@
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <sys/time.h>
  @@ -59,9 +21,9 @@
    #include <event.h>
    #include <netdb.h>
   Index: memcached-1.4.0/thread.c
  ---- memcached-1.4.0/thread.c.orig    2008-03-30 10:40:44 +0200
  -+++ memcached-1.4.0/thread.c 2009-05-03 19:30:01 +0200
  -@@ -641,6 +641,7 @@
  +--- memcached-1.4.0/thread.c.orig    2009-07-09 19:16:24 +0200
  ++++ memcached-1.4.0/thread.c 2009-07-11 08:29:27 +0200
  +@@ -598,6 +598,7 @@
            perror("Can't allocate thread descriptors");
            exit(1);
        }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/memcached/memcached.spec
  ============================================================================
  $ cvs diff -u -r1.67 -r1.68 memcached.spec
  --- openpkg-src/memcached/memcached.spec      10 Jul 2009 20:07:53 -0000      
1.67
  +++ openpkg-src/memcached/memcached.spec      19 Sep 2009 07:29:00 -0000      
1.68
  @@ -24,7 +24,7 @@
   #   package versions
   %define       V_memcached       1.4.0
   %define       V_libmemcache     1.4.0.rc2
  -%define       V_libmemcached    0.30
  +%define       V_libmemcached    0.32
   %define       V_cache_memcached 1.26
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:        System
   License:      GPL
   Version:      %{V_memcached}
  -Release:      20090710
  +Release:      20090919
   
   #   list of sources
   Source0:      
http://www.danga.com/memcached/dist/memcached-%{V_memcached}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to