diff options
| author | Remi Collet <remi@remirepo.net> | 2023-07-02 08:48:30 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-07-02 08:48:30 +0200 | 
| commit | f18ed5af88c20823dc4e51c2bed6a0bf63722772 (patch) | |
| tree | c8c531d1ca9be301b89fe2f66f6a900ad489e866 | |
| parent | 50bf2cda691955120e5724a1ffd220f010ca3e6a (diff) | |
update to 1.6.2
| -rw-r--r-- | roundcubemail.spec | 31 | 
1 files changed, 17 insertions, 14 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index c7ca4dd..7f4157a 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -18,7 +18,7 @@  %else  %global with_phpfpm 0  %endif -%global upstream_version     1.6.1 +%global upstream_version     1.6.2  #global upstream_prever      rc  %global roundcubedir %{_datadir}/roundcubemail @@ -146,34 +146,34 @@ Provides: bundled(js-tinymce-langs) = 5.8.2  Provides: bundled(php-pear-auth-sasl) = v1.1.0  # License BSD-2-Clause  Provides: bundled(php-bacon-bacon-qr-code) = 2.0.8 -Provides: bundled(php-dasprid-enum) = 1.0.3 +Provides: bundled(php-dasprid-enum) = 1.0.4  Provides: bundled(php-pear-console-getopt) = v1.4.3  Provides: bundled(php-pear-net-sieve) = 1.4.6  Provides: bundled(php-pear-net-smtp) = 1.10.1  Provides: bundled(php-pear-pear-exception) = v1.0.2  # License BSD-3-Clause  Provides: bundled(php-pear-mail-mime) = 1.10.11 -Provides: bundled(php-pear-pear-core-minimal) = v1.10.11 +Provides: bundled(php-pear-pear-core-minimal) = v1.10.13  # 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.4 +Provides: bundled(php-kolab-net-ldap3) = v1.1.5  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 +Provides: bundled(php-pear-net-ldap2) = v2.2.1  # License MIT -Provides: bundled(php-guzzlehttp-guzzle) = 7.5.0 -Provides: bundled(php-guzzlehttp-promises) = 1.5.2 -Provides: bundled(php-guzzlehttp-psr7) = 2.4.3 +Provides: bundled(php-guzzlehttp-guzzle) = 7.7.0 +Provides: bundled(php-guzzlehttp-promises) = 2.0.0 +Provides: bundled(php-guzzlehttp-psr7) = 2.5.0  Provides: bundled(php-masterminds-html5) = 2.7.6 -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-pear-console-commandline) = v1.2.6 +Provides: bundled(php-psr-http-client) = 1.0.2 +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 -Provides: bundled(php-symfony-deprecation-contracts) = v3.2.0 +Provides: bundled(php-symfony-deprecation-contracts) = v2.5.2  # License PHP License  Provides: bundled(php-pear-net-socket) = v1.2.2 @@ -191,7 +191,7 @@ CSS 2.  %prep  %setup -q -n roundcubemail-%{upstream_version}%{?upstream_prever:-%{upstream_prever}} -%patch1 -p1 -b .rpm +%patch -P1 -p1 -b .rpm  : PHP bundled libraries  php %{SOURCE5} vendor/composer/installed.json @@ -327,6 +327,9 @@ fi  %changelog +* Sun Jul  2 2023 Remi Collet <remi@remirepo.net> - 1.6.2-1 +- update to 1.6.2 +  * Tue Jan 24 2023 Remi Collet <remi@remirepo.net> - 1.6.1-1  - update to 1.6.1  - use SPDX license id  | 
