Hello community,

here is the log from the commit of package libdbi for openSUSE:Factory checked 
in at 2014-08-27 16:53:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdbi (Old)
 and      /work/SRC/openSUSE:Factory/.libdbi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdbi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdbi/libdbi.changes    2014-07-08 
13:02:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdbi.new/libdbi.changes       2014-08-27 
16:53:28.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 27 10:34:10 UTC 2014 - jeng...@inai.de
+
+- Update to git snapshot 0.9.0+git32
+* dbi: an unintialized variable (rightfully flagged by valgrind)
+  was fixed
+
+-------------------------------------------------------------------

Old:
----
  libdbi-0.9.0.g30.tar.xz

New:
----
  libdbi-0.9.0.g32.tar.xz

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

Other differences:
------------------
++++++ libdbi.spec ++++++
--- /var/tmp/diff_new_pack.tkHzQv/_old  2014-08-27 16:53:29.000000000 +0200
+++ /var/tmp/diff_new_pack.tkHzQv/_new  2014-08-27 16:53:29.000000000 +0200
@@ -18,14 +18,15 @@
 
 Name:           libdbi
 %define lname  libdbi3
-Version:        0.9.0.g30
-#Snapshot:     libdbi-0.9.0-30-g812a059
+Version:        0.9.0.g32
+#Snapshot:     libdbi-0.9.0-32-g06e738a
 Release:        0
 Summary:        Database Independent Abstraction Layer for C
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 URL:            http://libdbi.sf.net/
 
+#Git-Clone:    git://git.code.sf.net/p/libdbi/libdbi
 #Source:         http://downloads.sf.net/libdbi/%name-%version.tar.gz
 Source:         %name-%version.tar.xz
 Source2:        baselibs.conf
@@ -75,7 +76,7 @@
 
 %build
 autoreconf -fi
-sed -i s,\-O20,\-O3,g configure
+sed -i s,\-O20,\-O2,g configure
 %configure \
 %if !%build_doc
        --disable-docs \

++++++ libdbi-0.9.0.g30.tar.xz -> libdbi-0.9.0.g32.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdbi/src/dbd_helper.c new/libdbi/src/dbd_helper.c
--- old/libdbi/src/dbd_helper.c 2014-06-11 09:01:26.000000000 +0200
+++ new/libdbi/src/dbd_helper.c 2014-08-27 12:33:45.000000000 +0200
@@ -81,6 +81,7 @@
        /* result->rows[0] is intentionally unused; rows are in [1..n] */
        result->rows = calloc(numrows_matched+1, sizeof(dbi_row_t *));
        result->currowidx = 0;
+       result->dbd_currowidx = 0;
 
        if (!_dbd_result_add_to_conn(result)) {
                dbi_result_free((dbi_result)result);

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

Reply via email to