Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 116
View file
pykolab.spec
Changed
@@ -29,7 +29,7 @@ Summary: Kolab Groupware Solution Name: pykolab Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/System URL: http://kolab.org/ @@ -40,6 +40,8 @@ Patch0001: 0001-Fix-typo.patch Patch0002: 0002-Fix-session-timeouts.patch Patch0003: 0003-Actually-fix-the-socket-file.patch +Patch0004: 0004-setup-roundcube.patch +Patch0005: 0005-make-a-assets_path-a-relative-url.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -207,6 +209,8 @@ %patch0001 -p1 %patch0002 -p1 %patch0003 -p1 +%patch0004 -p1 +%patch0005 -p1 %build autoreconf -v @@ -530,6 +534,10 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Mon Sep 15 2014 Daniel Hoffend <dh@dotlan.net> - 0.7.2-2 +- added patch to fix setup-kolab mysql.initial +- added patch to fix assets_path + * Thu Sep 11 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.7.2-1 - Wrap it all up in a new release
View file
0004-setup-roundcube.patch
Added
@@ -0,0 +1,33 @@ +From 8b2933d7bdc2d410691fbc5a39a74a02166610c6 Mon Sep 17 00:00:00 2001 +From: Daniel Hoffend <dh@dotlan.net> +Date: Sun, 14 Sep 2014 02:18:04 +0200 +Subject: [PATCH] fixed import of roundcube mysql.initial.sql + +--- + pykolab/setup/setup_roundcube.py | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py +index 259f676..ab73861 100644 +--- a/pykolab/setup/setup_roundcube.py ++++ b/pykolab/setup/setup_roundcube.py +@@ -140,12 +140,13 @@ def execute(*args, **kw): + + schema_files = [] + for root, directories, filenames in os.walk('/usr/share/doc/'): ++ directories.sort() + for directory in directories: + if directory.startswith("roundcubemail"): +- for root, directories, filenames in os.walk(os.path.join(root, directory)): +- for filename in filenames: ++ for nested_root, nested_directories, nested_filenames in os.walk(os.path.join(root, directory)): ++ for filename in nested_filenames: + if filename.startswith('mysql.initial') and filename.endswith('.sql'): +- schema_filepath = os.path.join(root,filename) ++ schema_filepath = os.path.join(nested_root,filename) + if not schema_filepath in schema_files: + schema_files.append(schema_filepath) + +-- +1.7.10.4 +
View file
0005-make-a-assets_path-a-relative-url.patch
Added
@@ -0,0 +1,25 @@ +From bd6bae0355f124e2ddd6257c07d93771f7d59c80 Mon Sep 17 00:00:00 2001 +From: Daniel Hoffend <dh@dotlan.net> +Date: Mon, 15 Sep 2014 13:15:51 +0200 +Subject: [PATCH] make a assets_path a relative url + +--- + share/templates/roundcubemail/config.inc.php.tpl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl +index 920423e..c80e553 100644 +--- a/share/templates/roundcubemail/config.inc.php.tpl ++++ b/share/templates/roundcubemail/config.inc.php.tpl +@@ -7,7 +7,7 @@ + \$config['des_key'] = "$des_key"; + \$config['username_domain'] = '$primary_domain'; + \$config['use_secure_urls'] = true; +- \$config['assets_path'] = '/roundcubemail/assets/'; ++ \$config['assets_path'] = 'assets/'; + + \$config['mail_domain'] = ''; + +-- +1.7.10.4 +
View file
debian.changelog
Changed
@@ -1,4 +1,11 @@ -pykolab (0.7.2-0~kolab34) unstable; urgency=low +pykolab (0.7.2-0~kolab5) unstable; urgency=low + + * added patch to fix setup-kolab mysql.initial + * added patch to fix assets_path + + -- Daniel Hoffend <dh@dotlan.net> Mon, 15 Sep 2014 15:10:00 +0100 + +pykolab (0.7.2-0~kolab4) unstable; urgency=low * Fix socketfile -> conf.socketfile
View file
debian.series
Changed
@@ -2,3 +2,5 @@ 0001-Fix-typo.patch -p1 0002-Fix-session-timeouts.patch -p1 0003-Actually-fix-the-socket-file.patch -p1 +0004-setup-roundcube.patch -p1 +0005-make-a-assets_path-a-relative-url.patch -p1
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.7.2-0~kolab3 +Version: 0.7.2-0~kolab5 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.