OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Apr-2004 20:33:13
Branch: HEAD Handle: 2004041719331300
Modified files:
openpkg-src/xchat xchat.spec
Log:
include vendor patch
Summary:
Revision Changes Path
1.2 +3 -1 openpkg-src/xchat/xchat.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xchat/xchat.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 xchat.spec
--- openpkg-src/xchat/xchat.spec 13 Apr 2004 06:45:23 -0000 1.1
+++ openpkg-src/xchat/xchat.spec 17 Apr 2004 18:33:13 -0000 1.2
@@ -38,10 +38,11 @@
Group: Networking
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20040413
+Release: 20040417
# list of sources
Source0: http://www.xchat.org/files/source/%{V_major}/xchat-%{version}.tar.bz2
+Patch0: http://xchat.org/files/source/%{V_major}/patches/xc208-fixsocks5.diff
# build information
Prefix: %{l_prefix}
@@ -68,6 +69,7 @@
%prep
%setup -q
+ %patch -p1
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]