diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-05 15:30:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-05 15:30:04 +0200 |
commit | 5227c3b571fe6c3cc4e49959a4a6af569669efc1 (patch) | |
tree | c1bb830f7f493faba6763228462eb468e350cabc | |
parent | 96111896b805fdc717caeb323f36e6f79b0e2ae2 (diff) |
roundcubemail: 1.1.2
-rw-r--r-- | roundcubemail.spec | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index 7d626e2..83ddb1a 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -1,3 +1,13 @@ +# remirepo spec file for roundcubemail, from: + +# Fedora spec file for roundcubemail +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# + %if 0%{?fedora} >= 21 # support for apache / nginx / php-fpm %global with_phpfpm 1 @@ -8,8 +18,8 @@ %define roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client Group: Applications/System @@ -258,6 +268,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 5 2015 Remi Collet <remi@fedoraproject.org> - 1.1.2-1 +- update to 1.1.2 + * Wed Mar 25 2015 Robert Scheck <robert@fedoraproject.org> - 1.1.1-2 - switch run-time requirement from php-mcrypt to php-openssl |