Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 103
View file
pykolab.spec
Changed
@@ -37,6 +37,8 @@ # From 792046ae463672f81f123482c13f474e88cfd832 Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz +Patch0001: 0001-Fix-syntax-errors.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch %if 0%{?suse_version} @@ -200,6 +202,8 @@ %prep %setup -q +%patch0001 -p1 + %build autoreconf -v %configure
View file
0001-Fix-syntax-errors.patch
Added
@@ -0,0 +1,28 @@ +From 8a71c6b82267f8fc79cac46af16b74234a087087 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Tue, 19 Aug 2014 23:24:37 +0200 +Subject: [PATCH] Fix syntax errors + +--- + pykolab/setup/setup_syncroton.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/pykolab/setup/setup_syncroton.py b/pykolab/setup/setup_syncroton.py +index e0477b1..ca99bd5 100644 +--- a/pykolab/setup/setup_syncroton.py ++++ b/pykolab/setup/setup_syncroton.py +@@ -52,9 +52,9 @@ def execute(*args, **kw): + schema_files.append(schema_filepath) + break + +- if len(schema_files) > 0 ++ if len(schema_files) > 0: + break +- if len(schema_files) > 0 ++ if len(schema_files) > 0: + break + + if not os.path.isfile('/tmp/kolab-setup-my.cnf'): +-- +1.9.3 +
View file
debian.series
Changed
@@ -1,1 +1,2 @@ cyrus-imapd.conf-cert-paths.patch -p1 +0001-Fix-syntax-errors.patch -p1
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
.