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          Date:   19-Oct-2003 13:40:53
  Branch: HEAD                             Handle: 2003101912405201

  Modified files:
    openpkg-src/icon        icon.spec
    openpkg-web             news.txt

  Log:
    fix platform checks

  Summary:
    Revision    Changes     Path
    1.13        +3  -3      openpkg-src/icon/icon.spec
    1.7069      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/icon/icon.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 icon.spec
  --- openpkg-src/icon/icon.spec        18 Sep 2003 15:38:14 -0000      1.12
  +++ openpkg-src/icon/icon.spec        19 Oct 2003 11:40:53 -0000      1.13
  @@ -37,7 +37,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_here}
  -Release:      20030918
  +Release:      20031019
   
   #   list of sources
   Source0:      ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz
  @@ -66,8 +66,8 @@
       case "%{l_platform -t}" in
           *-freebsd*      ) name="freebsd"       ;;
           *-linux*        ) name="linux"         ;;
  -        ix86-sunos*     ) name="intel_solaris" ;;
  -        sparc*-sunos*   ) name="sun_gcc"       ;;
  +        i?86-sunos*     ) name="intel_solaris" ;;
  +        sun*-sunos*     ) name="sun_gcc"       ;;
           * ) echo "platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
       esac
       %{l_make} %{l_mflags} Configure name=$name
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.7068 -r1.7069 news.txt
  --- openpkg-web/news.txt      19 Oct 2003 11:39:38 -0000      1.7068
  +++ openpkg-web/news.txt      19 Oct 2003 11:40:52 -0000      1.7069
  @@ -1,3 +1,4 @@
  +19-Oct-2003: Upgraded package: P<icon-9.4.2-20031019>
   19-Oct-2003: Upgraded package: P<gnuchess-5.07-20031019>
   19-Oct-2003: Upgraded package: P<gimp-1.2.5-20031019>
   19-Oct-2003: Upgraded package: P<giflib-4.1.0-20031019>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to