diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-16 10:13:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-16 10:13:31 +0100 |
commit | e98a0633f64395d04b721a1337ea79b934669ee2 (patch) | |
tree | 41db7fecde96b6ff8c60e1e4f07c52215e6fad50 | |
parent | 059a1a3904c60b78b9623ee26b68a0c58b51d794 (diff) |
v1.3.5
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | roundcubemail.spec | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/composer.json b/composer.json index e29976c..ad4aed7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "pear/crypt_gpg": "~1.6.0", "pear/net_sieve": "~1.4.0", "roundcube/plugin-installer": "~0.1.6", - "endroid/qrcode": "~1.6.5" + "endroid/qr-code": "~1.6.5" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^5.7.15" diff --git a/roundcubemail.spec b/roundcubemail.spec index b4eede5..817a437 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -9,7 +9,7 @@ # -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 # support for apache / nginx / php-fpm %global with_phpfpm 1 %else @@ -20,11 +20,10 @@ %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client -Group: Applications/System # Since 0.8 beta, the main code has been GPLv3+ with exceptions and # skins CC-BY-SA. # Plugins are a mix of GPLv3+ and GPLv2. The Enigma plugin contains a @@ -140,7 +139,7 @@ Requires: php-exif # ZIP download plugin Requires: php-zip -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 # Optional deps # Spell check Suggests: php-enchant @@ -327,6 +326,9 @@ fi %changelog +* Fri Mar 16 2018 Remi Collet <remi@remirepo.net> - 1.3.5-1 +- Update to 1.3.5 + * Mon Jan 15 2018 Remi Collet <remi@remirepo.net> - 1.3.4-1 - Update to 1.3.4 - fix missing .log suffix #1520132 |