diff -Nru kdepim-runtime-4.8.3/debian/changelog kdepim-runtime-4.8.3/debian/changelog --- kdepim-runtime-4.8.3/debian/changelog 2012-05-22 14:17:52.000000000 -0400 +++ kdepim-runtime-4.8.3/debian/changelog 2012-05-30 20:55:28.000000000 -0400 @@ -1,3 +1,10 @@ +kdepim-runtime (4:4.8.3-0ubuntu0.3~ppapp1) precise; urgency=low + + * debian/patches/01-prop-filter-carddav.patch + - Fix Unknown error code 0 on updating carddave resource from owncloud + + -- Nick Bryda Wed, 30 May 2012 20:53:38 -0400 + kdepim-runtime (4:4.8.3-0ubuntu0.1) precise-proposed; urgency=low * New upstream release (LP: #1002336) diff -Nru kdepim-runtime-4.8.3/debian/patches/01-prop-filter-carddav.patch kdepim-runtime-4.8.3/debian/patches/01-prop-filter-carddav.patch --- kdepim-runtime-4.8.3/debian/patches/01-prop-filter-carddav.patch 1969-12-31 19:00:00.000000000 -0500 +++ kdepim-runtime-4.8.3/debian/patches/01-prop-filter-carddav.patch 2012-05-30 21:40:37.000000000 -0400 @@ -0,0 +1,15 @@ +--- /tmp/old/resources/dav/protocols/carddavprotocol.cpp 2012-04-29 16:39:36.040069702 -0400 ++++ /resources/dav/protocols/carddavprotocol.cpp 2012-05-30 20:50:11.337177040 -0400 +@@ -35,6 +35,12 @@ + propElement.appendChild( document.createElementNS( "DAV:", "resourcetype" ) ); + propElement.appendChild( document.createElementNS( "DAV:", "getetag" ) ); + ++ QDomElement filterElement = document.createElementNS( "urn:ietf:params:xml:ns:carddav", "filter" ); ++ queryElement.appendChild( filterElement ); ++ QDomElement propfilterElement = document.createElementNS( "urn:ietf:params:xml:ns:carddav", "prop-filter" ); ++ propfilterElement.setAttribute( "name", "FN" ); ++ filterElement.appendChild( propfilterElement ); ++ + mItemsQueries << document; + } + diff -Nru kdepim-runtime-4.8.3/debian/patches/series kdepim-runtime-4.8.3/debian/patches/series --- kdepim-runtime-4.8.3/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ kdepim-runtime-4.8.3/debian/patches/series 2012-05-30 20:55:28.000000000 -0400 @@ -0,0 +1 @@ +01-prop-filter-carddav.patch