Imported Upstream version 0.7.3 04/109504/1 upstream upstream/0.7.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 10 Jan 2017 07:53:48 +0000 (16:53 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 10 Jan 2017 07:53:48 +0000 (16:53 +0900)
Change-Id: I2c53f0439a0f211cf3b0060a3d324936c6ee38d6
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
VERSION.cmake
libzypp-bindings.spec.cmake
package/libzypp-bindings.changes
swig/PoolItem.i
swig/ResTraits.i
swig/Resolvable.i
swig/zypp.i

index 9845770..195fd4d 100644 (file)
@@ -1,4 +1,4 @@
 # on maintenance branch add a 2nd level to patch (p.1, p.2, ...)
 SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "7")
-SET(VERSION_PATCH "2")
+SET(VERSION_PATCH "3")
index af0774b..0cb1c24 100644 (file)
@@ -26,7 +26,7 @@ Group:          Development/Sources
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ >= 4.5
-BuildRequires:  libzypp-devel >= 15.10.0
+BuildRequires:  libzypp-devel >= 15.11.0
 BuildRequires:  python-devel < 3
 BuildRequires:  ruby-devel
 BuildRequires:  swig >= 2
index 150323e..9518e38 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Aug 10 17:07:09 CEST 2015 - ma@suse.com
+
+- Adapt to libzypp changes due to FATE#318778
+- 0.7.3
+
+-------------------------------------------------------------------
 Mon Jul 20 13:44:19 CEST 2015 - ma@suse.de
 
 - Don't expose resolver internals (due to FATE#318099)
index 34a2eeb..ca4147c 100644 (file)
@@ -1,3 +1,4 @@
+%template(SolvableType_PoolItem) zypp::sat::SolvableType<zypp::PoolItem>;
 %include <zypp/PoolItem.h>
 
 #ifdef SWIGPERL5
index 60613ec..cbcefad 100644 (file)
@@ -90,3 +90,4 @@ namespace zypp
 %STUFF(SrcPackage)
 %STUFF(Pattern)
 %STUFF(Product)
+%STUFF(Application)
index 7055b9f..ea4e33a 100644 (file)
@@ -1,4 +1,6 @@
 %ignore zypp::make;
 %import <zypp/sat/Solvable.h>
+%import <zypp/sat/SolvableType.h>
+%template(SolvableType_Resolvable) zypp::sat::SolvableType<zypp::Resolvable>;
 %include <zypp/Resolvable.h>
 
index 37f9a0f..eaca647 100644 (file)
@@ -236,6 +236,7 @@ namespace zypp {
 %include "Capabilities.i"
 %include "CapMatch.i"
 %include "OnMediaLocation.i"
+%include "SolvAttr.i"
 %include "Resolvable.i"
 %include "RepoType.i"
 %include "RepoInfo.i"
@@ -264,7 +265,6 @@ namespace zypp {
 %include "TmpPath.i"
 %include "Resolver.i"
 %include "ZConfig.i"
-%include "SolvAttr.i"
 %include "PoolQuery.i"
 
 //just simple files, where we need default ctor