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:   14-Jan-2003 20:03:45
  Branch: HEAD                             Handle: 2003011419034301

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

  Log:
    do not use -O3: gcc 3.2.1 hates this in combination with varargs

  Summary:
    Revision    Changes     Path
    1.28        +3  -4      openpkg-src/python/python.spec
    1.2763      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 python.spec
  --- openpkg-src/python/python.spec    14 Jan 2003 10:58:55 -0000      1.27
  +++ openpkg-src/python/python.spec    14 Jan 2003 19:03:44 -0000      1.28
  @@ -23,9 +23,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#FIXME: ms Unreproducible building by hand. Can this be a new gcc limitation?
  -#FIXME: thl dv1:/cw/bin/gcc 3.2.1-20021125 OK
  -#FIXME: thl dv1:/cw/bin/gcc 3.2.1-20030109 FAILURE
   #   package information
   Name:         python
   Summary:      The Python Programming Language
  @@ -36,7 +33,7 @@
   Group:        Language
   License:      GPL
   Version:      2.2.2
  -Release:      20021015
  +Release:      20030114
   
   #   list of sources
   Source0:      ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
  @@ -61,11 +58,13 @@
   
   %prep
       %setup -q -n Python-%{version}
  +    %{l_shtool} subst -e 's;-O3;-O2;g' configure
   
   %build
       CC="%{l_cc}" \
       CXX="%{l_cxx}" \
       CFLAGS="%{l_cflags -O}" \
  +    CXXFLAGS="%{l_cxxflags -O}" \
       ./configure \
           --prefix=%{l_prefix}
       %{l_make} %{l_mflags -O}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2762 -r1.2763 news.txt
  --- openpkg-web/news.txt      14 Jan 2003 19:02:55 -0000      1.2762
  +++ openpkg-web/news.txt      14 Jan 2003 19:03:43 -0000      1.2763
  @@ -1,3 +1,4 @@
  +14-Jan-2003: Upgraded package: P<python-2.2.2-20030114>
   14-Jan-2003: Upgraded package: P<pari-2.1.4-20030114>
   14-Jan-2003: Upgraded package: P<x11-ssh-askpass-1.2.4.1-20030114>
   14-Jan-2003: New package: P<tomcat4-adapter-4.1.18-20030114>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to