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: 07-Jul-2003 12:30:29
Branch: HEAD Handle: 2003070711302801
Modified files:
openpkg-src/as-gui as-gui.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.46 +7 -3 openpkg-src/as-gui/as-gui.spec
1.5323 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/as-gui/as-gui.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 as-gui.spec
--- openpkg-src/as-gui/as-gui.spec 28 Apr 2003 17:00:34 -0000 1.45
+++ openpkg-src/as-gui/as-gui.spec 7 Jul 2003 10:30:29 -0000 1.46
@@ -33,7 +33,7 @@
Group: Editor
License: GPL
Version: 0.7.3
-Release: 20030428
+Release: 20030707
# package options
%option with_mico yes
@@ -45,13 +45,17 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, qt, gcc, make
-PreReq: OpenPKG, openpkg >= 20020206, qt
+BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, make
+PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: qt
+PreReq: qt
%if "%{with_mico}" == "yes"
BuildPreReq: mico
+PreReq: mico
%endif
%if "%{with_esoap}" == "yes"
BuildPreReq: easysoap
+PreReq: easysoap
%endif
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5322 -r1.5323 news.txt
--- openpkg-web/news.txt 7 Jul 2003 10:28:21 -0000 1.5322
+++ openpkg-web/news.txt 7 Jul 2003 10:30:28 -0000 1.5323
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<as-gui-0.7.3-20030707>
07-Jul-2003: Upgraded package: P<iselect-1.2.0-20030707>
07-Jul-2003: Upgraded package: P<ircd-2.10.3p3-20030707>
07-Jul-2003: Upgraded package: P<ipaudit-0.95-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]