rpms/rsync/devel .cvsignore, 1.21, 1.22 rsync.spec, 1.48, 1.49 sources, 1.21, 1.22

Simo Sorce (simo) fedora-extras-commits at redhat.com
Sat Feb 2 21:19:31 UTC 2008


Author: simo

Update of /cvs/pkgs/rpms/rsync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8733

Modified Files:
	.cvsignore rsync.spec sources 
Log Message:

New prerelease pre8




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	27 Oct 2007 13:48:34 -0000	1.21
+++ .cvsignore	2 Feb 2008 21:18:55 -0000	1.22
@@ -1 +1,2 @@
-rsync-3.0.0pre4.tar.gz
+rsync-3.0.0pre8.tar.gz
+rsync-patches-3.0.0pre8.tar.gz


Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- rsync.spec	27 Oct 2007 13:48:35 -0000	1.48
+++ rsync.spec	2 Feb 2008 21:18:55 -0000	1.49
@@ -1,12 +1,14 @@
 Summary: A program for synchronizing files over a network.
 Name: rsync
 Version: 3.0.0
-Release: 0.pre4%{?dist}
+Release: 0.pre8%{?dist}
 Group: Applications/Internet
 # TAG: for pre versions use
-Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre4.tar.gz
-#Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
-Source1: rsync.xinetd
+Source0:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre8.tar.gz
+#Source0:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
+Source1:	ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre8.tar.gz
+#Source1:	ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
+Source2: rsync.xinetd
 BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
 Prefix: %{_prefix}
 BuildRoot: /var/tmp/%{name}-root
@@ -23,12 +25,16 @@
 
 %prep
 # TAG: for pre versions use
-%setup -q -n rsync-%{version}pre4
+%setup -q -n rsync-%{version}pre8
 #%setup -q
+%setup -q -b 1 -n rsync-%{version}pre8
+#%setup -q -b 1
 
 #Needed for compatibility with previous patched rsync versions
-patch -p1 < patches/acls.diff
-patch -p1 < patches/xattrs.diff
+patch -p1 -i patches/acls.diff
+
+# ********* TEMPORARY, REMOVE [-N and ||:] WHEN FIXED **********
+patch -N -p1 -i patches/xattrs.diff || :
 
 %build
 rm -fr autom4te.cache
@@ -43,7 +49,7 @@
 
 %makeinstall
 mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
-install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/xinetd.d/rsync
+install -m 644 %SOURCE2 $RPM_BUILD_ROOT/etc/xinetd.d/rsync
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +63,12 @@
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Sat Feb  2 2008 Simo Sorce <ssorce at redhat.com> 3.0.0-0.pre8.fc9
+- Eight prerelease
+- Add second source, now patches are in a separate file
+- Add temporary fix to the xattrs.diff patch line as, in this version
+  the patch contains one extra humk already contained in acls.diff
+
 * Sat Oct 27 2007 Simo Sorce <ssorce at redhat.com> 3.0.0-0.pre4.fc9
 - Fourth prerelease
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	27 Oct 2007 13:48:35 -0000	1.21
+++ sources	2 Feb 2008 21:18:55 -0000	1.22
@@ -1 +1,2 @@
-910fcb6fa18033145c4784cc9ea96e32  rsync-3.0.0pre4.tar.gz
+cb6a0042202c1ece2232e1cbb02b8052  rsync-3.0.0pre8.tar.gz
+f88e323f5795ffb6dafa1c5d19cb9423  rsync-patches-3.0.0pre8.tar.gz




More information about the fedora-extras-commits mailing list