Projects
Kolab:3.4
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 97
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -34,6 +34,8 @@ Source0: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz Source1: comm.py +Patch0001: 0001-Fix-bug-where-relations-tags-members-changes-were-ig.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -900,6 +902,8 @@ # Remove hidden files find . -type f -name ".*" -delete +%patch0001 -p1 + # Eliminate links for link in `find . -type l`; do source=$(readlink -f ${link}) @@ -1969,6 +1973,9 @@ %defattr(-,root,root,-) %changelog +* Thu Jan 22 2015 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.2.3-2 +- Fix #4095 (tags not being updated) + * Wed Jan 21 2015 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.2.3-1 - Release of version 3.2.3
View file
0001-Fix-bug-where-relations-tags-members-changes-were-ig.patch
Added
@@ -0,0 +1,26 @@ +From 23e4d1b25aa0cbcf72bde36eda4340e0623fab85 Mon Sep 17 00:00:00 2001 +From: Aleksander Machniak <machniak@kolabsys.com> +Date: Thu, 22 Jan 2015 06:18:27 -0500 +Subject: [PATCH] Fix bug where relations/tags members changes were ignored on + relation update (#4095) + +--- + plugins/libkolab/lib/kolab_format_configuration.php | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/plugins/libkolab/lib/kolab_format_configuration.php b/plugins/libkolab/lib/kolab_format_configuration.php +index 30ddaf3..ceb7ebb 100644 +--- a/plugins/libkolab/lib/kolab_format_configuration.php ++++ b/plugins/libkolab/lib/kolab_format_configuration.php +@@ -125,6 +125,8 @@ class kolab_format_configuration extends kolab_format + // adjust content-type string + $this->CTYPEv2 = 'application/x-vnd.kolab.configuration.' . $object['type']; + ++ // reset old object data, otherwise set() will overwrite current data (#4095) ++ $this->xmldata = null; + // set common object properties + parent::set($object); + +-- +2.1.0 +
View file
debian.changelog
Changed
@@ -1,6 +1,12 @@ +roundcubemail-plugins-kolab (1:3.2.3-0~kolab2) unstable; urgency=low + + * Fix #4095 (tags not being updated) + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 22 Jan 2015 18:41:13 +0200 + roundcubemail-plugins-kolab (1:3.2.3-0~kolab1) unstable; urgency=low - * Release 0f 3.2.3 + * Release of 3.2.3 -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 21 Jan 2015 18:41:13 +0200
View file
debian.series
Added
@@ -0,0 +1,1 @@ +0001-Fix-bug-where-relations-tags-members-changes-were-ig.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
.