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: 17-Jun-2003 20:35:54
Branch: HEAD Handle: 2003061719355201
Modified files:
openpkg-src/rdp rdp.spec
openpkg-web news.txt
Log:
don't assume that stdout is a constant
Summary:
Revision Changes Path
1.9 +4 -1 openpkg-src/rdp/rdp.spec
1.4907 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rdp/rdp.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 rdp.spec
--- openpkg-src/rdp/rdp.spec 31 Jan 2003 12:26:16 -0000 1.8
+++ openpkg-src/rdp/rdp.spec 17 Jun 2003 18:35:53 -0000 1.9
@@ -37,7 +37,7 @@
Group: Compiler
License: Open Source
Version: %{V_here}
-Release: 20020717
+Release: 20030617
# list of sources
Source0: ftp://ftp.cs.rhul.ac.uk/pub/rdp/rdp%{V_real}.tar.gz
@@ -56,6 +56,9 @@
%prep
%setup -q -n rdp
+ %{l_shtool} subst \
+ -e 's/static FILE \* messages = stdout;.*/#define messages stdout/' \
+ rdp_supp/textio.c
%build
%{l_make} %{l_mflags -O} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4906 -r1.4907 news.txt
--- openpkg-web/news.txt 17 Jun 2003 17:55:06 -0000 1.4906
+++ openpkg-web/news.txt 17 Jun 2003 18:35:52 -0000 1.4907
@@ -1,3 +1,4 @@
+17-Jun-2003: Upgraded package: P<rdp-1.5-20030617>
17-Jun-2003: Upgraded package: P<rt-3.0.2-20030617>
17-Jun-2003: Upgraded package: P<postfix-2.0.12-20030617>
17-Jun-2003: Upgraded package: P<perl-gd-20030617-20030617>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]