diff options
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | roundcubemail.spec | 18 | 
2 files changed, 9 insertions, 14 deletions
diff --git a/composer.json b/composer.json index 6421c2a..ca128ff 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@          "pear/net_smtp": "~1.10.0",          "pear/crypt_gpg": "~1.6.3",          "pear/net_sieve": "~1.4.5", -        "roundcube/plugin-installer": "~0.3.0", +        "roundcube/plugin-installer": "0.3.3",          "roundcube/rtf-html-php": "~2.1",          "masterminds/html5": "~2.7.0",          "endroid/qr-code": "~1.6.5", @@ -24,6 +24,9 @@          "kolab/net_ldap3": "~1.1.1",          "symfony/polyfill-intl-idn": "1.19.0"      }, +    "require-dev": { +        "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7" +    },      "suggest": {          "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver"      }, 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  | 
