From 7fee5f5574f2df6a8db1df49e9e41ba9a19a1b90 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Apr 04 2008 13:28:28 +0000 Subject: 3.0.1 final and fix for bug #190934 --- diff --git a/.cvsignore b/.cvsignore index c53a287..9c732cd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -rsync-3.0.1pre3.tar.gz -rsync-patches-3.0.1pre3.tar.gz +rsync-3.0.1.tar.gz +rsync-patches-3.0.1.tar.gz diff --git a/rsync.spec b/rsync.spec index a3da910..64bff1a 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,13 +1,13 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 3.0.1 -Release: 0.3.pre3%{?dist} +Release: 1%{?dist} Group: Applications/Internet # TAG: for pre versions use -Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz -#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz -Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz -#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz +#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz +Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.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} @@ -25,10 +25,12 @@ package. %prep # TAG: for pre versions use -%setup -q -n rsync-%{version}pre3 -#%setup -q -%setup -q -b 1 -n rsync-%{version}pre3 -#%setup -q -b 1 +#%setup -q -n rsync-%{version}pre3 +%setup -q +#%setup -q -b 1 -n rsync-%{version}pre3 +%setup -q -b 1 + +chmod +x support/rrsync #Needed for compatibility with previous patched rsync versions patch -p1 -i patches/acls.diff @@ -54,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc COPYING README tech_report.tex +%doc COPYING NEWS OLDNEWS README support/ tech_report.tex %config(noreplace) /etc/xinetd.d/rsync %{_prefix}/bin/rsync %{_mandir}/man1/rsync.1* %{_mandir}/man5/rsyncd.conf.5* %changelog +* Fri Apr 4 2008 Simo Sorce 3.0.1-1.fc9 +- Add NEWS and support/ scripts in the docs section +- 3.0.1 final + * Mon Mar 31 2008 Simo Sorce 3.0.1-0.3.pre3.fc9 - 3.0.1 pre release #3 - Fixes some annoying minor bugs (see release notes) diff --git a/sources b/sources index 21915aa..c6d52b3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -16b0efdc78fa08c65053b4c9a122d91c rsync-3.0.1pre3.tar.gz -7703cafda1f2f6724d42b25322df38cb rsync-patches-3.0.1pre3.tar.gz +61516520617e590a5f2af1dec5cab779 rsync-3.0.1.tar.gz +044e4bf246daae91e45117187b2a7422 rsync-patches-3.0.1.tar.gz