diff options
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r-- | roundcubemail.spec | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index 87e12d4..6eba5e9 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -10,15 +10,9 @@ %bcond_with internet -# remirepo:1 -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 # support for apache / nginx / php-fpm %global with_phpfpm 1 -# remirepo:3 -%else -%global with_phpfpm 0 -%endif -%global upstream_version 1.5.7 +%global upstream_version 1.5.8 #global upstream_prever rc %global roundcubedir %{_datadir}/roundcubemail @@ -98,10 +92,8 @@ Requires: php-exif # ZIP download plugin Requires: php-zip -# remirepo:1 -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 # Optional deps -# Upload progress (shock!) +# Upload progress Suggests: php-uploadprogress # Crypto Suggests: php-sodium @@ -118,8 +110,6 @@ Suggests: php-gearman # Authent Suggests: php-krb5 Suggests: php-pam -# remirepo:1 -%endif # Bundled JS libraries # see https://github.com/roundcube/roundcubemail/blob/master/jsdeps.json @@ -283,7 +273,6 @@ fi %files # remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc CHANGELOG.md INSTALL README.md UPGRADING README-rpm.txt %doc composer.json-dist @@ -311,6 +300,9 @@ fi %changelog +* Mon Aug 5 2024 Remi Collet <remi@remirepo.net> - 1.5.8-1 +- update to 1.5.8 + * Mon May 20 2024 Remi Collet <remi@remirepo.net> - 1.5.7-1 - update to 1.5.7 |