summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2023-02-16 19:38:24 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2023-02-16 19:38:24 +1100
commitc1a50ae5bcf1f215d834dc6bd137aaa20f59a49c (patch)
treee187d264132288fb54eb4fc4c6d3da234dab2b63
parented6157e6f03c008261411120b15fcd31b6d2c45a (diff)
downloadlibrsync-c1a50ae5bcf1f215d834dc6bd137aaa20f59a49c.tar.gz
Prepare for development of the next v2.3.4 release.
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS.md4
-rw-r--r--librsync.spec8
3 files changed, 10 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 531f8ae..f00c427 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ include(GNUInstallDirs)
set(LIBRSYNC_MAJOR_VERSION 2)
set(LIBRSYNC_MINOR_VERSION 3)
-set(LIBRSYNC_PATCH_VERSION 3)
+set(LIBRSYNC_PATCH_VERSION 4)
set(LIBRSYNC_VERSION
${LIBRSYNC_MAJOR_VERSION}.${LIBRSYNC_MINOR_VERSION}.${LIBRSYNC_PATCH_VERSION})
diff --git a/NEWS.md b/NEWS.md
index 1766675..be0a569 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
# NEWS
+## librsync 2.3.4
+
+NOT RELEASED YET
+
## librsync 2.3.3
Released 2023-02-16
diff --git a/librsync.spec b/librsync.spec
index 4200e52..759e0f6 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -1,7 +1,7 @@
-# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.3.3.zip
+# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.3.4.zip
%define name librsync
-%define version 2.3.3
+%define version 2.3.4
%define gitsource https://github.com/librsync/%{name}/archive/v%{version}.zip
Summary: Rsync libraries
@@ -72,7 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name}*
%changelog
-* Wed Thu 16 2023 Donovan Baarda <abo@minkirri.apana.org.au>
+* Thu Feb 16 2023 Donovan Baarda <abo@minkirri.apana.org.au>
+- Prepare SPEC file for librsync 2.3.4
+* Thu Feb 16 2023 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.3
* Sat Apr 10 2021 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.2