diff options
| author | Remi Collet <remi@remirepo.net> | 2020-06-03 07:11:46 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-06-03 07:11:46 +0200 | 
| commit | b9b6b8215f0c64909f0f6525b5943c8fe821bc50 (patch) | |
| tree | 605617cab5d0dce361c815a69a5fa9ed915c4c82 | |
| parent | 304bde86048ca25ebd916122f6c4065c1251fcc1 (diff) | |
update to 1.4.5
| -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 | 
