summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-08-14 14:45:58 +0200
committerJosé Bollo <jose.bollo@open.eurogiciel.org>2014-12-19 16:40:21 +0100
commiteb5d93fdaeecd0d87264386291eaf619b5734ea6 (patch)
treeca9147cf8a8acda8647e0729cb6d74f154fb0937
parentd873b13070c863db777506f511435e7d2b45a2b8 (diff)
downloadlibzypp-bindings-accepted/tizen_wearable.tar.gz
libzypp-bindings-accepted/tizen_wearable.tar.bz2
libzypp-bindings-accepted/tizen_wearable.zip
work around syntax errors because of __attribute__tizen_4.0.m1_releasetizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20170112.013049submit/tizen_unified/20170308.100415submit/tizen_tv/20170112.013040submit/tizen_mobile/20170112.013102submit/tizen_ivi/20170112.013029submit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_common/20170111.184617submit/tizen_3.0_wearable/20161015.000004submit/tizen_3.0_tv/20161015.000004submit/tizen_3.0_mobile/20161015.000004submit/tizen_3.0_ivi/20161010.000004submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20141219.155751accepted/tizen/wearable/20170112.013900accepted/tizen/wearable/20141222.014105accepted/tizen/unified/20170309.040238accepted/tizen/tv/20170112.013740accepted/tizen/tv/20141222.014142accepted/tizen/mobile/20170112.013618accepted/tizen/mobile/20141222.013842accepted/tizen/ivi/20170112.013440accepted/tizen/ivi/20160218.025332accepted/tizen/ivi/20141223.090408accepted/tizen/common/20170111.194319accepted/tizen/common/20141219.164636accepted/tizen/3.0/wearable/20161015.083604accepted/tizen/3.0/tv/20161016.005458accepted/tizen/3.0/mobile/20161015.033725accepted/tizen/3.0/ivi/20161011.050545accepted/tizen/3.0/common/20161114.111113accepted/tizen/3.0.m2/wearable/20170105.025059accepted/tizen/3.0.m2/tv/20170105.024936accepted/tizen/3.0.m2/mobile/20170105.024804tizen_3.0_tvtizen_3.0_ivitizen_3.0.m2tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonaccepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobile
Change-Id: Ibd8a57caf7f5c398f8a073e0074ce4f5847fed6c Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
-rw-r--r--VERSION.cmake2
-rw-r--r--package/libzypp-bindings.changes6
-rw-r--r--swig/zypp.i3
3 files changed, 10 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 541e39f..b0f8cf7 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,4 +1,4 @@
# on maintenance branch add a 2nd level to patch (p.1, p.2, ...)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "6")
-SET(VERSION_PATCH "1")
+SET(VERSION_PATCH "2")
diff --git a/package/libzypp-bindings.changes b/package/libzypp-bindings.changes
index ca760d9..7f19f52 100644
--- a/package/libzypp-bindings.changes
+++ b/package/libzypp-bindings.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Aug 14 14:45:12 CEST 2014 - mls@suse.de
+
+- work around syntax errors because of __attribute__
+- 0.6.2
+
+-------------------------------------------------------------------
Fri Mar 14 14:39:37 CET 2014 - ma@suse.de
- c++11 fixes
diff --git a/swig/zypp.i b/swig/zypp.i
index b1f2329..9935197 100644
--- a/swig/zypp.i
+++ b/swig/zypp.i
@@ -153,6 +153,9 @@ typedef std::list<std::string> StringList;
%}
+/* swig does not understand the __attribute__ extension */
+#define __attribute__(x)
+
/* prevent swig from creating a type called 'Target_Type' */
#if defined(SWIGRUBY)
#define Target_Type VALUE