summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-13 19:16:26 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-13 19:16:26 -0700
commitc528f8d5c8aa7b16b20cda72a9f4119699890c28 (patch)
tree38c660c8c207df08514ce6ab71a47b2cd2ea5edb
parent1d1c0f14e16a98ecbf0d11b46e13859076b69ffa (diff)
downloadrsync-3.2.0pre1.tar.gz
Preparing for release of 3.2.0pre1v3.2.0pre1
-rw-r--r--OLDNEWS.md2
-rw-r--r--configure.ac2
-rw-r--r--packaging/lsb/rsync.spec12
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 <wayned@samba.org>
-Released 3.1.3.
+* Sat Jun 13 2020 Wayne Davison <wayned@samba.org>
+Released 3.2.0pre1.
* Fri Mar 21 2008 Wayne Davison <wayned@samba.org>
Added installation of /etc/xinetd.d/rsync file and some commented-out