OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 08-Jan-2004 13:14:31
Branch: OPENPKG_1_3_SOLID HEAD Handle: 2004010812142902
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_3_SOLID)
openpkg-src/cvs cvs.patch cvs.patch.rse cvs.spec
Log:
fix building without rse patch
Summary:
Revision Changes Path
1.3.2.1.2.3 +0 -9 openpkg-src/cvs/cvs.patch
1.1.2.1.2.1 +1 -1 openpkg-src/cvs/cvs.patch.rse
1.48.2.3.2.4+1 -1 openpkg-src/cvs/cvs.spec
1.8009 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.patch
============================================================================
$ cvs diff -u -r1.3.2.1.2.2 -r1.3.2.1.2.3 cvs.patch
--- openpkg-src/cvs/cvs.patch 7 Jan 2004 12:49:11 -0000 1.3.2.1.2.2
+++ openpkg-src/cvs/cvs.patch 8 Jan 2004 12:14:31 -0000 1.3.2.1.2.3
@@ -124,13 +124,4 @@
printf ("I LOVE YOU\n");
fflush (stdout);
-@@ -6922,7 +6937,7 @@
- }
-
- /* Switch to run as this user. */
-- switch_to_user(host_user);
-+ switch_to_user(username, host_user);
- free(tmp);
- free(repository);
- free(username);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.patch.rse
============================================================================
$ cvs diff -u -r1.1.2.1 -r1.1.2.1.2.1 cvs.patch.rse
--- openpkg-src/cvs/cvs.patch.rse 24 Jul 2003 20:41:53 -0000 1.1.2.1
+++ openpkg-src/cvs/cvs.patch.rse 8 Jan 2004 12:14:31 -0000 1.1.2.1.2.1
@@ -4299,7 +4299,7 @@
+ }
+
+ /* Switch to run as this user. */
-+ switch_to_user(host_user);
++ switch_to_user(username, host_user);
+ free(tmp);
+ free(repository);
+ free(username);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.48.2.3.2.3 -r1.48.2.3.2.4 cvs.spec
--- openpkg-src/cvs/cvs.spec 7 Jan 2004 12:49:11 -0000 1.48.2.3.2.3
+++ openpkg-src/cvs/cvs.spec 8 Jan 2004 12:14:31 -0000 1.48.2.3.2.4
@@ -37,7 +37,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 1.3.2
+Release: 1.3.3
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8008 -r1.8009 news.txt
--- openpkg-web/news.txt 8 Jan 2004 11:16:35 -0000 1.8008
+++ openpkg-web/news.txt 8 Jan 2004 12:14:29 -0000 1.8009
@@ -1,3 +1,4 @@
+08-Jan-2004: Upgraded package: P<cvs-1.12.1-1.3.3>
08-Jan-2004: Upgraded package: P<inn-2.4.1-20040108>
08-Jan-2004: Upgraded package: P<xterm-1.84-20040108>
08-Jan-2004: Upgraded package: P<uvscan-4.24+4313-20040108>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]