diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-12 09:24:51 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-12 09:24:51 +0200 | 
| commit | dfc5e7a4d63c31b9ed2cfccc471e93b2bb50ade7 (patch) | |
| tree | 0d7432c24b2d80c354a29daa1ec0460ff41b56eb | |
| parent | 5e72f1bb219d84a9e66d524ff33dad7689eaa730 (diff) | |
roundcubemail: 1.0.1
| -rw-r--r-- | roundcubemail.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index c2c3dfd..6bc0d58 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -1,8 +1,8 @@  %define roundcubedir %{_datadir}/roundcubemail  %global _logdir /var/log    Name: roundcubemail -Version:  1.0.0 -Release:  2%{?dist} +Version:  1.0.1 +Release:  1%{?dist}  Summary: Round Cube Webmail is a browser-based multilingual IMAP client  Group: Applications/System @@ -98,6 +98,9 @@ sed -i 's/\r//' SQL/mssql.initial.sql  # Drop precompiled flash  find . -type f -name '*.swf' | xargs rm -f +# drop file from patch +find . -type f -name '*.orig' | xargs rm -f +  %build  # Nothing @@ -171,6 +174,9 @@ rm -rf %{buildroot}  %changelog +* Mon May 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 +- Update to 1.0.1 (service release) +  * Thu May  8 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-2  - cleanup some config option from previous version  - requires mailcap for /etc/mime.types  | 
