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 openpkg-web openpkg$ Date:   25-Sep-2003 10:44:49
  Branch: HEAD                             Handle: 2003092509444702

  Modified files:
    openpkg-re/vcheck       vc.strace
    openpkg-src/strace      strace.patch strace.spec
    openpkg-web             news.txt

  Log:
    upgrading package: strace 4.4.98 -> 4.5

  Summary:
    Revision    Changes     Path
    1.5         +1  -1      openpkg-re/vcheck/vc.strace
    1.3         +30 -2      openpkg-src/strace/strace.patch
    1.33        +2  -2      openpkg-src/strace/strace.spec
    1.6724      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.strace
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 vc.strace
  --- openpkg-re/vcheck/vc.strace       11 Jun 2003 18:29:07 -0000      1.4
  +++ openpkg-re/vcheck/vc.strace       25 Sep 2003 08:44:47 -0000      1.5
  @@ -2,7 +2,7 @@
   }
   
   prog strace = {
  -  version   = 4.4.98
  +  version   = 4.5
     url       = http://prdownloads.sourceforge.net/strace/
     regex     = strace-(__VER__)\.tar\.bz2
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/strace/strace.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 strace.patch
  --- openpkg-src/strace/strace.patch   20 Jan 2003 11:49:52 -0000      1.2
  +++ openpkg-src/strace/strace.patch   25 Sep 2003 08:44:49 -0000      1.3
  @@ -1,5 +1,6 @@
  ---- net.c.orig       Mon Jan 20 12:42:42 2003
  -+++ net.c    Mon Jan 20 12:45:46 2003
  +Index: net.c
  +--- net.c.orig       2003-06-24 01:39:59.000000000 +0200
  ++++ net.c    2003-09-25 10:33:49.000000000 +0200
   @@ -43,12 +43,8 @@
    #endif
    
  @@ -31,3 +32,30 @@
        tprintf("}");
    }
    
  +Index: file.c
  +--- file.c.orig      2003-07-17 11:03:02.000000000 +0200
  ++++ file.c   2003-09-25 10:42:40.000000000 +0200
  +@@ -1387,7 +1387,11 @@
  +             statbuf.f_bsize, statbuf.f_blocks, statbuf.f_bfree);
  +     tprintf("f_bavail=%u, f_files=%u, f_ffree=%u, f_fsid={%d, %d}, f_namelen=%u",
  +             statbuf.f_bavail,statbuf.f_files, statbuf.f_ffree,
  ++#ifdef LINUX
  +             statbuf.f_fsid.__val[0], statbuf.f_fsid.__val[1],
  ++#else
  ++            statbuf.f_fsid.val[0], statbuf.f_fsid.val[1],
  ++#endif
  +             statbuf.f_namelen);
  + #else /* !ALPHA */
  +     tprintf("{f_type=%s, f_bsize=%lu, f_blocks=%lu, f_bfree=%lu, ",
  +@@ -1399,7 +1403,11 @@
  +             (unsigned long)statbuf.f_bavail,
  +             (unsigned long)statbuf.f_files,
  +             (unsigned long)statbuf.f_ffree,
  ++#ifdef LINUX
  +             statbuf.f_fsid.__val[0], statbuf.f_fsid.__val[1]);
  ++#else
  ++            statbuf.f_fsid.val[0], statbuf.f_fsid.val[1]);
  ++#endif
  + #ifdef LINUX
  +     tprintf(", f_namelen=%lu", (unsigned long)statbuf.f_namelen);
  + #endif /* LINUX */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/strace/strace.spec
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 strace.spec
  --- openpkg-src/strace/strace.spec    8 Jul 2003 14:42:41 -0000       1.32
  +++ openpkg-src/strace/strace.spec    25 Sep 2003 08:44:49 -0000      1.33
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:        Development
   License:      GPL
  -Version:      4.4.98
  -Release:      20030704
  +Version:      4.5
  +Release:      20030925
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/strace/strace-%{version}.tar.bz2
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6723 -r1.6724 news.txt
  --- openpkg-web/news.txt      25 Sep 2003 08:39:05 -0000      1.6723
  +++ openpkg-web/news.txt      25 Sep 2003 08:44:47 -0000      1.6724
  @@ -1,3 +1,4 @@
  +25-Sep-2003: Upgraded package: P<strace-4.5-20030925>
   25-Sep-2003: Upgraded package: P<dialog-0.9b.20030924-20030925>
   25-Sep-2003: Upgraded package: P<pgadmin-0.9.3.20030925-20030925>
   25-Sep-2003: Upgraded package: P<findutils-4.1.20-20030925>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to