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:   18-Jan-2008 07:57:49
  Branch: HEAD                             Handle: 2008011806574800

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

  Log:
    apply a bugfix for QNX from rpm5.org for consistency reasons

  Summary:
    Revision    Changes     Path
    1.11        +14 -2      openpkg-src/db/db.patch
    1.85        +1  -1      openpkg-src/db/db.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/db/db.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 db.patch
  --- openpkg-src/db/db.patch   11 Oct 2007 08:49:20 -0000      1.10
  +++ openpkg-src/db/db.patch   18 Jan 2008 06:57:48 -0000      1.11
  @@ -1,6 +1,6 @@
   Index: mutex/mut_fcntl.c
   --- mutex/mut_fcntl.c.orig   2007-05-17 17:15:45 +0200
  -+++ mutex/mut_fcntl.c        2007-10-11 10:47:14 +0200
  ++++ mutex/mut_fcntl.c        2008-01-18 07:56:25 +0100
   @@ -79,7 +79,7 @@
    
                /* Acquire an exclusive kernel lock. */
  @@ -19,9 +19,21 @@
                        goto err;
    
                /*
  +Index: os/os_handle.c
  +--- os/os_handle.c.orig      2007-05-17 17:15:46 +0200
  ++++ os/os_handle.c   2008-01-18 07:56:25 +0100
  +@@ -52,7 +52,7 @@
  + #ifdef HAVE_QNX
  +     if (LF_ISSET(DB_OSO_REGION)) {
  +             if ((ret =
  +-                __os_qnx_region_open(dbenv, name, oflags, mode, fhp)) != 0)
  ++                __os_qnx_region_open(dbenv, name, flags, mode, fhp)) != 0)
  +                     goto err;
  +             goto done;
  +     }
   Index: os/os_open.c
   --- os/os_open.c.orig        2007-05-17 17:15:46 +0200
  -+++ os/os_open.c     2007-10-11 10:47:14 +0200
  ++++ os/os_open.c     2008-01-18 07:56:25 +0100
   @@ -65,7 +65,7 @@
        if (LF_ISSET(DB_OSO_EXCL))
                oflags |= O_EXCL;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/db/db.spec
  ============================================================================
  $ cvs diff -u -r1.84 -r1.85 db.spec
  --- openpkg-src/db/db.spec    1 Jan 2008 14:52:39 -0000       1.84
  +++ openpkg-src/db/db.spec    18 Jan 2008 06:57:48 -0000      1.85
  @@ -36,7 +36,7 @@
   Group:        Database
   License:      BSD
   Version:      %{V_version}.%{V_revision}
  -Release:      20080101
  +Release:      20080118
   
   #   package options
   %option       with_pthreads no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to