Hello community, here is the log from the commit of package libdbi-drivers for openSUSE:Factory checked in at 2017-01-31 12:41:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdbi-drivers (Old) and /work/SRC/openSUSE:Factory/.libdbi-drivers.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdbi-drivers" Changes: -------- --- /work/SRC/openSUSE:Factory/libdbi-drivers/libdbi-drivers.changes 2016-02-22 08:58:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdbi-drivers.new/libdbi-drivers.changes 2017-02-03 17:47:17.411270751 +0100 @@ -1,0 +2,6 @@ +Fri Jan 27 09:07:26 UTC 2017 - [email protected] + +- Update to new git snapshot 0.9.0.g53 +* Resolve build error with freetds 1.0 + +------------------------------------------------------------------- Old: ---- libdbi-drivers-0.9.0.g51.tar.xz New: ---- _service libdbi-drivers-0.9.0.g53.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdbi-drivers.spec ++++++ --- /var/tmp/diff_new_pack.bdKkVJ/_old 2017-02-03 17:47:17.799216062 +0100 +++ /var/tmp/diff_new_pack.bdKkVJ/_new 2017-02-03 17:47:17.803215498 +0100 @@ -22,15 +22,13 @@ %endif Name: libdbi-drivers -Version: 0.9.0.g51 -#Snapshot: libdbi-drivers-0.9.0-51-gfe23caa +Version: 0.9.0.g53 Release: 0 Summary: Database drivers for libdbi License: LGPL-2.1+ Group: Productivity/Databases/Servers URL: http://libdbi-drivers.sf.net/ -#Git-Clone: git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers #Source: http://downloads.sf.net/libdbi-drivers/%name-%version.tar.gz Source: %name-%version.tar.xz Patch1: configure.ac.patch @@ -115,9 +113,9 @@ does not require recompilation or rewriting source code. %prep -%setup -qn %name +%setup -q %if 0%{?suse_version} == 1110 -%patch1 -p1 +%patch -P 1 -p1 %endif chmod a-x COPYING ++++++ _service ++++++ <services> <service name="tar_scm" mode="localonly"> <param name="scm">git</param> <param name="url">git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers</param> <param name="revision">master</param> <param name="parent-tag">libdbi-drivers-0.9.0</param> <param name="versionformat">0.9.0.g@TAG_OFFSET@</param> </service> <service name="recompress" mode="localonly"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="localonly"/> </services> ++++++ libdbi-drivers-0.9.0.g51.tar.xz -> libdbi-drivers-0.9.0.g53.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/.gitignore new/libdbi-drivers-0.9.0.g53/.gitignore --- old/libdbi-drivers/.gitignore 2014-11-11 14:53:10.004892719 +0100 +++ new/libdbi-drivers-0.9.0.g53/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -.deps/ -.libs/ -.dirstamp -*.a -*.la -*.lo -*.o -Makefile -Makefile.in - -/libdbi-drivers.spec - -/aclocal.m4 -/autom4te.cache/ -/build-aux/ -/config.* -/configure -/libtool -/stamp-h1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/acinclude.m4 new/libdbi-drivers-0.9.0.g53/acinclude.m4 --- old/libdbi-drivers/acinclude.m4 2014-11-11 14:53:10.004892719 +0100 +++ new/libdbi-drivers-0.9.0.g53/acinclude.m4 2017-01-27 12:11:02.000000000 +0100 @@ -562,6 +562,19 @@ AC_SUBST(FREETDS_LIBS) AC_SUBST(FREETDS_INCLUDE) AC_SUBST(FREETDS_LDFLAGS) + + AH_TEMPLATE([DBI_CS_TDS_80], []) + AC_MSG_CHECKING([CS_TDS_80]) + AC_COMPILE_IFELSE([AC_LANG_SOURCE([ + #include <ctpublic.h> + int x = CS_TDS_80; + ])], [ + AC_DEFINE([DBI_CS_TDS_80], [CS_TDS_80]) + AC_MSG_RESULT([CS_TDS_80]) + ], [ + AC_DEFINE([DBI_CS_TDS_80], [CS_TDS_71]) + AC_MSG_RESULT([CS_TDS_71]) + ]) else AC_MSG_RESULT(no) fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/drivers/.gitignore new/libdbi-drivers-0.9.0.g53/drivers/.gitignore --- old/libdbi-drivers/drivers/.gitignore 2014-11-11 14:53:10.004892719 +0100 +++ new/libdbi-drivers-0.9.0.g53/drivers/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -/*/dbd_*.tex -/db2/dbd_db2/ -/firebird/dbd_firebird/ -/ingres/dbd_ingres/ -/msql/dbd_msql/ -/mysql/dbd_mysql/ -/oracle/dbd_oracle/ -/pgsql/dbd_pgsql/ -/sqlite/dbd_sqlite/ -/sqlite3/dbd_sqlite3/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/drivers/freetds/dbd_freetds.c new/libdbi-drivers-0.9.0.g53/drivers/freetds/dbd_freetds.c --- old/libdbi-drivers/drivers/freetds/dbd_freetds.c 2014-11-11 14:53:10.008892663 +0100 +++ new/libdbi-drivers-0.9.0.g53/drivers/freetds/dbd_freetds.c 2017-01-27 12:11:02.000000000 +0100 @@ -229,7 +229,7 @@ switch (str[0]) { // We can use it if "CS_TDS_80" will be add to ct_con_props() by CS_SET action case '8': - num = CS_TDS_80; + num = DBI_CS_TDS_80; break; case '7': num = CS_TDS_70; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/m4/.gitignore new/libdbi-drivers-0.9.0.g53/m4/.gitignore --- old/libdbi-drivers/m4/.gitignore 2014-11-11 14:53:10.012892607 +0100 +++ new/libdbi-drivers-0.9.0.g53/m4/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -/libtool.m4 -/lt*.m4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/tests/.gitignore new/libdbi-drivers-0.9.0.g53/tests/.gitignore --- old/libdbi-drivers/tests/.gitignore 2014-11-11 14:53:10.012892607 +0100 +++ new/libdbi-drivers-0.9.0.g53/tests/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -/plugin_settings.sh -/test_dbi.cfg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdbi-drivers/tests/cgreen/src/unit.c new/libdbi-drivers-0.9.0.g53/tests/cgreen/src/unit.c --- old/libdbi-drivers/tests/cgreen/src/unit.c 2014-11-11 14:53:10.020892495 +0100 +++ new/libdbi-drivers-0.9.0.g53/tests/cgreen/src/unit.c 2017-01-27 12:11:02.000000000 +0100 @@ -9,6 +9,7 @@ #include <stdarg.h> #include <unistd.h> #include <signal.h> +#include <sys/wait.h> enum {test_function, test_suite};
