From: Michael Andres Date: Tue, 11 Nov 2008 14:23:29 +0000 (+0000) Subject: - Ignore Pathname operator<. X-Git-Tag: BASE-SuSE-Code-12_2-Branch~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b638e7ba8cd534c8e4a8418e698a85b3bf48d1a6;p=platform%2Fupstream%2Flibzypp-bindings.git - Ignore Pathname operator<. --- diff --git a/VERSION.cmake b/VERSION.cmake index e81f89b..f9bbbed 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "0") SET(VERSION_MINOR "4") -SET(VERSION_PATCH "7") +SET(VERSION_PATCH "8") diff --git a/package/libzypp-bindings.changes b/package/libzypp-bindings.changes index 864d3c9..e251c05 100644 --- a/package/libzypp-bindings.changes +++ b/package/libzypp-bindings.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Nov 11 15:21:28 CET 2008 - ma@suse.de + +- Ignore Pathname operator<. +- revision 11649 + +------------------------------------------------------------------- Mon Oct 13 14:38:43 CEST 2008 - ma@suse.de - Fix makefile to build. diff --git a/swig/Pathname.i b/swig/Pathname.i index 4478149..6b7305b 100644 --- a/swig/Pathname.i +++ b/swig/Pathname.i @@ -7,4 +7,6 @@ %ignore zypp::filesystem::Pathname::cat(Pathname const &,Pathname const &); %ignore zypp::filesystem::Pathname::extend(Pathname const &,std::string const &); +%ignore zypp::filesystem::operator<( const Pathname & l, const Pathname & r ); + %include