Preparing for release of 3.2.3pre1

This commit is contained in:
Wayne Davison
2020-07-27 17:56:25 -07:00
parent 4ae6f708b1
commit c6574a7fb4
2 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
Summary: A fast, versatile, remote (and local) file-copying tool
Name: rsync
Version: 3.2.2
%define fullversion %{version}
Release: 1
%define srcdir src
Version: 3.2.3
%define fullversion %{version}pre1
Release: 0.1.pre1
%define srcdir src-previews
Group: Applications/Internet
License: GPL
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/rsync-ssl/certs
%changelog
* Sat Jul 04 2020 Wayne Davison <wayne@opencoder.net>
Released 3.2.2.
* Mon Jul 27 2020 Wayne Davison <wayne@opencoder.net>
Released 3.2.3pre1.
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
Added installation of /etc/xinetd.d/rsync file and some commented-out

View File

@@ -1 +1 @@
#define RSYNC_VERSION "3.2.3dev"
#define RSYNC_VERSION "3.2.3pre1"