Changes of Revision 32

kolab.spec Changed
x
 
1
@@ -12,7 +12,7 @@
2
 
3
 Name:           kolab
4
 Version:        16.0.1
5
-Release:        8%{?dist}
6
+Release:        9%{?dist}
7
 Summary:        The Kolab Groupware Solution
8
 
9
 Group:          Applications/System
10
@@ -160,6 +160,19 @@
11
 %package webclient
12
 Summary:        Kolab Groupware Server Web Mail Interface
13
 Group:          Productivity/Office/Organizers
14
+Requires:       aspell
15
+Requires:       aspell-da
16
+Requires:       aspell-de
17
+Requires:       aspell-en
18
+Requires:       aspell-es
19
+Requires:       aspell-fi
20
+Requires:       aspell-fr
21
+Requires:       aspell-it
22
+Requires:       aspell-nl
23
+Requires:       aspell-pl
24
+Requires:       aspell-pt
25
+Requires:       aspell-ru
26
+Requires:       aspell-sv
27
 Requires:       chwala
28
 Requires:       iRony
29
 Requires:       kolab-autoconf
30
@@ -167,6 +180,7 @@
31
 Requires:       kolab-syncroton
32
 # Install or /usr/bin/mysql isn't available
33
 Requires:       mysql
34
+Requires:       php-pspell
35
 
36
 %if 0%{?rhel} > 6
37
 # Require httpd or lighttpd gets installed
38
@@ -228,6 +242,9 @@
39
 %doc README
40
 
41
 %changelog
42
+* Wed Feb  6 2019 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 16.0.1-9
43
+- Pull in aspell dictionaries and PHP's pspell module
44
+
45
 * Thu Dec 13 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 16.0.1-8
46
 - Require roundcubemail-skin-kolab
47
 
48
debian.changelog Changed
11
 
1
@@ -1,3 +1,9 @@
2
+kolab (16.0.1-14) unstable; urgency=low
3
+
4
+  * Pull in aspell dictionaries and PHP's pspell module
5
+
6
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Wed,  6 Feb 2018 12:56:00 +0100
7
+
8
 kolab (16.0.1-13) unstable; urgency=low
9
 
10
   * Pull in roundcubemail-skin-kolab
11
debian.control Changed
30
 
1
@@ -79,13 +79,27 @@
2
 
3
 Package: kolab-webclient
4
 Architecture: all
5
-Depends:    chwala,
6
+Depends:    aspell,
7
+            aspell-da,
8
+            aspell-de,
9
+            aspell-en,
10
+            aspell-es,
11
+            aspell-fi,
12
+            aspell-fr,
13
+            aspell-it,
14
+            aspell-nl,
15
+            aspell-pl,
16
+            aspell-pt,
17
+            aspell-ru,
18
+            aspell-sv,
19
+            chwala,
20
             irony,
21
             kolab-freebusy,
22
             kolab-syncroton,
23
             mysql-client,
24
             mysql-server,
25
             php-mdb2-driver-mysql (>= 1.5.0b2),
26
+            php-pspell,
27
             roundcubemail (>= 0.9),
28
             roundcubemail-plugin-contextmenu,
29
             roundcubemail-plugins-kolab (>= 3.0),
30