summaryrefslogtreecommitdiffstats
path: root/roundcubemail.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-03 07:11:46 +0200
committerRemi Collet <remi@remirepo.net>2020-06-03 07:11:46 +0200
commitb9b6b8215f0c64909f0f6525b5943c8fe821bc50 (patch)
tree605617cab5d0dce361c815a69a5fa9ed915c4c82 /roundcubemail.spec
parent304bde86048ca25ebd916122f6c4065c1251fcc1 (diff)
update to 1.4.5
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r--roundcubemail.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 57012d2..2c6f7c0 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -17,14 +17,14 @@
%else
%global with_phpfpm 0
%endif
-%global upstream_version 1.4.4
+%global upstream_version 1.4.5
#global upstream_prever rc2
%global roundcubedir %{_datadir}/roundcubemail
%global _logdir /var/log
Name: roundcubemail
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Round Cube Webmail is a browser-based multilingual IMAP client
# Since 0.8 beta, the main code has been GPLv3+ with exceptions and
@@ -349,6 +349,9 @@ fi
%changelog
+* Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 1.4.5-1
+- update to 1.4.5
+
* Tue May 5 2020 Remi Collet <remi@remirepo.net> - 1.4.4-2
- fix logrotate configuration file permissions
https://github.com/remicollet/remirepo/issues/145