diff options
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r-- | roundcubemail.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index d7927ef..482f43c 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -18,7 +18,7 @@ %else %global with_phpfpm 0 %endif -%global upstream_version 1.6.3 +%global upstream_version 1.6.4 #global upstream_prever rc %global roundcubedir %{_datadir}/roundcubemail @@ -165,14 +165,14 @@ Provides: bundled(php-roundcube-plugin-installer) = 0.3.2 # License LGPL-2.1 Provides: bundled(php-pear-crypt-gpg) = v1.6.7 # License LGPL-3.0 -Provides: bundled(php-pear-net-ldap2) = v2.2.1 +Provides: bundled(php-pear-net-ldap2) = v2.3.0 # License MIT Provides: bundled(php-guzzlehttp-guzzle) = 7.8.0 Provides: bundled(php-guzzlehttp-promises) = 2.0.1 Provides: bundled(php-guzzlehttp-psr7) = 2.6.1 Provides: bundled(php-masterminds-html5) = 2.7.6 Provides: bundled(php-pear-console-commandline) = v1.2.6 -Provides: bundled(php-psr-http-client) = 1.0.2 +Provides: bundled(php-psr-http-client) = 1.0.3 Provides: bundled(php-psr-http-factory) = 1.0.2 Provides: bundled(php-psr-http-message) = 2.0 Provides: bundled(php-ralouphie-getallheaders) = 3.0.3 @@ -332,6 +332,9 @@ fi %changelog +* Mon Oct 16 2023 Remi Collet <remi@remirepo.net> - 1.6.4-1 +- update to 1.6.4 + * Fri Sep 15 2023 Remi Collet <remi@remirepo.net> - 1.6.3-1 - update to 1.6.3 |