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: 29-Jul-2003 13:49:32
Branch: HEAD Handle: 2003072912493101
Modified files:
openpkg-src/qt qt.spec
openpkg-web news.txt
Log:
Remove obsolete logic and add sql drivers
Summary:
Revision Changes Path
1.71 +3 -8 openpkg-src/qt/qt.spec
1.5898 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qt/qt.spec
============================================================================
$ cvs diff -u -r1.70 -r1.71 qt.spec
--- openpkg-src/qt/qt.spec 23 Jul 2003 20:13:31 -0000 1.70
+++ openpkg-src/qt/qt.spec 29 Jul 2003 11:49:32 -0000 1.71
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 3.2.0
-Release: 20030723
+Release: 20030729
# list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
@@ -62,13 +62,6 @@
%prep
%setup -q -n qt-x11-free-%{version}
- # tidy up dirty vendor tarball
- ( cd include
- for i in qmotifwidget.h qmotif.h qxtwidget.h qmotifdialog.h; do
- rm -f $i
- done
- ) || exit $?
-
%build
# display a warning that this package is a beast
( echo "This package requires about 1.3 GB of temporary disk space and"
@@ -99,6 +92,7 @@
-datadir %{l_prefix}/share/qt/data \
-release -static -stl -sm -qt-zlib \
-qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
+ -qt-sql-psql -qt-sql-odbc -qt-sql-mysql \
-no-nis -no-cups -no-nas-sound -no-xinerama \
-no-xrender -no-xft -no-tablet -no-xkb \
-no-thread
@@ -117,6 +111,7 @@
-datadir %{l_prefix}/share/qt/data \
-release -static -stl -sm -qt-zlib \
-qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
+ -qt-sql-psql -qt-sql-odbc -qt-sql-mysql \
-no-nis -no-cups -no-nas-sound -no-xinerama \
-no-xrender -no-xft -no-tablet -no-xkb \
-thread
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5897 -r1.5898 news.txt
--- openpkg-web/news.txt 29 Jul 2003 10:24:27 -0000 1.5897
+++ openpkg-web/news.txt 29 Jul 2003 11:49:31 -0000 1.5898
@@ -1,3 +1,4 @@
+29-Jul-2003: Upgraded package: P<qt-3.2.0-20030729>
29-Jul-2003: Upgraded package: P<tsmc-5.1.6.2-20030729>
29-Jul-2003: Upgraded package: P<vim-6.2.57-1.20030729>
29-Jul-2003: Upgraded package: P<samba-2.2.8a-1.20030729>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]