summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-08-01 18:51:07 -0700
committerWayne Davison <wayne@opencoder.net>2022-08-01 18:51:07 -0700
commit0773cecc1fc6462b321f96dc8cae6e11983c357d (patch)
treea37252283298651e1b8aae620e8e543f73801b0e
parent8e33586359a1e1cce943651e9c60adfe9e65ba54 (diff)
downloadrsync-3.2.5pre1.tar.gz
Preparing for release of 3.2.5pre1v3.2.5pre1
-rw-r--r--packaging/lsb/rsync.spec12
-rw-r--r--uidlist.c2
-rw-r--r--version.h2
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 <wayne@opencoder.net>
-Released 3.2.4.
+* Mon Aug 01 2022 Wayne Davison <wayne@opencoder.net>
+Released 3.2.5pre1.
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
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