- Ignore Pathname operator<.
authorMichael Andres <ma@suse.de>
Tue, 11 Nov 2008 14:23:29 +0000 (14:23 +0000)
committerMichael Andres <ma@suse.de>
Tue, 11 Nov 2008 14:23:29 +0000 (14:23 +0000)
VERSION.cmake
package/libzypp-bindings.changes
swig/Pathname.i

index e81f89b..f9bbbed 100644 (file)
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "4")
-SET(VERSION_PATCH "7")
+SET(VERSION_PATCH "8")
index 864d3c9..e251c05 100644 (file)
@@ -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.
index 4478149..6b7305b 100644 (file)
@@ -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 <zypp/Pathname.h>