From dfc5e7a4d63c31b9ed2cfccc471e93b2bb50ade7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 May 2014 09:24:51 +0200 Subject: roundcubemail: 1.0.1 --- roundcubemail.spec | 10 ++++++++-- 1 file 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 - 1.0.1-1 +- Update to 1.0.1 (service release) + * Thu May 8 2014 Remi Collet - 1.0.0-2 - cleanup some config option from previous version - requires mailcap for /etc/mime.types -- cgit