From 0773cecc1fc6462b321f96dc8cae6e11983c357d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 1 Aug 2022 18:51:07 -0700 Subject: Preparing for release of 3.2.5pre1 --- packaging/lsb/rsync.spec | 12 ++++++------ uidlist.c | 2 +- version.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 0bdcd833..95adb8f0 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.4 -%define fullversion %{version} -Release: 1 -%define srcdir src +Version: 3.2.5 +%define fullversion %{version}pre1 +Release: 0.1.pre1 +%define srcdir src-previews Group: Applications/Internet License: GPL Source0: https://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 Apr 15 2022 Wayne Davison -Released 3.2.4. +* Mon Aug 01 2022 Wayne Davison +Released 3.2.5pre1. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out diff --git a/uidlist.c b/uidlist.c index 2b81ae87..99a34679 100644 --- a/uidlist.c +++ b/uidlist.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * Copyright (C) 2004-2020 Wayne Davison + * Copyright (C) 2004-2022 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/version.h b/version.h index 7bb1a5c9..61820bba 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define RSYNC_VERSION "3.2.5dev" +#define RSYNC_VERSION "3.2.5pre1" #define MAINTAINER_TZ_OFFSET -7.0 -- cgit v1.2.1