summaryrefslogtreecommitdiff
path: root/libcmis
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-08 15:05:59 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 15:06:46 +0200
commitec580b3a1d9bc240479dcce6fca07b6d83c35e1a (patch)
tree5f6c0a9b95968b4a7a775fa2bc09ba952bf9c2af /libcmis
parent7f0a36540af650882571ad74400e5c9dad36159f (diff)
libcmis: use patchlevel 0
Change-Id: I8da852f3b5e89dcb09c25afe22906b1d902bff0c
Diffstat (limited to 'libcmis')
-rw-r--r--libcmis/UnpackedTarball_cmis.mk2
-rw-r--r--libcmis/boost-win.patch20
-rw-r--r--libcmis/libcmis-0.2.3-backports.patch105
-rw-r--r--libcmis/libcmis-0.2.3.patch5
4 files changed, 55 insertions, 77 deletions
diff --git a/libcmis/UnpackedTarball_cmis.mk b/libcmis/UnpackedTarball_cmis.mk
index d75c5f673419..061b02b50867 100644
--- a/libcmis/UnpackedTarball_cmis.mk
+++ b/libcmis/UnpackedTarball_cmis.mk
@@ -11,7 +11,7 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,cmis))
$(eval $(call gb_UnpackedTarball_set_tarball,cmis,$(CMIS_TARBALL)))
-$(eval $(call gb_UnpackedTarball_set_patchlevel,cmis,1))
+$(eval $(call gb_UnpackedTarball_set_patchlevel,cmis,0))
$(eval $(call gb_UnpackedTarball_add_patches,cmis,\
libcmis/libcmis-0.2.3.patch \
diff --git a/libcmis/boost-win.patch b/libcmis/boost-win.patch
index b79478727eac..76681829d413 100644
--- a/libcmis/boost-win.patch
+++ b/libcmis/boost-win.patch
@@ -1,5 +1,5 @@
---- misc/libcmis-0.2.3/src/libcmis/atom-object.cxx 2012-06-01 07:44:26.000000000 -0600
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-object.cxx 2012-06-04 07:52:24.131190200 -0600
+--- src/libcmis/atom-object.cxx 2012-06-01 07:44:26.000000000 -0600
++++ src/libcmis/atom-object.cxx 2012-06-04 07:52:24.131190200 -0600
@@ -29,6 +29,9 @@
#include <algorithm>
#include <sstream>
@@ -10,8 +10,8 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include "atom-object.hxx"
---- misc/libcmis-0.2.3/src/libcmis/object.hxx 2012-06-01 07:38:36.000000000 -0600
-+++ misc/build/libcmis-0.2.3/src/libcmis/object.hxx 2012-06-04 07:52:21.900386200 -0600
+--- src/libcmis/object.hxx 2012-06-01 07:38:36.000000000 -0600
++++ src/libcmis/object.hxx 2012-06-04 07:52:21.900386200 -0600
@@ -32,6 +32,9 @@
#include <map>
#include <string>
@@ -22,8 +22,8 @@
#include <boost/date_time.hpp>
#include <boost/shared_ptr.hpp>
---- misc/libcmis-0.2.3/src/libcmis/property-type.hxx 2012-02-17 08:00:50.000000000 -0700
-+++ misc/build/libcmis-0.2.3/src/libcmis/property-type.hxx 2012-06-04 07:52:17.157977900 -0600
+--- src/libcmis/property-type.hxx 2012-02-17 08:00:50.000000000 -0700
++++ src/libcmis/property-type.hxx 2012-06-04 07:52:17.157977900 -0600
@@ -28,6 +28,9 @@
#ifndef _PROPERTY_TYPE_HXX_
#define _PROPERTY_TYPE_HXX_
@@ -34,8 +34,8 @@
#include <boost/date_time.hpp>
#include <libxml/tree.h>
---- misc/libcmis-0.2.3/src/libcmis/property.hxx 2012-02-17 06:38:33.000000000 -0700
-+++ misc/build/libcmis-0.2.3/src/libcmis/property.hxx 2012-06-04 07:52:19.388781800 -0600
+--- src/libcmis/property.hxx 2012-02-17 06:38:33.000000000 -0700
++++ src/libcmis/property.hxx 2012-06-04 07:52:19.388781800 -0600
@@ -31,6 +31,9 @@
#include <libxml/tree.h>
#include <libxml/xmlwriter.h>
@@ -46,8 +46,8 @@
#include <boost/date_time.hpp>
#include <boost/shared_ptr.hpp>
---- misc/libcmis-0.2.3/src/libcmis/xml-utils.hxx 2012-05-30 06:17:12.000000000 -0600
-+++ misc/build/libcmis-0.2.3/src/libcmis/xml-utils.hxx 2012-06-04 07:52:10.621566400 -0600
+--- src/libcmis/xml-utils.hxx 2012-05-30 06:17:12.000000000 -0600
++++ src/libcmis/xml-utils.hxx 2012-06-04 07:52:10.621566400 -0600
@@ -30,6 +30,9 @@
#include <string>
diff --git a/libcmis/libcmis-0.2.3-backports.patch b/libcmis/libcmis-0.2.3-backports.patch
index f40222c67861..f0fbc9d9e85e 100644
--- a/libcmis/libcmis-0.2.3-backports.patch
+++ b/libcmis/libcmis-0.2.3-backports.patch
@@ -1,6 +1,5 @@
-diff -urN libcmis-0.2.3/src/cmis-client.cxx misc/build/libcmis-0.2.3/src/cmis-client.cxx
---- libcmis-0.2.3/src/cmis-client.cxx 2012-06-01 15:50:49.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/cmis-client.cxx 2012-07-05 11:21:22.316674741 +0200
+--- src/cmis-client.cxx 2012-06-01 15:50:49.000000000 +0200
++++ src/cmis-client.cxx 2012-07-05 11:21:22.316674741 +0200
@@ -163,16 +163,13 @@
if ( "list-repos" == command )
{
@@ -21,9 +20,8 @@ diff -urN libcmis-0.2.3/src/cmis-client.cxx misc/build/libcmis-0.2.3/src/cmis-cl
}
else if ( "show-root" == command )
{
-diff -urN libcmis-0.2.3/src/libcmis/allowable-actions.cxx misc/build/libcmis-0.2.3/src/libcmis/allowable-actions.cxx
---- libcmis-0.2.3/src/libcmis/allowable-actions.cxx 2012-02-01 12:02:56.000000000 +0100
-+++ misc/build/libcmis-0.2.3/src/libcmis/allowable-actions.cxx 2012-07-05 11:21:22.314674740 +0200
+--- src/libcmis/allowable-actions.cxx 2012-02-01 12:02:56.000000000 +0100
++++ src/libcmis/allowable-actions.cxx 2012-07-05 11:21:22.314674740 +0200
@@ -28,14 +28,122 @@
#include "allowable-actions.hxx"
@@ -148,9 +146,8 @@ diff -urN libcmis-0.2.3/src/libcmis/allowable-actions.cxx misc/build/libcmis-0.2
}
AllowableActions::AllowableActions( const AllowableActions& copy ) :
-diff -urN libcmis-0.2.3/src/libcmis/allowable-actions.hxx misc/build/libcmis-0.2.3/src/libcmis/allowable-actions.hxx
---- libcmis-0.2.3/src/libcmis/allowable-actions.hxx 2012-02-01 12:02:56.000000000 +0100
-+++ misc/build/libcmis-0.2.3/src/libcmis/allowable-actions.hxx 2012-07-05 11:21:22.314674740 +0200
+--- src/libcmis/allowable-actions.hxx 2012-02-01 12:02:56.000000000 +0100
++++ src/libcmis/allowable-actions.hxx 2012-07-05 11:21:22.314674740 +0200
@@ -29,6 +29,11 @@
#define _ALLOWABLE_ACTIONS_HXX_
@@ -207,9 +204,8 @@ diff -urN libcmis-0.2.3/src/libcmis/allowable-actions.hxx misc/build/libcmis-0.2
AllowableActions( const AllowableActions& copy );
virtual ~AllowableActions( );
-diff -urN libcmis-0.2.3/src/libcmis/atom-allowable-actions.cxx misc/build/libcmis-0.2.3/src/libcmis/atom-allowable-actions.cxx
---- libcmis-0.2.3/src/libcmis/atom-allowable-actions.cxx 2012-05-29 10:50:50.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-allowable-actions.cxx 1970-01-01 01:00:00.000000000 +0100
+--- src/libcmis/atom-allowable-actions.cxx 2012-05-29 10:50:50.000000000 +0200
++++ src/libcmis/atom-allowable-actions.cxx 1970-01-01 01:00:00.000000000 +0100
@@ -1,237 +0,0 @@
-/* libcmis
- * Version: MPL 1.1 / GPLv2+ / LGPLv2+
@@ -448,9 +444,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-allowable-actions.cxx misc/build/libcmi
- xmlFreeDoc( doc );
- }
-}
-diff -urN libcmis-0.2.3/src/libcmis/atom-allowable-actions.hxx misc/build/libcmis-0.2.3/src/libcmis/atom-allowable-actions.hxx
---- libcmis-0.2.3/src/libcmis/atom-allowable-actions.hxx 2012-01-19 17:26:32.000000000 +0100
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-allowable-actions.hxx 1970-01-01 01:00:00.000000000 +0100
+--- src/libcmis/atom-allowable-actions.hxx 2012-01-19 17:26:32.000000000 +0100
++++ src/libcmis/atom-allowable-actions.hxx 1970-01-01 01:00:00.000000000 +0100
@@ -1,56 +0,0 @@
-/* libcmis
- * Version: MPL 1.1 / GPLv2+ / LGPLv2+
@@ -508,9 +503,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-allowable-actions.hxx misc/build/libcmi
-};
-
-#endif
-diff -urN libcmis-0.2.3/src/libcmis/atom-document.hxx misc/build/libcmis-0.2.3/src/libcmis/atom-document.hxx
---- libcmis-0.2.3/src/libcmis/atom-document.hxx 2012-06-01 15:47:01.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-document.hxx 2012-07-05 11:21:22.314674740 +0200
+--- src/libcmis/atom-document.hxx 2012-06-01 15:47:01.000000000 +0200
++++ src/libcmis/atom-document.hxx 2012-07-05 11:21:22.314674740 +0200
@@ -35,6 +35,7 @@
#include "document.hxx"
@@ -519,9 +513,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-document.hxx misc/build/libcmis-0.2.3/s
#include "atom-object.hxx"
class AtomDocument : public libcmis::Document, public AtomObject
-diff -urN libcmis-0.2.3/src/libcmis/atom-object.cxx misc/build/libcmis-0.2.3/src/libcmis/atom-object.cxx
---- libcmis-0.2.3/src/libcmis/atom-object.cxx 2012-06-08 13:43:05.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-object.cxx 2012-07-05 11:21:22.315674740 +0200
+--- src/libcmis/atom-object.cxx 2012-06-08 13:43:05.000000000 +0200
++++ src/libcmis/atom-object.cxx 2012-07-05 11:21:22.315674740 +0200
@@ -435,12 +435,14 @@
// Get the infos URL as we may not have it
m_infosUrl = getLink( "self", "application/atom+xml;type=entry" )->getHref( );
@@ -541,9 +534,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-object.cxx misc/build/libcmis-0.2.3/src
// First get the type id as it will give us the property definitions
string typeIdReq( "//cmis:propertyId[@propertyDefinitionId='cmis:objectTypeId']/cmis:value/text()" );
-diff -urN libcmis-0.2.3/src/libcmis/atom-object.hxx misc/build/libcmis-0.2.3/src/libcmis/atom-object.hxx
---- libcmis-0.2.3/src/libcmis/atom-object.hxx 2012-06-01 15:43:27.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-object.hxx 2012-07-05 11:21:22.315674740 +0200
+--- src/libcmis/atom-object.hxx 2012-06-01 15:43:27.000000000 +0200
++++ src/libcmis/atom-object.hxx 2012-07-05 11:21:22.315674740 +0200
@@ -30,7 +30,7 @@
#include <libxml/tree.h>
@@ -562,9 +554,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-object.hxx misc/build/libcmis-0.2.3/src
std::vector< AtomLink > m_links;
-diff -urN libcmis-0.2.3/src/libcmis/atom-object-type.cxx misc/build/libcmis-0.2.3/src/libcmis/atom-object-type.cxx
---- libcmis-0.2.3/src/libcmis/atom-object-type.cxx 2012-05-29 10:50:50.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-object-type.cxx 2012-07-05 11:21:22.317674741 +0200
+--- src/libcmis/atom-object-type.cxx 2012-05-29 10:50:50.000000000 +0200
++++ src/libcmis/atom-object-type.cxx 2012-07-05 11:21:22.317674741 +0200
@@ -255,7 +255,7 @@
bool createdDoc = ( NULL == doc );
if ( createdDoc )
@@ -574,9 +565,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-object-type.cxx misc/build/libcmis-0.2.
map< string, string > vars;
vars[URI_TEMPLATE_VAR_ID] = getId( );
string url = m_session->createUrl( pattern, vars );
-diff -urN libcmis-0.2.3/src/libcmis/atom-session.cxx misc/build/libcmis-0.2.3/src/libcmis/atom-session.cxx
---- libcmis-0.2.3/src/libcmis/atom-session.cxx 2012-06-08 13:43:05.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-session.cxx 2012-07-05 11:21:22.317674741 +0200
+--- src/libcmis/atom-session.cxx 2012-06-08 13:43:05.000000000 +0200
++++ src/libcmis/atom-session.cxx 2012-07-05 11:21:22.317674741 +0200
@@ -126,8 +126,8 @@
m_username( username ),
m_password( password ),
@@ -697,9 +687,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-session.cxx misc/build/libcmis-0.2.3/sr
string url = createUrl( pattern, vars );
try
-diff -urN libcmis-0.2.3/src/libcmis/atom-session.hxx misc/build/libcmis-0.2.3/src/libcmis/atom-session.hxx
---- libcmis-0.2.3/src/libcmis/atom-session.hxx 2012-06-08 13:43:05.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-session.hxx 2012-07-05 11:21:22.360674743 +0200
+--- src/libcmis/atom-session.hxx 2012-06-08 13:43:05.000000000 +0200
++++ src/libcmis/atom-session.hxx 2012-07-05 11:21:22.360674743 +0200
@@ -95,9 +95,9 @@
std::string m_username;
std::string m_password;
@@ -742,9 +731,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-session.hxx misc/build/libcmis-0.2.3/sr
virtual libcmis::FolderPtr getRootFolder() throw ( libcmis::Exception );
virtual libcmis::ObjectPtr getObject( std::string id ) throw ( libcmis::Exception );
-diff -urN libcmis-0.2.3/src/libcmis/atom-workspace.cxx misc/build/libcmis-0.2.3/src/libcmis/atom-workspace.cxx
---- libcmis-0.2.3/src/libcmis/atom-workspace.cxx 2011-12-06 14:12:19.000000000 +0100
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-workspace.cxx 2012-07-05 11:21:22.360674743 +0200
+--- src/libcmis/atom-workspace.cxx 2011-12-06 14:12:19.000000000 +0100
++++ src/libcmis/atom-workspace.cxx 2012-07-05 11:21:22.360674743 +0200
@@ -31,204 +31,207 @@
using namespace std;
@@ -1112,9 +1100,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-workspace.cxx misc/build/libcmis-0.2.3/
+ m_uriTemplates[ type ] = templateUri;
+ }
}
-diff -urN libcmis-0.2.3/src/libcmis/atom-workspace.hxx misc/build/libcmis-0.2.3/src/libcmis/atom-workspace.hxx
---- libcmis-0.2.3/src/libcmis/atom-workspace.hxx 2012-05-29 10:50:50.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-workspace.hxx 2012-07-05 11:21:22.361674743 +0200
+--- src/libcmis/atom-workspace.hxx 2012-05-29 10:50:50.000000000 +0200
++++ src/libcmis/atom-workspace.hxx 2012-07-05 11:21:22.361674743 +0200
@@ -31,65 +31,71 @@
#include <map>
#include <string>
@@ -1235,9 +1222,8 @@ diff -urN libcmis-0.2.3/src/libcmis/atom-workspace.hxx misc/build/libcmis-0.2.3/
+typedef boost::shared_ptr< AtomRepository > AtomRepositoryPtr;
#endif
-diff -urN libcmis-0.2.3/src/libcmis/Makefile.am misc/build/libcmis-0.2.3/src/libcmis/Makefile.am
---- libcmis-0.2.3/src/libcmis/Makefile.am 2012-06-08 13:51:36.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/Makefile.am 2012-07-05 11:21:22.361674743 +0200
+--- src/libcmis/Makefile.am 2012-06-08 13:51:36.000000000 +0200
++++ src/libcmis/Makefile.am 2012-07-05 11:21:22.361674743 +0200
@@ -9,6 +9,7 @@
object.hxx \
property-type.hxx \
@@ -1255,9 +1241,8 @@ diff -urN libcmis-0.2.3/src/libcmis/Makefile.am misc/build/libcmis-0.2.3/src/lib
allowable-actions.cxx \
property.cxx \
property-type.cxx \
-diff -urN libcmis-0.2.3/src/libcmis/Makefile.in misc/build/libcmis-0.2.3/src/libcmis/Makefile.in
---- libcmis-0.2.3/src/libcmis/Makefile.in 2012-06-08 14:17:01.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/Makefile.in 2012-07-05 11:21:22.361674743 +0200
+--- src/libcmis/Makefile.in 2012-06-08 14:17:01.000000000 +0200
++++ src/libcmis/Makefile.in 2012-07-05 11:21:22.361674743 +0200
@@ -80,7 +80,7 @@
am_libcmis_@LIBCMIS_API_VERSION@_la_OBJECTS = atom-object-type.lo \
session-factory.lo atom-document.lo atom-folder.lo \
@@ -1292,9 +1277,8 @@ diff -urN libcmis-0.2.3/src/libcmis/Makefile.in misc/build/libcmis-0.2.3/src/lib
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atom-document.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atom-folder.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atom-object-type.Plo@am__quote@
-diff -urN libcmis-0.2.3/src/libcmis/makefile.mk misc/build/libcmis-0.2.3/src/libcmis/makefile.mk
---- libcmis-0.2.3/src/libcmis/makefile.mk 2012-05-09 12:14:57.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/makefile.mk 2012-07-05 11:21:22.315674740 +0200
+--- src/libcmis/makefile.mk 2012-05-09 12:14:57.000000000 +0200
++++ src/libcmis/makefile.mk 2012-07-05 11:21:22.315674740 +0200
@@ -25,7 +25,6 @@
SLOFILES= \
@@ -1303,9 +1287,8 @@ diff -urN libcmis-0.2.3/src/libcmis/makefile.mk misc/build/libcmis-0.2.3/src/lib
$(SLO)$/atom-document.obj \
$(SLO)$/atom-folder.obj \
$(SLO)$/atom-object-type.obj \
-diff -urN libcmis-0.2.3/src/libcmis/repository.hxx misc/build/libcmis-0.2.3/src/libcmis/repository.hxx
---- libcmis-0.2.3/src/libcmis/repository.hxx 1970-01-01 01:00:00.000000000 +0100
-+++ misc/build/libcmis-0.2.3/src/libcmis/repository.hxx 2012-07-05 11:21:22.361674743 +0200
+--- src/libcmis/repository.hxx 1970-01-01 01:00:00.000000000 +0100
++++ src/libcmis/repository.hxx 2012-07-05 11:21:22.361674743 +0200
@@ -0,0 +1,54 @@
+/* libcmis
+ * Version: MPL 1.1 / GPLv2+ / LGPLv2+
@@ -1361,9 +1344,8 @@ diff -urN libcmis-0.2.3/src/libcmis/repository.hxx misc/build/libcmis-0.2.3/src/
+}
+
+#endif
-diff -urN libcmis-0.2.3/src/libcmis/session-factory.cxx misc/build/libcmis-0.2.3/src/libcmis/session-factory.cxx
---- libcmis-0.2.3/src/libcmis/session-factory.cxx 2012-05-10 15:36:32.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/session-factory.cxx 2012-07-05 11:21:22.362674743 +0200
+--- src/libcmis/session-factory.cxx 2012-05-10 15:36:32.000000000 +0200
++++ src/libcmis/session-factory.cxx 2012-07-05 11:21:22.362674743 +0200
@@ -74,9 +74,9 @@
return session;
}
@@ -1376,9 +1358,8 @@ diff -urN libcmis-0.2.3/src/libcmis/session-factory.cxx misc/build/libcmis-0.2.3
map< int, string >::iterator pIt = params.find( ATOMPUB_URL );
if ( pIt != params.end( ) )
-diff -urN libcmis-0.2.3/src/libcmis/session-factory.hxx misc/build/libcmis-0.2.3/src/libcmis/session-factory.hxx
---- libcmis-0.2.3/src/libcmis/session-factory.hxx 2012-05-10 15:37:03.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/session-factory.hxx 2012-07-05 11:21:22.362674743 +0200
+--- src/libcmis/session-factory.hxx 2012-05-10 15:37:03.000000000 +0200
++++ src/libcmis/session-factory.hxx 2012-07-05 11:21:22.362674743 +0200
@@ -33,6 +33,7 @@
#include <string>
@@ -1396,9 +1377,8 @@ diff -urN libcmis-0.2.3/src/libcmis/session-factory.hxx misc/build/libcmis-0.2.3
};
}
-diff -urN libcmis-0.2.3/src/libcmis/session.hxx misc/build/libcmis-0.2.3/src/libcmis/session.hxx
---- libcmis-0.2.3/src/libcmis/session.hxx 2012-05-31 16:49:18.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/session.hxx 2012-07-05 11:21:22.362674743 +0200
+--- src/libcmis/session.hxx 2012-05-31 16:49:18.000000000 +0200
++++ src/libcmis/session.hxx 2012-07-05 11:21:22.362674743 +0200
@@ -34,6 +34,7 @@
#include "object-type.hxx"
#include "object.hxx"
@@ -1418,9 +1398,8 @@ diff -urN libcmis-0.2.3/src/libcmis/session.hxx misc/build/libcmis-0.2.3/src/lib
/** Get the Root folder of the repository
*/
virtual FolderPtr getRootFolder() throw ( Exception )= 0;
-diff -urN libcmis-0.2.3/src/libcmis/test-atom.cxx misc/build/libcmis-0.2.3/src/libcmis/test-atom.cxx
---- libcmis-0.2.3/src/libcmis/test-atom.cxx 2012-05-30 16:17:44.000000000 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/test-atom.cxx 2012-07-05 11:21:22.362674743 +0200
+--- src/libcmis/test-atom.cxx 2012-05-30 16:17:44.000000000 +0200
++++ src/libcmis/test-atom.cxx 2012-07-05 11:21:22.362674743 +0200
@@ -34,7 +34,6 @@
#include "atom-document.hxx"
#include "atom-folder.hxx"
diff --git a/libcmis/libcmis-0.2.3.patch b/libcmis/libcmis-0.2.3.patch
index 3b21e70db4af..255e8073193c 100644
--- a/libcmis/libcmis-0.2.3.patch
+++ b/libcmis/libcmis-0.2.3.patch
@@ -1,6 +1,5 @@
-diff -ru libcmis-0.2.3/src/libcmis/atom-document.cxx misc/build/libcmis-0.2.3/src/libcmis/atom-document.cxx
---- libcmis-0.2.3/src/libcmis/atom-document.cxx 2012-07-02 14:39:04.815222889 +0200
-+++ misc/build/libcmis-0.2.3/src/libcmis/atom-document.cxx 2012-07-02 14:41:09.088229625 +0200
+--- src/libcmis/atom-document.cxx 2012-07-02 14:39:04.815222889 +0200
++++ src/libcmis/atom-document.cxx 2012-07-02 14:41:09.088229625 +0200
@@ -129,15 +129,22 @@
vector< string > AtomDocument::getPaths( )
{