Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 134
View file
pykolab.spec
Changed
@@ -37,6 +37,7 @@ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz Patch0: fix_mariadb_centos7.patch Patch1: fix_disrvadmin_centos7.patch +Patch2: fix_chameleon_roundcube_skin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -203,6 +204,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build autoreconf -v @@ -532,6 +534,7 @@ - fix for CentOS7, start service mariadb instead of mysqld. fixing #3877 - create /var/run/kolabd, fixing #2626 - fix for CentOS7, only enable dirsrv-admin.service if it actually exists. fixing #4554 +- use chameleon skin as default. fixing #4557 * Fri Jan 23 2015 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.7.7-1 - Implement #4256, allowing Wallace messages to be localized
View file
fix_chameleon_roundcube_skin.patch
Added
@@ -0,0 +1,26 @@ +From 8ac49b0318ff98c1107aae16484a36098ffeb2f0 Mon Sep 17 00:00:00 2001 +From: Timotheus Pokorra <tp@tbits.net> +Date: Thu, 12 Feb 2015 17:30:03 +0100 +Subject: [PATCH] use chameleon skin for roundcube if it exists + fixes #4557 + +--- + pykolab/setup/setup_roundcube.py | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py +index 739da11..6558989 100644 +--- a/pykolab/setup/setup_roundcube.py ++++ b/pykolab/setup/setup_roundcube.py +@@ -90,7 +90,7 @@ def execute(*args, **kw): + + if os.access('/usr/share/roundcubemail/skins/enterprise/', os.R_OK): + rc_settings['skin'] = 'enterprise' +- elif os.access('/usr/share/roundcubemail/skin/chameleon/', os.R_OK): ++ elif os.access('/usr/share/roundcubemail/skins/chameleon/', os.R_OK): + rc_settings['skin'] = 'chameleon' + else: + rc_settings['skin'] = 'larry' +-- +1.7.1 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.7.7-0~kolab2) unstable; urgency=low + + * use chameleon skin as default. fixing #4557 + + -- Timotheus Pokorra (TBits.net) <tp@tbits.net> Thu, 12 Feb 2015 01:49:00 +0100 + pykolab (0.7.7-0~kolab1) unstable; urgency=low * Allow Wallace messages to be localized
View file
debian.series
Changed
@@ -1,2 +1,3 @@ cyrus-imapd.conf-cert-paths.patch -p1 setup_roundcube.patch -p1 +fix_chameleon_roundcube_skin.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.7-0~kolab1 +Version: 0.7.7-0~kolab2 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
.