From c528f8d5c8aa7b16b20cda72a9f4119699890c28 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 13 Jun 2020 19:16:26 -0700 Subject: Preparing for release of 3.2.0pre1 --- OLDNEWS.md | 2 +- configure.ac | 2 +- packaging/lsb/rsync.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/OLDNEWS.md b/OLDNEWS.md index 6cde4f45..659cc03a 100644 --- a/OLDNEWS.md +++ b/OLDNEWS.md @@ -3794,7 +3794,7 @@ Protocol: 25 (changed) | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| -| ?? Jun 2020 | 3.2.0 | | ?? | +| ?? Jun 2020 | 3.2.0 | | 31 | | 28 Jan 2018 | 3.1.3 | | 31 | | 21 Dec 2015 | 3.1.2 | | 31 | | 22 Jun 2014 | 3.1.1 | | 31 | diff --git a/configure.ac b/configure.ac index 17b0a637..2b3a3665 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.0dev],[http://rsync.samba.org/bugzilla.html]) +AC_INIT([rsync],[3.2.0pre1],[http://rsync.samba.org/bugzilla.html]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([byteorder.h]) diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 4f44db5c..64a8d720 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.1.3 -%define fullversion %{version} -Release: 1 -%define srcdir src +Version: 3.2.0 +%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 -* Sun Jan 28 2018 Wayne Davison -Released 3.1.3. +* Sat Jun 13 2020 Wayne Davison +Released 3.2.0pre1. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out -- cgit v1.2.1