diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-26 13:29:53 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-26 13:30:03 +0200 |
commit | 4f25eb2c4eb7b5ce265eefe25a5ab84a39daf574 (patch) | |
tree | bebdc7d52345d98eab6d929c2e6d7e28d616a0a1 | |
parent | 60845a6d213f7e84857608f828dbbfd5d1c69e58 (diff) |
libcmis: forgot to update windows patch for 0.2.3
Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887
-rw-r--r-- | libcmis/boost-win.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libcmis/boost-win.patch b/libcmis/boost-win.patch index fde29df6dd19..b79478727eac 100644 --- a/libcmis/boost-win.patch +++ b/libcmis/boost-win.patch @@ -1,5 +1,5 @@ ---- misc/libcmis-0.2.2/src/libcmis/atom-object.cxx 2012-06-01 07:44:26.000000000 -0600 -+++ misc/build/libcmis-0.2.2/src/libcmis/atom-object.cxx 2012-06-04 07:52:24.131190200 -0600 +--- 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 @@ -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.2/src/libcmis/object.hxx 2012-06-01 07:38:36.000000000 -0600 -+++ misc/build/libcmis-0.2.2/src/libcmis/object.hxx 2012-06-04 07:52:21.900386200 -0600 +--- 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 @@ -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.2/src/libcmis/property-type.hxx 2012-02-17 08:00:50.000000000 -0700 -+++ misc/build/libcmis-0.2.2/src/libcmis/property-type.hxx 2012-06-04 07:52:17.157977900 -0600 +--- 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 @@ -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.2/src/libcmis/property.hxx 2012-02-17 06:38:33.000000000 -0700 -+++ misc/build/libcmis-0.2.2/src/libcmis/property.hxx 2012-06-04 07:52:19.388781800 -0600 +--- 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 @@ -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.2/src/libcmis/xml-utils.hxx 2012-05-30 06:17:12.000000000 -0600 -+++ misc/build/libcmis-0.2.2/src/libcmis/xml-utils.hxx 2012-06-04 07:52:10.621566400 -0600 +--- 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 @@ -30,6 +30,9 @@ #include <string> |