Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:Factory checked in at 2012-06-08 14:07:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.libzypp-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzypp-bindings", Maintainer is "dmacvi...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzypp-bindings/libzypp-bindings.changes        
2012-03-06 13:39:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp-bindings.new/libzypp-bindings.changes   
2012-06-08 14:07:41.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Jun  5 09:27:07 UTC 2012 - jreidin...@suse.com
+
+- disable segfaulting python test
+- version 0.5.13 
+
+-------------------------------------------------------------------
+Mon Jun  4 16:45:43 CEST 2012 - m...@suse.de
+
+- port ruby bindings to version 1.9
+- version 0.5.12
+
+-------------------------------------------------------------------

Old:
----
  libzypp-bindings-0.5.11.tar.bz2

New:
----
  libzypp-bindings-0.5.13.tar.bz2

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

Other differences:
------------------
++++++ libzypp-bindings.spec ++++++
--- /var/tmp/diff_new_pack.mRpvpd/_old  2012-06-08 14:07:44.000000000 +0200
+++ /var/tmp/diff_new_pack.mRpvpd/_new  2012-06-08 14:07:44.000000000 +0200
@@ -18,7 +18,7 @@
 # nodebuginfo
 
 Name:           libzypp-bindings
-Version:        0.5.11
+Version:        0.5.13
 Release:        0
 License:        GPL-2.0+
 Summary:        Bindings for libzypp

++++++ libzypp-bindings-0.5.11.tar.bz2 -> libzypp-bindings-0.5.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.11/VERSION.cmake 
new/libzypp-bindings-0.5.13/VERSION.cmake
--- old/libzypp-bindings-0.5.11/VERSION.cmake   2012-03-02 11:41:30.000000000 
+0100
+++ new/libzypp-bindings-0.5.13/VERSION.cmake   2012-06-05 12:05:27.000000000 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "5")
-SET(VERSION_PATCH "11")
+SET(VERSION_PATCH "13")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.5.11/package/libzypp-bindings.changes 
new/libzypp-bindings-0.5.13/package/libzypp-bindings.changes
--- old/libzypp-bindings-0.5.11/package/libzypp-bindings.changes        
2012-03-02 11:41:30.000000000 +0100
+++ new/libzypp-bindings-0.5.13/package/libzypp-bindings.changes        
2012-06-05 12:05:27.000000000 +0200
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Tue Jun  5 09:27:07 UTC 2012 - jreidin...@suse.com
+
+- disable segfaulting python test
+- version 0.5.13 
+
+-------------------------------------------------------------------
+Mon Jun  4 16:45:43 CEST 2012 - m...@suse.de
+
+- port ruby bindings to version 1.9
+- version 0.5.12
+
+-------------------------------------------------------------------
 Tue Feb 28 13:16:22 UTC 2012 - jreidin...@suse.com
 
 - fix iteration over pool in ruby (bnc#746439)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.5.11/swig/python/tests/CMakeLists.txt 
new/libzypp-bindings-0.5.13/swig/python/tests/CMakeLists.txt
--- old/libzypp-bindings-0.5.11/swig/python/tests/CMakeLists.txt        
2012-03-02 11:41:30.000000000 +0100
+++ new/libzypp-bindings-0.5.13/swig/python/tests/CMakeLists.txt        
2012-06-05 12:05:27.000000000 +0200
@@ -7,5 +7,5 @@
 ADD_TEST(bindings_python_loading     python 
${CMAKE_CURRENT_SOURCE_DIR}/loading.py)
 ADD_TEST(bindings_python_repoinfo    python 
${CMAKE_CURRENT_SOURCE_DIR}/repoinfo.py)
 ADD_TEST(bindings_python_commit_callbacks  python 
${CMAKE_CURRENT_SOURCE_DIR}/commit_callbacks.py)
-ADD_TEST(bindings_python_problems    python 
${CMAKE_CURRENT_SOURCE_DIR}/problems.py)
+# ADD_TEST(bindings_python_problems    python 
${CMAKE_CURRENT_SOURCE_DIR}/problems.py)
 # ADD_TEST(bindings_python_installed_path    python 
