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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   08-Mar-2004 10:48:03
  Branch: HEAD                             Handle: 2004030809480200

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

  Log:
    upgrading package: gpgme 0.4.4 -> 0.4.5

  Summary:
    Revision    Changes     Path
    1.3         +15 -0      openpkg-src/gpgme/gpgme.patch
    1.8         +4  -2      openpkg-src/gpgme/gpgme.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gpgme/gpgme.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.3 gpgme.patch
  --- /dev/null 2004-03-08 10:48:02.000000000 +0100
  +++ gpgme.patch       2004-03-08 10:48:03.000000000 +0100
  @@ -0,0 +1,15 @@
  +Index: gpgme/putc_unlocked.c
  +--- gpgme/putc_unlocked.c.orig       2003-08-18 21:17:08.000000000 +0200
  ++++ gpgme/putc_unlocked.c    2004-03-08 10:46:48.000000000 +0100
  +@@ -24,8 +24,11 @@
  + 
  + #include <stdio.h>
  + 
  ++#ifndef putc_unlocked
  + int
  + putc_unlocked (int c, FILE *stream)
  + {
  +   return putc (c, stream);
  + }
  ++#endif
  ++
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gpgme/gpgme.spec
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 gpgme.spec
  --- openpkg-src/gpgme/gpgme.spec      20 Feb 2004 16:39:28 -0000      1.7
  +++ openpkg-src/gpgme/gpgme.spec      8 Mar 2004 09:48:02 -0000       1.8
  @@ -33,11 +33,12 @@
   Class:        PLUS
   Group:        Cryptography
   License:      GPL
  -Version:      0.4.4
  -Release:      20040220
  +Version:      0.4.5
  +Release:      20040308
   
   #   list of sources
   Source0:      ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/gpgme-%{version}.tar.gz
  +Patch0:       gpgme.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -63,6 +64,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       %{l_shtool} subst \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to