diff --git a/libdbi-0.9.0.g30.tar.xz b/libdbi-0.9.0.g30.tar.xz deleted file mode 100644 index 7022b01..0000000 --- a/libdbi-0.9.0.g30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a77b5775748af004bbf740264c2c1908d2de8c2e90453c2ff7a8871c9df62cc -size 101736 diff --git a/libdbi-0.9.0.g32.tar.xz b/libdbi-0.9.0.g32.tar.xz new file mode 100644 index 0000000..6b706b9 --- /dev/null +++ b/libdbi-0.9.0.g32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df54482058d8f4bd48bc1cfc93019445c9e4df9621861468f6ba19e5a57101b +size 101240 diff --git a/libdbi.changes b/libdbi.changes index 9a2a9d9..b7ff24d 100644 --- a/libdbi.changes +++ b/libdbi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 27 10:34:10 UTC 2014 - jengelh@inai.de + +- Update to git snapshot 0.9.0+git32 +* dbi: an unintialized variable (rightfully flagged by valgrind) + was fixed + ------------------------------------------------------------------- Mon Jun 30 19:17:12 UTC 2014 - jengelh@inai.de diff --git a/libdbi.spec b/libdbi.spec index 8305076..b6ac4a6 100644 --- a/libdbi.spec +++ b/libdbi.spec @@ -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 @@ needed to develop applications with libdbi. %build autoreconf -fi -sed -i s,\-O20,\-O3,g configure +sed -i s,\-O20,\-O2,g configure %configure \ %if !%build_doc --disable-docs \