summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-11 07:05:18 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-11 07:05:18 +0100
commit76fc34219286c96215e86bf1e875ef0087813e95 (patch)
treed34bf540c3c16bbaa460ea43d43a80085f50aea6
parent0725f1e095cdf8dbd1ef186330cbb346b1c5e67c (diff)
roundcubemail: 1.2.4
-rw-r--r--roundcubemail.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 232fae0..8d8772e 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -1,5 +1,5 @@
# remirepo spec file for roundcubemail, from:
-
+#
# Fedora spec file for roundcubemail
#
# License: MIT
@@ -19,7 +19,7 @@
%global roundcubedir %{_datadir}/roundcubemail
%global _logdir /var/log
Name: roundcubemail
-Version: 1.2.3
+Version: 1.2.4
Release: 1%{?dist}
Summary: Round Cube Webmail is a browser-based multilingual IMAP client
@@ -240,6 +240,9 @@ for plug in $(ls); do
if [ -f $plug/config.inc.php.dist ]; then
mv $plug/config.inc.php.dist %{buildroot}%{_sysconfdir}/roundcubemail/$plug.inc.php.dist
fi
+ if [ -d $plug/tests ]; then
+ rm -r $plug/tests
+ fi
done
popd
@@ -293,6 +296,10 @@ rm -rf %{buildroot}
%changelog
+* Sat Mar 11 2017 Remi Collet <remi@fedoraproject.org> - 1.2.4-1
+- update to 1.2.4
+- don't install plugin test suites
+
* Tue Nov 29 2016 Remi Collet <remi@fedoraproject.org> - 1.2.3-1
- update to 1.2.3