diff options
-rw-r--r-- | roundcubemail.spec | 7 |
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 |