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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   26-Jun-2003 22:14:26
  Branch: HEAD                             Handle: 2003062621142501

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

  Log:
    avoid gcc conflicts, avoid embedded asm (broken on sparc)

  Summary:
    Revision    Changes     Path
    1.14        +7  -2      openpkg-src/pari/pari.spec
    1.5029      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pari/pari.spec
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 pari.spec
  --- openpkg-src/pari/pari.spec        9 Apr 2003 12:38:34 -0000       1.13
  +++ openpkg-src/pari/pari.spec        26 Jun 2003 20:14:26 -0000      1.14
  @@ -37,7 +37,7 @@
   Group:        Algorithm
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20030409
  +Release:      20030626
   
   #   list of sources
   Source0:      
ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-%{V_major}/pari-%{version}.tar.gz
  @@ -60,7 +60,10 @@
   
   %prep
       %setup -q
  -    %{l_shtool} subst -e 's;-O3;-O2;g' Configure
  +    %{l_shtool} subst \
  +        -e 's;-O3;-O2;g' \
  +        -e 's;-D__GNUC__;;g' \
  +        Configure
   
   %build
       CC="%{l_cc}" \
  @@ -69,6 +72,8 @@
           --prefix=%{l_prefix} \
           --datadir=%{l_prefix}/share/pari/galdata \
           --miscdir=%{l_prefix}/share/pari \
  +        #   FIXME - doesn't take advantage of asm kernel
  +        --host=none \
           --graphic=none \
           --static
       %{l_make} %{l_mflags -O} gp
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5028 -r1.5029 news.txt
  --- openpkg-web/news.txt      26 Jun 2003 18:20:45 -0000      1.5028
  +++ openpkg-web/news.txt      26 Jun 2003 20:14:25 -0000      1.5029
  @@ -1,3 +1,4 @@
  +26-Jun-2003: Upgraded package: P<pari-2.1.5-20030626>
   26-Jun-2003: Upgraded package: P<perl-sys-20030626-20030626>
   26-Jun-2003: Upgraded package: P<rdiff-backup-0.12.0-20030626>
   26-Jun-2003: Upgraded package: P<doxygen-1.3.2-20030626>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to