diff options
| -rw-r--r-- | plugins/archive/composer.json | 2 | ||||
| -rw-r--r-- | roundcubemail.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/plugins/archive/composer.json b/plugins/archive/composer.json index 2501082..ca53d9e 100644 --- a/plugins/archive/composer.json +++ b/plugins/archive/composer.json @@ -3,7 +3,7 @@      "type": "roundcube-plugin",      "description": "This adds a button to move the selected messages to an archive folder. The folder (and the optional structure of subfolders) can be selected in the settings panel.",      "license": "GPLv3+", -    "version": "3.3", +    "version": "3.4",      "authors": [          {              "name": "Thomas Bruederli", diff --git a/roundcubemail.spec b/roundcubemail.spec index 2440bd0..f4b6ba3 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -17,8 +17,8 @@  %else  %global with_phpfpm 0  %endif -%global upstream_version     1.4 -%global upstream_prever      rc2 +%global upstream_version     1.4.0 +#global upstream_prever      rc2  %global roundcubedir %{_datadir}/roundcubemail  %global _logdir /var/log   @@ -350,6 +350,9 @@ fi  %changelog +* Sun Nov 10 2019 Remi Collet <remi@remirepo.net> - 1.4.0-1 +- Update to 1.4.0 +  * Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 1.4~rc2-1  - Update to 1.4-rc2  - raise dependency on masterminds/html5 2.5.0  | 
