From c2155dd14eaf436cc4de40ed83267748539af2ea Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 14 May 2012 10:28:48 +0200 Subject: [PATCH] add new caldav param in config.php --- .../usr/share/sogosync/config.php/45Backend70Carddav | 1 + smeserver-sogosync.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend70Carddav b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend70Carddav index a4ab279..68250a0 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend70Carddav +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend70Carddav @@ -1 +1,2 @@ + define('CARDDAV_PERSONAL', 'personal'); define('CARDDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/Contacts/'); diff --git a/smeserver-sogosync.spec b/smeserver-sogosync.spec index 73a11df..d76c071 100644 --- a/smeserver-sogosync.spec +++ b/smeserver-sogosync.spec @@ -1,5 +1,5 @@ Name: smeserver-sogosync -Version: 0.1.2 +Version: 0.1.3 Release: 0.beta5%{?dist} Summary: SME Server integration for sogosync @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 14 2012 Daniel Berteaud 0.1.3-1 +- Add new caldav param in config.php + * Fri Apr 27 2012 Daniel Berteaud 0.1.2-1 - Re add CALDAV_URL param