From 6b5ae825db985e9d1c98576651b50c8e490ddb97 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 20 Oct 2022 17:57:22 -0700 Subject: [PATCH] Preparing for release of 3.2.7 [buildall] --- NEWS.md | 4 ++-- packaging/lsb/rsync.spec | 10 +++++----- version.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NEWS.md b/NEWS.md index ad1aaee0d..fb6562887 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# NEWS for rsync 3.2.7 (UNRELEASED) +# NEWS for rsync 3.2.7 (20 Oct 2022) ## Changes in this version: @@ -4692,7 +4692,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| -| ?? Dec 2022 | 3.2.7 | | 31 | +| 20 Oct 2022 | 3.2.7 | | 31 | | 09 Sep 2022 | 3.2.6 | | 31 | | 14 Aug 2022 | 3.2.5 | | 31 | | 15 Apr 2022 | 3.2.4 | | 31 | diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index f33c9f70c..f2d7aa44b 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,9 +1,9 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync Version: 3.2.7 -%define fullversion %{version}pre1 -Release: 0.1.pre1 -%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 -* Fri Sep 30 2022 Wayne Davison -Released 3.2.7pre1. +* Thu Oct 20 2022 Wayne Davison +Released 3.2.7. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out diff --git a/version.h b/version.h index 64ca62db2..fdfce4c40 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define RSYNC_VERSION "3.2.7pre1" +#define RSYNC_VERSION "3.2.7" #define MAINTAINER_TZ_OFFSET -7.0 -- 2.47.2