diff options
| -rw-r--r-- | roundcubemail.spec | 17 | 
1 files changed, 10 insertions, 7 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index cb4aa38..202e368 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -18,8 +18,8 @@  %else  %global with_phpfpm 0  %endif -%global upstream_version     1.6 -%global upstream_prever      rc +%global upstream_version     1.6.0 +#global upstream_prever      rc  %global roundcubedir %{_datadir}/roundcubemail  %global _logdir /var/log   @@ -157,23 +157,23 @@ Provides: bundled(php-pear-pear-core-minimal) = v1.10.11  # License GPL-2.0  Provides: bundled(php-roundcube-rtf-html-php) = v2.1  # License GPL-3.0+ -Provides: bundled(php-kolab-net-ldap3) = v1.1.3 -Provides: bundled(php-roundcube-plugin-installer) = 0.3.1 +Provides: bundled(php-kolab-net-ldap3) = v1.1.4 +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.0  # License MIT -Provides: bundled(php-guzzlehttp-guzzle) = 7.4.4 +Provides: bundled(php-guzzlehttp-guzzle) = 7.4.5  Provides: bundled(php-guzzlehttp-promises) = 1.5.1 -Provides: bundled(php-guzzlehttp-psr7) = 2.3.0 +Provides: bundled(php-guzzlehttp-psr7) = 2.4.0  Provides: bundled(php-masterminds-html5) = 2.7.5  Provides: bundled(php-pear-console-commandline) = v1.2.4  Provides: bundled(php-psr-http-client) = 1.0.1  Provides: bundled(php-psr-http-factory) = 1.0.1  Provides: bundled(php-psr-http-message) = 1.0.1  Provides: bundled(php-ralouphie-getallheaders) = 3.0.3 -Provides: bundled(php-symfony-deprecation-contracts) = v3.1.0 +Provides: bundled(php-symfony-deprecation-contracts) = v2.2.0  # License PHP License  Provides: bundled(php-pear-net-socket) = v1.2.2 @@ -327,6 +327,9 @@ fi  %changelog +* Wed Aug  3 2022 Remi Collet <remi@remirepo.net> - 1.6.0-1 +- update to 1.6.0 +  * Mon Jun 13 2022 Remi Collet <remi@remirepo.net> - 1.6~rc-1  - update to 1.6-rc  - drop patch merged upstream  | 
