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:12:49
Branch: HEAD Handle: 2003070711124801
Modified files:
openpkg-src/emacs emacs.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.35 +3 -1 openpkg-src/emacs/emacs.spec
1.5307 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/emacs/emacs.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 emacs.spec
--- openpkg-src/emacs/emacs.spec 23 Apr 2003 08:32:14 -0000 1.34
+++ openpkg-src/emacs/emacs.spec 7 Jul 2003 10:12:49 -0000 1.35
@@ -33,7 +33,7 @@
Group: Editor
License: GPL
Version: 21.3
-Release: 20030423
+Release: 20030707
# package options
%option with_x11 no
@@ -60,9 +60,11 @@
PreReq: X11
%if "%{with_jpeg}" == "yes"
BuildPreReq: jpeg
+PreReq: jpeg
%endif
%if "%{with_png}" == "yes"
BuildPreReq: png, zlib
+PreReq: png, zlib
%endif
%endif
AutoReq: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5306 -r1.5307 news.txt
--- openpkg-web/news.txt 7 Jul 2003 10:09:35 -0000 1.5306
+++ openpkg-web/news.txt 7 Jul 2003 10:12:48 -0000 1.5307
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<emacs-21.3-20030707>
07-Jul-2003: Upgraded package: P<dxpc-3.8.2-20030707>
07-Jul-2003: Upgraded package: P<dsniff-2.3-20030707>
07-Jul-2003: Upgraded package: P<dhcp-agent-0.39-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]