aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-19 13:59:43 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-19 13:59:43 -0400
commitbe08888c4e30947d804df6824eb9ff8cdad26652 (patch)
tree99c366b0d5c8672699aa119c528461cdf20b6c93
parentadd English (24h) localization and remove others (diff)
downloadradicaleinfcloud-be08888c4e30947d804df6824eb9ff8cdad26652.tar.gz
radicaleinfcloud-be08888c4e30947d804df6824eb9ff8cdad26652.tar.bz2
radicaleinfcloud-be08888c4e30947d804df6824eb9ff8cdad26652.zip
use custom version number, and increment it
-rw-r--r--README-stackrpms.md4
-rw-r--r--infcloud.spec2
2 files changed, 4 insertions, 2 deletions
diff --git a/README-stackrpms.md b/README-stackrpms.md
index a08639d..738fe47 100644
--- a/README-stackrpms.md
+++ b/README-stackrpms.md
@@ -52,4 +52,6 @@ Relevant config options for radicale (file `/etc/radicale/config`) include:
type = internal
## History
-2022-05-19 patch added for perUserAdditionalResources in config.js.
+2022-05-19 Version 0.13.1-stackrpms1.0
+* added feature "perUserAdditionalResources"
+* added English (24h) localization option
diff --git a/infcloud.spec b/infcloud.spec
index 826fa9d..ced21f1 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -2,7 +2,7 @@
%define pname RadicaleInfCloud
Name: infcloud
Version: 0.13.1
-Release: 1%{?dist}
+Release: 1-stackrpms1.0%{?dist}
Summary: Rich web client for carddav and caldav
BuildArch: noarch
bgstack15