rpms/rsync/F-11 rsync.spec,1.64,1.65 sources,1.33,1.34

Simo Sorce simo at fedoraproject.org
Mon Jun 1 16:52:13 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/rsync/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6897

Modified Files:
	rsync.spec sources 
Log Message:
* Mon Jun  1 2009 Simo Sorce <ssorce at redhat.com> 3.0.6-0.fc11
- New upstream bugfix release
- Also backport specfile changes from devel



Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-11/rsync.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- rsync.spec	21 May 2009 13:02:24 -0000	1.64
+++ rsync.spec	1 Jun 2009 16:51:43 -0000	1.65
@@ -1,14 +1,18 @@
+%define isprerelease 0
+
+%if %isprerelease
+%define prerelease pre1
+%endif
+
 Summary: A program for synchronizing files over a network
 Name: rsync
-Version: 3.0.5
-Release: 2%{?dist}
+Version: 3.0.6
+Release: 0%{?prerelease}%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
-# 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}%{?prerelease}.tar.gz
+Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}%{?prerelease}.tar.gz
 Source2: rsync.xinetd
 BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,10 +29,14 @@ package.
 
 %prep
 # TAG: for pre versions use
-#%setup -q -n rsync-%{version}pre3
+
+%if %isprerelease
+%setup -q -n rsync-%{version}%{?prerelease}
+%setup -q -b 1 -n rsync-%{version}%{?prerelease}
+%else
 %setup -q
-#%setup -q -b 1 -n rsync-%{version}pre3
 %setup -q -b 1
+%endif
 
 chmod -x support/*
 
@@ -66,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Mon Jun  1 2009 Simo Sorce <ssorce at redhat.com> 3.0.6-0.fc11
+- New upstream bugfix release
+- Also backport specfile changes from devel
+
 * Thu May 21 2009 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 3.0.5-2
 - Enabled patches/copy-devices.diff patch (bz#494313)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-11/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	1 Jan 2009 19:23:34 -0000	1.33
+++ sources	1 Jun 2009 16:51:43 -0000	1.34
@@ -1,2 +1,2 @@
-a130e736c011572cb423b6245e97fc4b  rsync-3.0.5.tar.gz
-ada27361a483f7366b9bb3dab4cba0d0  rsync-patches-3.0.5.tar.gz
+e9865d093a18e4668b9d31b635dc8e99  rsync-3.0.6.tar.gz
+e3735e51dfa47ac36ca8a872a5a4705f  rsync-patches-3.0.6.tar.gz




More information about the fedora-extras-commits mailing list