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:52:08
Branch: HEAD Handle: 2003070711520701
Modified files:
openpkg-src/cups cups.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.3 +5 -2 openpkg-src/cups/cups.spec
1.5342 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cups/cups.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 cups.spec
--- openpkg-src/cups/cups.spec 9 Jun 2003 16:11:35 -0000 1.2
+++ openpkg-src/cups/cups.spec 7 Jul 2003 10:52:08 -0000 1.3
@@ -33,7 +33,7 @@
Group: Print
License: GPL/LGPL with exceptions
Version: 1.1.19
-Release: 20030609
+Release: 20030707
# package options
%option with_openssl no
@@ -47,10 +47,13 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, zlib, jpeg, png, tiff
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc
PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: zlib, jpeg, png, tiff
+PreReq: zlib, jpeg, png, tiff
%if "%{with_openssl}" == "yes"
BuildPreReq: openssl
+PreReq: openssl
%endif
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5341 -r1.5342 news.txt
--- openpkg-web/news.txt 7 Jul 2003 10:51:09 -0000 1.5341
+++ openpkg-web/news.txt 7 Jul 2003 10:52:07 -0000 1.5342
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<cups-1.1.19-20030707>
07-Jul-2003: Upgraded package: P<clamav-0.60-20030707>
07-Jul-2003: Upgraded package: P<bogofilter-0.13.7.2-20030707>
07-Jul-2003: Upgraded package: P<blender-2.27-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]