aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/infcloud.spec b/infcloud.spec
index 377bf60..4268e5c 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -1,8 +1,8 @@
%define branch stackrpms
%define pname RadicaleInfCloud
Name: infcloud
-Version: 0.13.5.2stackrpms
-Release: 2%{?dist}
+Version: 0.13.5.3stackrpms
+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
+* Fri Nov 10 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.3stackrpms-1
+- Add desktop notifications
+
* Fri Apr 21 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.2stackrpms-2
- Rebuild on local equipment
bgstack15