diff options
-rw-r--r-- | roundcubemail.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index bcebe96..0dcc7a5 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -12,7 +12,7 @@ # support for apache / nginx / php-fpm %global with_phpfpm 1 -%global upstream_version 1.5.10 +%global upstream_version 1.5.11 #global upstream_prever rc %global roundcubedir %{_datadir}/roundcubemail @@ -274,6 +274,9 @@ fi %changelog +* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 1.5.11-1 +- update to 1.5.11 + * Mon Jun 2 2025 Remi Collet <remi@remirepo.net> - 1.5.10-1 - update to 1.5.10 - use composer-generators |