Preparing for release of 3.2.1pre1 v3.2.1pre1
authorWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 02:24:26 +0000 (19:24 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 02:24:26 +0000 (19:24 -0700)
NEWS.md
configure.ac
packaging/lsb/rsync.spec

diff --git a/NEWS.md b/NEWS.md
index 5ca084c0ce05a5aa245714b4aaeff87142c13c42..0828ec7c8b962b7fa558110214936c909fd75b9d 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
-<a name="3.2.1"></a>
+<a name="3.2.1pre1"></a>
 
-# NEWS for rsync 3.2.1 (UNRELEASED)
+# NEWS for rsync 3.2.1pre1 (UNRELEASED)
 
 Protocol: 31 (unchanged)
 
index 19b12851c51d0ba5e4df457ddb7a9414643e6f79..135a7e855d7d91e56d0e42c48bd074dcdc1f4baa 100644 (file)
@@ -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])
index 817e200e344f84466074067fc967abf0cbc3b0e5..eda5aad5f0e2e7ecbae8132bdbd75f5d5b6b84c1 100644 (file)
@@ -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 <wayne@opencoder.net>
-Released 3.2.0.
+* Sun Jun 21 2020 Wayne Davison <wayne@opencoder.net>
+Released 3.2.1pre1.
 
 * Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out