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: 13-Jan-2003 00:47:45
Branch: HEAD Handle: 2003011223474301
Modified files:
openpkg-src/rt rt.spec
openpkg-web news.txt
Log:
fixed dependencies
Summary:
Revision Changes Path
1.14 +4 -4 openpkg-src/rt/rt.spec
1.2675 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 rt.spec
--- openpkg-src/rt/rt.spec 10 Jan 2003 14:45:30 -0000 1.13
+++ openpkg-src/rt/rt.spec 12 Jan 2003 23:47:44 -0000 1.14
@@ -37,7 +37,7 @@
Group: Database
License: GPL
Version: %{V_here}
-Release: 20030110
+Release: 20030113
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Log/Log-Dispatch-%{V_log_dispatch}.tar.gz
@@ -46,8 +46,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, perl-sys, perl-util, perl-ds, perl-text
-PreReq: OpenPKG, openpkg >= 20020206, perl, mysql, apache, perl-sys,
perl-util, perl-ds, perl-text
+BuildPreReq: OpenPKG, openpkg >= 20020206, perl-sys, perl-util, perl-ds,
perl-text, perl-dbix
+PreReq: OpenPKG, openpkg >= 20020206, perl, mysql, apache, perl-sys,
perl-util, perl-ds, perl-text, perl-dbix
AutoReq: no
AutoReqProv: no
@@ -148,5 +148,5 @@
%files -f files
%clean
- #rm -rf $RPM_BUILD_ROOT
+ rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2674 -r1.2675 news.txt
--- openpkg-web/news.txt 12 Jan 2003 19:31:12 -0000 1.2674
+++ openpkg-web/news.txt 12 Jan 2003 23:47:43 -0000 1.2675
@@ -1,3 +1,4 @@
+13-Jan-2003: Upgraded package: P<rt-2.0.15-20030113>
12-Jan-2003: Upgraded package: P<stunnel-4.04-20030112>
12-Jan-2003: Upgraded package: P<aide-0.9-20030112>
12-Jan-2003: Upgraded package: P<openjade-1.3.2-20030112>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]