Projects
Kolab:3.4:Updates
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 27
View file
iRony.spec
Changed
@@ -20,7 +20,7 @@ Name: iRony Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DAV for Kolab Groupware Group: Applications/Internet @@ -30,7 +30,7 @@ Source0: http://mirror.kolabsys.com/pub/releases/iRony-%{version}+dep.tar.gz Source1: iRony.conf -Patch1: iRony-0.2.3-2335.patch +Patch1: iRony-0.2.4-2473-expect-list-of-spouses.patch BuildArch: noarch @@ -112,6 +112,9 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Mon Nov 11 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2.4-2 +- Expect a list of spouses (#2473) + * Fri Nov 1 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2.4-1 - New upstream version
View file
iRony-0.2.4-2473-expect-list-of-spouses.patch
Added
@@ -0,0 +1,34 @@ +commit bdee746a01716cbe564ba77c5c9c7f70ee840c26 +Author: Thomas <tb@woodcrest.local> +Date: Mon Nov 4 10:14:01 2013 +0100 + + Expect Spouse values to be a list from libkolab (#2473) + +diff --git a/lib/Kolab/CardDAV/ContactsBackend.php b/lib/Kolab/CardDAV/ContactsBackend.php +index eec0bf3..442277c 100644 +--- a/lib/Kolab/CardDAV/ContactsBackend.php ++++ b/lib/Kolab/CardDAV/ContactsBackend.php +@@ -663,7 +663,7 @@ class ContactsBackend extends CardDAV\Backend\AbstractBackend + if (!empty($contact['manager'])) + $vc->add('X-MANAGER', join(',', (array)$contact['manager'])); + if (!empty($contact['spouse'])) +- $vc->add('X-SPOUSE', $contact['spouse']); ++ $vc->add('X-SPOUSE', join(',', (array)$contact['spouse'])); + if (!empty($contact['children'])) + $vc->add('X-CHILDREN', join(',', (array)$contact['children'])); + +@@ -858,13 +858,13 @@ class ContactsBackend extends CardDAV\Backend\AbstractBackend + break; + + case 'X-PROFESSION': +- case 'X-SPOUSE': + $contact[strtolower(substr($prop->name, 2))] = $prop->value; + break; + + case 'X-MANAGER': + case 'X-ASSISTANT': + case 'X-CHILDREN': ++ case 'X-SPOUSE': + $contact[strtolower(substr($prop->name, 2))] = explode(',', $prop->value); + break; +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.2.4-0~kolab2) unstable; urgency=low + + * Expect list of spouses + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Mon, 11 Nov 2013 13:10:00 +0200 + irony (0.2.4-0~kolab1) unstable; urgency=low * New upstream version
View file
debian.series
Changed
@@ -0,0 +1,1 @@ +iRony-0.2.4-2473-expect-list-of-spouses.patch -p1
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.2.4-0~kolab1 +Version: 0.2.4-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
.