diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-15 08:01:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-15 08:01:22 +0100 |
commit | 059a1a3904c60b78b9623ee26b68a0c58b51d794 (patch) | |
tree | 5a714716a16e54dc80453a14878a011bea9e0d9a /roundcubemail.spec | |
parent | 6ee0eda7e7fb76751bfced7534be16b61bde5c6d (diff) |
Update to 1.3.4
fix missing .log suffix #1520132
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r-- | roundcubemail.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index 57dfd66..b4eede5 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -20,7 +20,7 @@ %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -46,7 +46,7 @@ Source2: roundcubemail.logrotate Source4: roundcubemail-README-rpm.txt # Non-upstreamable: Adjusts config path to Fedora policy -Patch1: roundcubemail-1.2.1-confpath.patch +Patch1: roundcubemail-1.3.4-confpath.patch # add .log prefix to all log file names # see https://github.com/roundcube/roundcubemail/pull/313 @@ -327,6 +327,10 @@ fi %changelog +* Mon Jan 15 2018 Remi Collet <remi@remirepo.net> - 1.3.4-1 +- Update to 1.3.4 +- fix missing .log suffix #1520132 + * Thu Nov 9 2017 Remi Collet <remi@remirepo.net> - 1.3.3-1 - Update to 1.3.3 |