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:   22-Jun-2007 08:21:20
  Branch: HEAD                             Handle: 2007062207212000

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

  Log:
    apply vendor patch

  Summary:
    Revision    Changes     Path
    1.4         +12 -0      openpkg-src/popt/popt.patch
    1.43        +1  -1      openpkg-src/popt/popt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/popt/popt.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 popt.patch
  --- openpkg-src/popt/popt.patch       14 Jun 2007 20:56:32 -0000      1.3
  +++ openpkg-src/popt/popt.patch       22 Jun 2007 06:21:20 -0000      1.4
  @@ -9,3 +9,15 @@
    #ifdef      POPT_WCHAR_HACK
    #include <wchar.h>                  /* for mbsrtowcs */
    /[EMAIL PROTECTED] mbstate_t @*/
  +Index: popt.c
  +--- popt.c   14 Jun 2007 15:58:12 -0000      1.102
  ++++ popt.c   22 Jun 2007 00:02:01 -0000      1.103
  +@@ -396,7 +396,7 @@
  +     if (!strchr(item->argv[0], '/') && con->execPath != NULL) {
  +     char *s = malloc(strlen(con->execPath) + strlen(item->argv[0]) + 
sizeof("/"));
  +     if (s)
  +-        sprintf(s, "%s/%s", con->execPath, item->argv[-1]);
  ++        sprintf(s, "%s/%s", con->execPath, item->argv[0]);
  +     argv[argc] = s;
  +     } else
  +     argv[argc] = POPT_findProgramPath(item->argv[0]);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/popt/popt.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 popt.spec
  --- openpkg-src/popt/popt.spec        14 Jun 2007 20:56:33 -0000      1.42
  +++ openpkg-src/popt/popt.spec        22 Jun 2007 06:21:20 -0000      1.43
  @@ -33,7 +33,7 @@
   Group:        Libraries
   License:      LGPL
   Version:      1.11
  -Release:      20070614
  +Release:      20070622
   
   #   list of sources
   Source0:      http://rpm5.org/files/popt/popt-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to