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 openpkg-web Date: 02-Jan-2004 10:12:23
Branch: HEAD Handle: 2004010209121902
Modified files:
openpkg-src/rsync rsync.spec
openpkg-web news.txt
Log:
fix indendation
Summary:
Revision Changes Path
1.55 +4 -4 openpkg-src/rsync/rsync.spec
1.7942 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 rsync.spec
--- openpkg-src/rsync/rsync.spec 1 Jan 2004 19:17:57 -0000 1.54
+++ openpkg-src/rsync/rsync.spec 2 Jan 2004 09:12:21 -0000 1.55
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 2.6.0
-Release: 20040101
+Release: 20040102
# list of sources
Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
@@ -85,12 +85,12 @@
# post-adjust vendor installation
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
- mv $RPM_BUILD_ROOT%{l_prefix}/man/man5/rsyncd.conf.5 \
- $RPM_BUILD_ROOT%{l_prefix}/man/man5/rsync.conf.5
+ mv $RPM_BUILD_ROOT%{l_prefix}/man/man5/rsyncd.conf.5 \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man5/rsync.conf.5
# provide default (deamon) configuration
%{l_shtool} mkdir -f -p -m 755 \
- $RPM_BUILD_ROOT%{l_prefix}/etc/rsync
+ $RPM_BUILD_ROOT%{l_prefix}/etc/rsync
%{l_shtool} install -c -m 644 %{l_value -s -a} \
-e 's;@version@;%{version};g' \
%{SOURCE rsync.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/rsync/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7941 -r1.7942 news.txt
--- openpkg-web/news.txt 2 Jan 2004 09:00:22 -0000 1.7941
+++ openpkg-web/news.txt 2 Jan 2004 09:12:19 -0000 1.7942
@@ -1,3 +1,4 @@
+02-Jan-2004: Upgraded package: P<rsync-2.6.0-20040102>
02-Jan-2004: New package: P<ldapvi-1.0-20040102>
02-Jan-2004: Upgraded package: P<bogofilter-0.16.0-20040102>
01-Jan-2004: Upgraded package: P<openpkg-20040101-20040101>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]