diff options
author | B. Stack <bgstack15@gmail.com> | 2023-04-20 14:30:32 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-04-20 14:30:32 -0400 |
commit | 143486ade6440d0e7d2a05deab614a81d11a866a (patch) | |
tree | fa4de87bb3f7405faaa65b05870fdd9ea3415c5e | |
parent | merge: add buttons for help and about (diff) | |
download | radicaleinfcloud-143486ade6440d0e7d2a05deab614a81d11a866a.tar.gz radicaleinfcloud-143486ade6440d0e7d2a05deab614a81d11a866a.tar.bz2 radicaleinfcloud-143486ade6440d0e7d2a05deab614a81d11a866a.zip |
version 0.13.5.2stackrpms
-rw-r--r-- | README-stackrpms.md | 3 | ||||
-rw-r--r-- | infcloud.spec | 5 |
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 |