sync with autobuild
authorStephan Kulow <coolo@suse.de>
Mon, 3 Mar 2008 11:42:01 +0000 (11:42 +0000)
committerStephan Kulow <coolo@suse.de>
Mon, 3 Mar 2008 11:42:01 +0000 (11:42 +0000)
VERSION.cmake
package/libzypp-bindings.changes
swig/Repository.i

index 2620e4c..b287e2e 100644 (file)
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "4")
-SET(VERSION_PATCH "3")
+SET(VERSION_PATCH "4")
index 4ffac7f..60627cb 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Feb 28 20:52:20 CET 2008 - coolo@suse.de
+
+- fix build
+
+-------------------------------------------------------------------
 Thu Dec 06 10:52:05 CET 2007 - aschnell@suse.de
 
 - readded cmp for ResObject
index 27e8d88..f5ed1bc 100644 (file)
     */
     Repository();
 
-    /** \short Factory ctor taking a RepositoryImpl.
-     * This is quite low level. You usually want to use RepoManager to
-     * manage the repositories.
-     * \see RepoManager
-    */
-    explicit
-    Repository( const Impl_Ptr & impl_r );
-
      /** \short Factory ctor taking a RepositoryImpl.
       */
     explicit
@@ -59,4 +51,4 @@
 
   };
 
\ No newline at end of file