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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   06-Aug-2003 20:37:45
  Branch: HEAD                             Handle: 2003080619374401

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

  Log:
    Fix for build time compatibility with libqt-mt version 3.2

  Summary:
    Revision    Changes     Path
    1.49        +11 -6      openpkg-src/as-gui/as-gui.spec
    1.6062      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/as-gui/as-gui.spec
  ============================================================================
  $ cvs diff -u -r1.48 -r1.49 as-gui.spec
  --- openpkg-src/as-gui/as-gui.spec    8 Jul 2003 14:38:40 -0000       1.48
  +++ openpkg-src/as-gui/as-gui.spec    6 Aug 2003 18:37:45 -0000       1.49
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:        Editor
   License:      GPL
  -Version:      0.7.3
  -Release:      20030707
  +Version:      0.7.4
  +Release:      20030806
   
   #   package options
   %option       with_mico    yes
  @@ -45,10 +45,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, gcc, make
  -PreReq:       OpenPKG, openpkg >= 20020206
  -BuildPreReq:  qt
  -PreReq:       qt
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, qt >= 3.2-20030806, gcc, make
  +PreReq:       OpenPKG, openpkg >= 20020206, qt >= 3.2-20030806
   %if "%{with_mico}" == "yes"
   BuildPreReq:  mico
   PreReq:       mico
  @@ -68,6 +66,13 @@
       %setup -q -n as-gui-%{version}
   
   %build
  +    CC="%{l_cc}" \
  +    CXX="%{l_cxx}" \
  +    CPPFLAGS="%{l_cppflags}" \
  +    CFLAGS="%{l_cflags -O} `%{l_prefix}/bin/pkg-config --cflags qt`" \
  +    CXXFLAGS="%{l_cxxflags -O} `%{l_prefix}/bin/pkg-config --cflags qt`" \
  +    LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/pkg-config --libs-only-L qt`" \
  +    LIBS="`%{l_prefix}/bin/pkg-config --libs-only-l qt`"
       ./configure \
           --prefix=%{l_prefix} \
           --datadir=%{l_prefix}/share/as-gui \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6061 -r1.6062 news.txt
  --- openpkg-web/news.txt      6 Aug 2003 18:32:59 -0000       1.6061
  +++ openpkg-web/news.txt      6 Aug 2003 18:37:44 -0000       1.6062
  @@ -1,3 +1,4 @@
  +06-Aug-2003: Upgraded package: P<as-gui-0.7.4-20030806>
   06-Aug-2003: Upgraded package: P<gcrypt-1.1.42-20030806>
   06-Aug-2003: Upgraded package: P<imapd-2.1.14-20030806>
   06-Aug-2003: Upgraded package: P<openpkg-20030806-20030806>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to