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

  Server: cvs.openpkg.org                  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   05-Apr-2004 13:11:17
  Branch: HEAD                             Handle: 2004040512111700

  Added files:
    openpkg-src/mapson      mapson.patch
  Modified files:
    openpkg-src/mapson      mapson.spec

  Log:
    Fixed declaration in hashcash.h

  Summary:
    Revision    Changes     Path
    1.4         +11 -0      openpkg-src/mapson/mapson.patch
    1.26        +3  -1      openpkg-src/mapson/mapson.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mapson/mapson.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.4 mapson.patch
  --- /dev/null 2004-04-05 13:11:17.000000000 +0200
  +++ mapson.patch      2004-04-05 13:11:17.000000000 +0200
  @@ -0,0 +1,11 @@
  +--- libhashcash/hashcash.h.orig      2004-04-05 12:52:56.000000000 +0200
  ++++ libhashcash/hashcash.h   2004-04-05 12:53:18.000000000 +0200
  +@@ -130,7 +130,7 @@
  + /* simple function calling hashcash_parse, hashcash_count for convenience */
  + 
  + int hashcash_check( const char* token, const char* resource, time_t now_time,
  +-                time_t validity_period, long grace_period,
  ++                time_t validity_period, time_t grace_period,
  +                 int required_bits );
  + 
  + /* return how many tries per second the machine can do */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mapson/mapson.spec
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 mapson.spec
  --- openpkg-src/mapson/mapson.spec    29 Feb 2004 16:55:50 -0000      1.25
  +++ openpkg-src/mapson/mapson.spec    5 Apr 2004 11:11:17 -0000       1.26
  @@ -38,10 +38,11 @@
   Group:        Mail
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20040229
  +Release:      20040405
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/mapson/mapson-%{V_dist}.tar.gz
  +Patch0:       mapson.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -65,6 +66,7 @@
   
   %prep
       %setup -q -n mapson-%{V_dist}
  +    %patch -p0
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to