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:   16-Jul-2003 11:26:34
  Branch: HEAD                             Handle: 2003071610263202

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

  Log:
    fix linking of shared objects for Solaris

  Summary:
    Revision    Changes     Path
    1.37        +3  -2      openpkg-src/python/python.spec
    1.5590      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  ============================================================================
  $ cvs diff -u -r1.36 -r1.37 python.spec
  --- openpkg-src/python/python.spec    14 Jul 2003 15:40:39 -0000      1.36
  +++ openpkg-src/python/python.spec    16 Jul 2003 09:26:34 -0000      1.37
  @@ -33,7 +33,7 @@
   Group:        Language
   License:      GPL
   Version:      2.2.3
  -Release:      20030714
  +Release:      20030716
   
   #   list of sources
   Source0:      ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
  @@ -60,6 +60,7 @@
       %setup -q -n Python-%{version}
       %{l_shtool} subst \
           -e 's;-O3;-O2;g' \
  +        -e 's;\(SunOS.*case \)\$CC\( in\);\1gcc\2;' \
           configure
       %{l_shtool} subst \
           -e 's;/usr/local;%{l_prefix};g' \
  @@ -85,7 +86,7 @@
       CXXFLAGS="%{l_cxxflags -O}" \
       ./configure \
           --prefix=%{l_prefix}
  -    %{l_make} %{l_mflags -O}
  +    %{l_make} %{l_mflags}
   
   %install
       rm -rf $RPM_BUILD_ROOT
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5589 -r1.5590 news.txt
  --- openpkg-web/news.txt      16 Jul 2003 09:13:14 -0000      1.5589
  +++ openpkg-web/news.txt      16 Jul 2003 09:26:32 -0000      1.5590
  @@ -1,3 +1,4 @@
  +16-Jul-2003: Upgraded package: P<python-2.2.3-20030716>
   16-Jul-2003: New package: P<zoem-03.188-20030716>
   16-Jul-2003: New package: P<gpp-2.1-20030716>
   16-Jul-2003: Upgraded package: P<openldap-2.1.22-20030716>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to