diff options
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r-- | roundcubemail.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index b4eede5..817a437 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -9,7 +9,7 @@ # -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 # support for apache / nginx / php-fpm %global with_phpfpm 1 %else @@ -20,11 +20,10 @@ %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client -Group: Applications/System # Since 0.8 beta, the main code has been GPLv3+ with exceptions and # skins CC-BY-SA. # Plugins are a mix of GPLv3+ and GPLv2. The Enigma plugin contains a @@ -140,7 +139,7 @@ Requires: php-exif # ZIP download plugin Requires: php-zip -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 # Optional deps # Spell check Suggests: php-enchant @@ -327,6 +326,9 @@ fi %changelog +* Fri Mar 16 2018 Remi Collet <remi@remirepo.net> - 1.3.5-1 +- Update to 1.3.5 + * Mon Jan 15 2018 Remi Collet <remi@remirepo.net> - 1.3.4-1 - Update to 1.3.4 - fix missing .log suffix #1520132 |