Hello community, here is the log from the commit of package ccscript3 for openSUSE:Factory checked in at 2013-04-08 14:01:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccscript3 (Old) and /work/SRC/openSUSE:Factory/.ccscript3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccscript3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/ccscript3/ccscript3.changes 2012-10-31 13:47:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ccscript3.new/ccscript3.changes 2013-04-08 14:01:30.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Apr 4 22:48:11 UTC 2013 - [email protected] + +- fix 64bit builds (ccscript3-sqllen.patch) + +------------------------------------------------------------------- New: ---- ccscript3-sqllen.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccscript3.spec ++++++ --- /var/tmp/diff_new_pack.rCntXy/_old 2013-04-08 14:01:33.000000000 +0200 +++ /var/tmp/diff_new_pack.rCntXy/_new 2013-04-08 14:01:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ccscript3 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ Patch1: unixODBC.diff Patch2: ccscript3-gcc43.diff Patch3: ccscript3-libtool.diff +Patch4: ccscript3-sqllen.patch BuildRequires: commoncpp2-devel BuildRequires: gcc-c++ BuildRequires: libtool @@ -86,6 +87,7 @@ %patch1 %patch2 -p1 %patch3 +%patch4 -p1 %build ./autogen.sh ++++++ ccscript3-sqllen.patch ++++++ Index: ccscript3-1.1.7/optional/odbc/thread.cpp =================================================================== --- ccscript3-1.1.7.orig/optional/odbc/thread.cpp +++ ccscript3-1.1.7/optional/odbc/thread.cpp @@ -64,7 +64,7 @@ void SQLThread::run(void) SQLCHAR errmsg[128]; SQLSMALLINT mlen, col, cols; #if ODBCVER >= 0x0300 && !defined(__ppc__) - SQLINTEGER rowcnt; + SQLLEN rowcnt; #else long int rowcnt; #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
