OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Nov-2006 17:57:16
Branch: HEAD Handle: 2006110816571500
Modified files:
openpkg-src/rsync rsync.spec
Log:
last-match patch is no longer available with rsync, but allow to
enable the link-by-hash patch now, too
Summary:
Revision Changes Path
1.86 +4 -4 openpkg-src/rsync/rsync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 rsync.spec
--- openpkg-src/rsync/rsync.spec 8 Nov 2006 08:36:12 -0000 1.85
+++ openpkg-src/rsync/rsync.spec 8 Nov 2006 16:57:15 -0000 1.86
@@ -36,8 +36,8 @@
Release: 20061108
# package options
-%option with_lastmatch no
%option with_timelimit no
+%option with_linkbyhash no
# list of sources
Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
@@ -74,12 +74,12 @@
# unpack vendor sources
%setup -q
%patch -p0
-%if "%{with_lastmatch}" == "yes"
- %{l_patch} -p1 <patches/last-match.diff
-%endif
%if "%{with_timelimit}" == "yes"
%{l_patch} -p1 <patches/time-limit.diff
%endif
+%if "%{with_linkbyhash}" == "yes"
+ %{l_patch} -p1 <patches/link-by-hash.diff
+%endif
%build
# configure vendor sources
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]