aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-21 16:13:37 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-21 16:13:37 -0400
commit3516c72e5772094bb5094023f7cc9a33a469587a (patch)
tree7222286d113467e96b304aadd34dc8f5448ec643 /infcloud.spec
parentre-add accountSettings parameter (diff)
downloadradicaleinfcloud-3516c72e5772094bb5094023f7cc9a33a469587a.tar.gz
radicaleinfcloud-3516c72e5772094bb5094023f7cc9a33a469587a.tar.bz2
radicaleinfcloud-3516c72e5772094bb5094023f7cc9a33a469587a.zip
disable stub upload stuff
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/infcloud.spec b/infcloud.spec
index 78d7ecc..2d70d01 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -2,7 +2,7 @@
%define pname RadicaleInfCloud
Name: infcloud
Version: 0.13.1
-Release: 1stackrpms1.1%{?dist}
+Release: 1stackrpms1.2%{?dist}
Summary: Rich web client for carddav and caldav
BuildArch: noarch
@@ -43,6 +43,9 @@ ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radi
%doc README-stackrpms.md
%changelog
+* Sat May 21 2022 B. Stack <bgstack15@gmail.com> - 0.13.1-1stackrpms1.2
+- Disable upload button and stub functions which caused problems
+
* Thu May 19 2022 B. Stack <bgstack15@gmail.com> - 0.13.1-1stackrpms1.1
- Improve patches
bgstack15