Bump version.

This commit is contained in:
fenlason 2005-03-02 21:11:17 +00:00
parent 4871425b42
commit 5200c9ba50

View File

@ -1,7 +1,7 @@
Summary: A program for synchronizing files over a network. Summary: A program for synchronizing files over a network.
Name: rsync Name: rsync
Version: 2.6.3 Version: 2.6.3
Release: 2 Release: 3
Group: Applications/Internet Group: Applications/Internet
# TAG: for pre versions use # TAG: for pre versions use
# Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz # Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
@ -35,7 +35,7 @@ autoheader
%configure \ %configure \
--with-acl-support --with-xattr-support --with-acl-support --with-xattr-support
make proto make proto
make %{?_smp_mflags} make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5* %{_mandir}/man5/rsyncd.conf.5*
%changelog %changelog
* Wed Mar 2 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-3
- bump release, rebuild with gcc4
- pass RPM_OPT_FLAGS to make
* Thu Feb 10 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-2 * Thu Feb 10 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-2
- Added my -xattr patch, which is based on the -acl patch. - Added my -xattr patch, which is based on the -acl patch.