Skip to content

Commit 7fb0853

Browse files
committed
Preparing for release of 3.2.1pre1
1 parent 9dba0bb commit 7fb0853

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
2-
<a name="3.2.1"></a>
2+
<a name="3.2.1pre1"></a>
33

4-
# NEWS for rsync 3.2.1 (UNRELEASED)
4+
# NEWS for rsync 3.2.1pre1 (UNRELEASED)
55

66
Protocol: 31 (unchanged)
77

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([rsync],[3.2.1dev],[http://rsync.samba.org/bugzilla.html])
3+
AC_INIT([rsync],[3.2.1pre1],[https://rsync.samba.org/bugtracking.html])
44

55
AC_CONFIG_MACRO_DIR([m4])
66
AC_CONFIG_SRCDIR([byteorder.h])

packaging/lsb/rsync.spec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Summary: A fast, versatile, remote (and local) file-copying tool
22
Name: rsync
3-
Version: 3.2.0
4-
%define fullversion %{version}
5-
Release: 1
6-
%define srcdir src
3+
Version: 3.2.1
4+
%define fullversion %{version}pre1
5+
Release: 0.1.pre1
6+
%define srcdir src-previews
77
Group: Applications/Internet
88
License: GPL
99
Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
7979
%dir /etc/rsync-ssl/certs
8080

8181
%changelog
82-
* Fri Jun 19 2020 Wayne Davison <wayne@opencoder.net>
83-
Released 3.2.0.
82+
* Sun Jun 21 2020 Wayne Davison <wayne@opencoder.net>
83+
Released 3.2.1pre1.
8484

8585
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
8686
Added installation of /etc/xinetd.d/rsync file and some commented-out

0 commit comments

Comments
 (0)