From 7fb08531e0ee267e4a41e209be4cb5a24d461a2d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 21 Jun 2020 19:24:26 -0700 Subject: [PATCH] Preparing for release of 3.2.1pre1 --- NEWS.md | 4 ++-- configure.ac | 2 +- packaging/lsb/rsync.spec | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5ca084c0..0828ec7c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ - + -# NEWS for rsync 3.2.1 (UNRELEASED) +# NEWS for rsync 3.2.1pre1 (UNRELEASED) Protocol: 31 (unchanged) diff --git a/configure.ac b/configure.ac index 19b12851..135a7e85 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rsync],[3.2.1dev],[http://rsync.samba.org/bugzilla.html]) +AC_INIT([rsync],[3.2.1pre1],[https://rsync.samba.org/bugtracking.html]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([byteorder.h]) diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 817e200e..eda5aad5 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.0 -%define fullversion %{version} -Release: 1 -%define srcdir src +Version: 3.2.1 +%define fullversion %{version}pre1 +Release: 0.1.pre1 +%define srcdir src-previews Group: Applications/Internet License: GPL Source0: http://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 Jun 19 2020 Wayne Davison -Released 3.2.0. +* Sun Jun 21 2020 Wayne Davison +Released 3.2.1pre1. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out -- 2.47.2