From a4e62ff7e06fc51bbd6b3fdf2d92cb78bda796f3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Jun 01 2009 16:51:43 +0000 Subject: * Mon Jun 1 2009 Simo Sorce 3.0.6-0.fc11 - New upstream bugfix release - Also backport specfile changes from devel --- diff --git a/rsync.spec b/rsync.spec index fb7620e..21cc8a8 100644 --- a/rsync.spec +++ b/rsync.spec @@ -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 3.0.6-0.fc11 +- New upstream bugfix release +- Also backport specfile changes from devel + * Thu May 21 2009 Ján ONDREJ (SAL) - 3.0.5-2 - Enabled patches/copy-devices.diff patch (bz#494313) diff --git a/sources b/sources index 3bbb7f7..9af6da2 100644 --- a/sources +++ b/sources @@ -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