Preparing for release of 3.2.4

This commit is contained in:
Wayne Davison
2022-04-15 13:31:16 -07:00
parent 85c56b2603
commit 0ac7ebceef
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# NEWS for rsync 3.2.4 (UNRELEASED)
# NEWS for rsync 3.2.4 (15 Apr 2022)
## Changes in this version:
@@ -4482,7 +4482,7 @@
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
|--------------|--------|------------------|-------------|
| ?? Apr 2022 | 3.2.4 | | 31 |
| 15 Apr 2022 | 3.2.4 | | 31 |
| 06 Aug 2020 | 3.2.3 | | 31 |
| 04 Jul 2020 | 3.2.2 | | 31 |
| 22 Jun 2020 | 3.2.1 | | 31 |

View File

@@ -1,9 +1,9 @@
Summary: A fast, versatile, remote (and local) file-copying tool
Name: rsync
Version: 3.2.4
%define fullversion %{version}pre4
Release: 0.1.pre4
%define srcdir src-previews
%define fullversion %{version}
Release: 1
%define srcdir src
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
* Sun Mar 27 2022 Wayne Davison <wayne@opencoder.net>
Released 3.2.4pre4.
* Fri Apr 15 2022 Wayne Davison <wayne@opencoder.net>
Released 3.2.4.
* 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.4pre4"
#define RSYNC_VERSION "3.2.4"