Hello community,

here is the log from the commit of package unixODBC for openSUSE:Factory 
checked in at 2015-09-11 09:00:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unixODBC (Old)
 and      /work/SRC/openSUSE:Factory/.unixODBC.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unixODBC"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unixODBC/unixODBC.changes        2015-08-27 
08:54:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unixODBC.new/unixODBC.changes   2015-09-11 
09:00:36.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 11:42:38 UTC 2015 - [email protected]
+
+- Version bump to 2.3.4:
+  * Fix typo in the loading of the cursor lib
+
+-------------------------------------------------------------------

Old:
----
  unixODBC-2.3.3.tar.gz

New:
----
  unixODBC-2.3.4.tar.gz

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

Other differences:
------------------
++++++ unixODBC.spec ++++++
--- /var/tmp/diff_new_pack.mONIBP/_old  2015-09-11 09:00:37.000000000 +0200
+++ /var/tmp/diff_new_pack.mONIBP/_new  2015-09-11 09:00:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           unixODBC
-Version:        2.3.3
+Version:        2.3.4
 Release:        0
 Summary:        ODBC driver manager with some drivers included
 License:        GPL-2.0+ and LGPL-2.1+

++++++ unixODBC-2.3.3.tar.gz -> unixODBC-2.3.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unixODBC-2.3.3/ChangeLog new/unixODBC-2.3.4/ChangeLog
--- old/unixODBC-2.3.3/ChangeLog        2015-08-22 18:40:04.000000000 +0200
+++ new/unixODBC-2.3.4/ChangeLog        2015-08-31 12:06:00.000000000 +0200
@@ -1,4 +1,9 @@
-2.3.4pre
+32st-Aug-2015
+2.3.4
+
+    * Fix typo in the loading of the cursor lib, reports
+
+       internal error, unexpected SHLIBEXT
 
 2nd-Aug-2015
 2.3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unixODBC-2.3.3/DriverManager/SQLConnect.c 
new/unixODBC-2.3.4/DriverManager/SQLConnect.c
--- old/unixODBC-2.3.3/DriverManager/SQLConnect.c       2015-08-22 
18:39:05.000000000 +0200
+++ new/unixODBC-2.3.4/DriverManager/SQLConnect.c       2015-08-31 
11:59:27.000000000 +0200
@@ -2318,7 +2318,7 @@
                }
                else
                {
-            if ( strlen( SHLIBEXT ) + 1 < sizeof( ext )) {
+            if ( strlen( SHLIBEXT ) + 1 > sizeof( ext )) {
                 fprintf( stderr, "internal error, unexpected SHLIBEXT value 
('%s') may indicate a problem with configure\n", SHLIBEXT );
                 abort();
             }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unixODBC-2.3.3/configure new/unixODBC-2.3.4/configure
--- old/unixODBC-2.3.3/configure        2015-08-22 18:40:56.000000000 +0200
+++ new/unixODBC-2.3.4/configure        2015-08-31 12:06:19.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for unixODBC 2.3.3.
+# Generated by GNU Autoconf 2.68 for unixODBC 2.3.4.
 #
 # Report bugs to <[email protected]>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='unixODBC'
 PACKAGE_TARNAME='unixODBC'
-PACKAGE_VERSION='2.3.3'
-PACKAGE_STRING='unixODBC 2.3.3'
+PACKAGE_VERSION='2.3.4'
+PACKAGE_STRING='unixODBC 2.3.4'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1379,7 +1379,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures unixODBC 2.3.3 to adapt to many kinds of systems.
+\`configure' configures unixODBC 2.3.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of unixODBC 2.3.3:";;
+     short | recursive ) echo "Configuration of unixODBC 2.3.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1579,7 +1579,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-unixODBC configure 2.3.3
+unixODBC configure 2.3.4
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2226,7 +2226,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by unixODBC $as_me 2.3.3, which was
+It was created by unixODBC $as_me 2.3.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3041,7 +3041,7 @@
 
 # Define the identity of the package.
  PACKAGE='unixODBC'
- VERSION='2.3.3'
+ VERSION='2.3.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17434,7 +17434,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by unixODBC $as_me 2.3.3, which was
+This file was extended by unixODBC $as_me 2.3.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17500,7 +17500,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-unixODBC config.status 2.3.3
+unixODBC config.status 2.3.4
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unixODBC-2.3.3/configure.ac 
new/unixODBC-2.3.4/configure.ac
--- old/unixODBC-2.3.3/configure.ac     2015-08-22 18:40:21.000000000 +0200
+++ new/unixODBC-2.3.4/configure.ac     2015-08-31 12:06:13.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([unixODBC], [2.3.3], [email protected], [unixODBC])
+AC_INIT([unixODBC], [2.3.4], [email protected], [unixODBC])
 AM_INIT_AUTOMAKE
 
 dnl Checks for programs.


Reply via email to