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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   19-Feb-2006 11:24:49
  Branch: HEAD                             Handle: 2006021910244900

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

  Log:
    fix run-time by installing missing header

  Summary:
    Revision    Changes     Path
    1.2         +17 -5      openpkg-src/mhash/mhash.patch
    1.23        +1  -1      openpkg-src/mhash/mhash.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mhash/mhash.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 mhash.patch
  --- openpkg-src/mhash/mhash.patch     8 Dec 2005 19:10:01 -0000       1.1
  +++ openpkg-src/mhash/mhash.patch     19 Feb 2006 10:24:49 -0000      1.2
  @@ -1,6 +1,18 @@
  +Index: include/Makefile.in
  +--- include/Makefile.in.orig 2006-01-10 05:44:15 +0100
  ++++ include/Makefile.in      2006-02-19 11:18:48 +0100
  +@@ -174,7 +174,7 @@
  + target_cpu = @target_cpu@
  + target_os = @target_os@
  + target_vendor = @target_vendor@
  +-nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h 
mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h
  ++nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h 
mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h mutils/mincludes.h
  + all: all-am
  + 
  + .SUFFIXES:
   Index: lib/stdfns.c
  ---- lib/stdfns.c.orig        2005-12-07 04:09:46 +0100
  -+++ lib/stdfns.c     2005-12-08 20:03:28 +0100
  +--- lib/stdfns.c.orig        2006-01-10 04:47:18 +0100
  ++++ lib/stdfns.c     2006-02-19 11:16:56 +0100
   @@ -24,6 +24,7 @@
     */
    
  @@ -9,7 +21,7 @@
    
    /**
     * Some of these are wrappers. The idea is to eventually produce an 
extremely
  -@@ -184,11 +185,11 @@
  +@@ -222,11 +223,11 @@
                {
                        return(0);
                }
  @@ -23,7 +35,7 @@
        }
    
        return(memcmp(s1, s2, n));
  -@@ -305,11 +306,11 @@
  +@@ -343,11 +344,11 @@
                {
                        return(0);
                }
  @@ -37,7 +49,7 @@
        }
        return(strcmp((char *) src1, (char *) src2));
    }
  -@@ -328,11 +329,11 @@
  +@@ -366,11 +367,11 @@
                {
                        return(0);
                }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mhash/mhash.spec
  ============================================================================
  $ cvs diff -u -r1.22 -r1.23 mhash.spec
  --- openpkg-src/mhash/mhash.spec      10 Jan 2006 09:13:56 -0000      1.22
  +++ openpkg-src/mhash/mhash.spec      19 Feb 2006 10:24:49 -0000      1.23
  @@ -37,7 +37,7 @@
   Group:        Cryptography
   License:      LGPL
   Version:      %{V_vl}%{V_pl}
  -Release:      20060110
  +Release:      20060219
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/mhash/mhash-%{V_vl}%{V_pl}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to