aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-20 14:30:32 -0400
committerB. Stack <bgstack15@gmail.com>2023-04-20 14:30:32 -0400
commit143486ade6440d0e7d2a05deab614a81d11a866a (patch)
treefa4de87bb3f7405faaa65b05870fdd9ea3415c5e
parentmerge: add buttons for help and about (diff)
downloadradicaleinfcloud-143486ade6440d0e7d2a05deab614a81d11a866a.tar.gz
radicaleinfcloud-143486ade6440d0e7d2a05deab614a81d11a866a.tar.bz2
radicaleinfcloud-143486ade6440d0e7d2a05deab614a81d11a866a.zip
version 0.13.5.2stackrpms
-rw-r--r--README-stackrpms.md3
-rw-r--r--infcloud.spec5
2 files changed, 7 insertions, 1 deletions
diff --git a/README-stackrpms.md b/README-stackrpms.md
index e2d9406..f50699b 100644
--- a/README-stackrpms.md
+++ b/README-stackrpms.md
@@ -84,3 +84,6 @@ To accomplish autologin in your browser, use developer tools to run a few javasc
* Thu Mar 09 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.1-1
- Version bump to ensure my prod environment has all improvements
+
+* Thu Apr 20 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.2stackrpms-1
+- Add help and about dialogs
diff --git a/infcloud.spec b/infcloud.spec
index 969a8db..05a3419 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -1,7 +1,7 @@
%define branch stackrpms
%define pname RadicaleInfCloud
Name: infcloud
-Version: 0.13.5.1
+Version: 0.13.5.2stackrpms
Release: 1%{?dist}
Summary: Rich web client for carddav and caldav
BuildArch: noarch
@@ -46,6 +46,9 @@ ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radi
%doc README-stackrpms.md
%changelog
+* Thu Apr 20 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.2stackrpms-1
+- Add help and about dialogs
+
* Thu Mar 09 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.1-1
- Version bump to ensure my prod environment has all improvements
bgstack15