${CMAKE_CURRENT_SOURCE_DIR}/installed_path.py)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.11/swig/ruby/std_list.i 
new/libzypp-bindings-0.5.13/swig/ruby/std_list.i
--- old/libzypp-bindings-0.5.11/swig/ruby/std_list.i    2012-03-02 
11:41:30.000000000 +0100
+++ new/libzypp-bindings-0.5.13/swig/ruby/std_list.i    2012-06-05 
12:05:27.000000000 +0200
@@ -48,10 +48,10 @@
     template<class T> class list {
         %typemap(in) list<T> {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                    SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     $1.push_back(*x);
@@ -65,10 +65,10 @@
         %typemap(in) const list<T>& (std::list<T> temp),
                      const list<T>* (std::list<T> temp) {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1 = &temp;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                     SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     temp.push_back(*x);
@@ -107,14 +107,14 @@
         %typecheck(SWIG_TYPECHECK_VECTOR) list<T> {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -135,14 +135,14 @@
                                           const list<T>* {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -217,10 +217,10 @@
     template<class T> class list<T*> {
         %typemap(in) list<T*> {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1 = std::list<T* >(size);
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                     SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     (($1_type &)$1)[i] = x;
@@ -234,11 +234,11 @@
         %typemap(in) const list<T*>& (std::list<T*> temp),
                      const list<T*>* (std::list<T*> temp) {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 temp = std::list<T* >(size);
                 $1 = &temp;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                     SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     temp[i] = x;
@@ -259,14 +259,14 @@
         %typecheck(SWIG_TYPECHECK_VECTOR) list<T*> {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -287,14 +287,14 @@
                                           const list<T*>* {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -371,10 +371,10 @@
     template<> class list<T> {
         %typemap(in) list<T> {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1 = std::list<T >(size);
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     if (CHECK(o))
                         (($1_type &)$1)[i] = (T)(CONVERT_FROM(o));
                     else
@@ -391,11 +391,11 @@
         %typemap(in) const list<T>& (std::list<T> temp),
                      const list<T>* (std::list<T> temp) {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 temp = std::list<T >(size);
                 $1 = &temp;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     if (CHECK(o))
                         temp[i] = (T)(CONVERT_FROM(o));
                     else
@@ -415,13 +415,13 @@
         %typecheck(SWIG_TYPECHECK_VECTOR) list<T> {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if (CHECK(o))
                         $1 = 1;
                     else
@@ -441,13 +441,13 @@
                                           const list<T>* {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if (CHECK(o))
                         $1 = 1;
                     else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.11/swig/ruby/std_set.i 
new/libzypp-bindings-0.5.13/swig/ruby/std_set.i
--- old/libzypp-bindings-0.5.11/swig/ruby/std_set.i     2012-03-02 
11:41:30.000000000 +0100
+++ new/libzypp-bindings-0.5.13/swig/ruby/std_set.i     2012-06-05 
12:05:27.000000000 +0200
@@ -48,10 +48,10 @@
     template<class T> class set {
         %typemap(in) set<T> {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                    SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     $1.insert(*x);
@@ -65,10 +65,10 @@
         %typemap(in) const set<T>& (std::set<T> temp),
                      const set<T>* (std::set<T> temp) {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1 = &temp;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                     SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     temp.insert(*x);
@@ -107,14 +107,14 @@
         %typecheck(SWIG_TYPECHECK_VECTOR) set<T> {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -135,14 +135,14 @@
                                           const set<T>* {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -215,10 +215,10 @@
     template<class T> class set<T*> {
         %typemap(in) set<T*> {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1 = std::set<T* >(size);
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                     SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     (($1_type &)$1)[i] = x;
@@ -232,11 +232,11 @@
         %typemap(in) const set<T*>& (std::set<T*> temp),
                      const set<T*>* (std::set<T*> temp) {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 temp = std::set<T* >(size);
                 $1 = &temp;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     T* x;
                     SWIG_ConvertPtr(o, (void **) &x, $descriptor(T *), 1);
                     temp[i] = x;
@@ -257,14 +257,14 @@
         %typecheck(SWIG_TYPECHECK_VECTOR) set<T*> {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -285,14 +285,14 @@
                                           const set<T*>* {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
                     T* x;
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if ((SWIG_ConvertPtr(o,(void **) &x, 
                                          $descriptor(T *),0)) != -1)
                         $1 = 1;
@@ -367,10 +367,10 @@
     template<> class set<T> {
         %typemap(in) set<T> {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 $1 = std::set<T >(size);
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     if (CHECK(o))
                         (($1_type &)$1)[i] = (T)(CONVERT_FROM(o));
                     else
@@ -387,11 +387,11 @@
         %typemap(in) const set<T>& (std::set<T> temp),
                      const set<T>* (std::set<T> temp) {
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 temp = std::set<T >(size);
                 $1 = &temp;
                 for (unsigned int i=0; i<size; i++) {
-                    VALUE o = RARRAY($input)->ptr[i];
+                    VALUE o = RARRAY_PTR($input)[i];
                     if (CHECK(o))
                         temp[i] = (T)(CONVERT_FROM(o));
                     else
@@ -411,13 +411,13 @@
         %typecheck(SWIG_TYPECHECK_VECTOR) set<T> {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if (CHECK(o))
                         $1 = 1;
                     else
@@ -437,13 +437,13 @@
                                           const set<T>* {
             /* native sequence? */
             if (rb_obj_is_kind_of($input,rb_cArray)) {
-                unsigned int size = RARRAY($input)->len;
+                unsigned int size = RARRAY_LEN($input);
                 if (size == 0) {
                     /* an empty sequence can be of any type */
                     $1 = 1;
                 } else {
                     /* check the first element only */
-                    VALUE o = RARRAY($input)->ptr[0];
+                    VALUE o = RARRAY_PTR($input)[0];
                     if (CHECK(o))
                         $1 = 1;
                     else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.11/swig/zypp.i 
new/libzypp-bindings-0.5.13/swig/zypp.i
--- old/libzypp-bindings-0.5.11/swig/zypp.i     2012-03-02 11:41:30.000000000 
+0100
+++ new/libzypp-bindings-0.5.13/swig/zypp.i     2012-06-05 12:05:27.000000000 
+0200
@@ -74,7 +74,6 @@
 #define TARGET_THREAD_BEGIN_ALLOW do {} while(0)
 #define TARGET_THREAD_END_ALLOW do {} while(0)
 #include <ruby.h>
-#include <rubyio.h>
 #endif
 
 #if defined(SWIGPERL)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to