Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2012-05-08 11:49:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsolv (Old)
 and      /work/SRC/openSUSE:Factory/.libsolv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsolv", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2012-05-08 
06:46:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes     2012-05-08 
11:51:25.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May  8 10:59:39 CEST 2012 - [email protected]
+
+- build with swig-2.0.6
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsolv-0.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.1.0/bindings/solv.i 
new/libsolv-0.1.0/bindings/solv.i
--- old/libsolv-0.1.0/bindings/solv.i   2012-04-24 16:34:48.000000000 +0200
+++ new/libsolv-0.1.0/bindings/solv.i   2012-05-08 11:14:23.000000000 +0200
@@ -548,7 +548,7 @@
 
 %nodefaultctor Repo;
 %nodefaultdtor Repo;
-typedef struct _Repo {
+typedef struct {
   Pool * const pool;
   const char * const name;
   int priority;
@@ -563,7 +563,7 @@
   Pool * const pool;
 } Solver;
 
-typedef struct chksum {
+typedef struct {
 } Chksum;
 
 %rename(xfopen) solv_xfopen;
@@ -1078,7 +1078,7 @@
   static const int REPO_USE_LOADING = REPO_USE_LOADING;
   static const int REPO_EXTEND_SOLVABLES = REPO_EXTEND_SOLVABLES;
   static const int SOLV_ADD_NO_STUBS = SOLV_ADD_NO_STUBS;       /* repo_solv */
-#ifdef ENABLE_SUSETAGS
+#ifdef ENABLE_SUSEREPO
   static const int SUSETAGS_RECORD_SHARES = SUSETAGS_RECORD_SHARES;     /* 
repo_susetags */
 #endif
 
@@ -1561,7 +1561,7 @@
   void each() {
     Repo *n;
     while ((n = Pool_repo_iterator___next__($self)) != 0) {
-      rb_yield(SWIG_NewPointerObj(SWIG_as_voidptr(n), SWIGTYPE_p__Repo, 
SWIG_POINTER_OWN | 0));
+      rb_yield(SWIG_NewPointerObj(SWIG_as_voidptr(n), SWIGTYPE_p_Repo, 
SWIG_POINTER_OWN | 0));
     }
   }
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.1.0/package/libsolv.changes 
new/libsolv-0.1.0/package/libsolv.changes
--- old/libsolv-0.1.0/package/libsolv.changes   2012-04-24 16:34:48.000000000 
+0200
+++ new/libsolv-0.1.0/package/libsolv.changes   2012-05-08 11:14:23.000000000 
+0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue May  8 10:59:39 CEST 2012 - [email protected]
+
+- build with swig-2.0.6
+
+-------------------------------------------------------------------
 Mon Apr 23 15:52:26 CEST 2012 - [email protected]
 
 - added testcase framework

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to