Hello community, here is the log from the commit of package qt3 for openSUSE:Factory checked in at 2013-07-18 16:07:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt3 (Old) and /work/SRC/openSUSE:Factory/.qt3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt3" Changes: -------- --- /work/SRC/openSUSE:Factory/qt3/qt3-devel-doc.changes 2013-03-05 06:49:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qt3.new/qt3-devel-doc.changes 2013-07-18 16:07:44.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 16 15:15:43 UTC 2013 - [email protected] + +- no %dir for symlinks + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/qt3/qt3-extensions.changes 2013-03-05 06:49:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qt3.new/qt3-extensions.changes 2013-07-18 16:07:44.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 20 12:39:41 UTC 2013 - [email protected] + +- force correct data types with new ODBC + * qt-x11-free-3.3.8b-odbc.patch + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/qt3/qt3.changes 2013-03-05 06:49:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qt3.new/qt3.changes 2013-07-18 16:07:44.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 16 15:15:43 UTC 2013 - [email protected] + +- no %dir for symlinks + +------------------------------------------------------------------- New: ---- qt-x11-free-3.3.8b-odbc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt3-extensions.spec ++++++ --- /var/tmp/diff_new_pack.5tJS8h/_old 2013-07-18 16:07:45.000000000 +0200 +++ /var/tmp/diff_new_pack.5tJS8h/_new 2013-07-18 16:07:45.000000000 +0200 @@ -111,6 +111,7 @@ Patch138: qt3-libpng14.diff Patch139: gcc46.diff Patch140: qt-3.3.8-libpng15.patch +Patch141: qt-x11-free-3.3.8b-odbc.patch # TQt integration Patch200: qt-3.3.8c.diff @@ -191,6 +192,9 @@ %else %patch138 -p1 %endif +%if %suse_version > 1230 +%patch141 +%endif %patch139 %patch200 # copy qt kde integration files ++++++ qt3.spec ++++++ --- /var/tmp/diff_new_pack.5tJS8h/_old 2013-07-18 16:07:45.000000000 +0200 +++ /var/tmp/diff_new_pack.5tJS8h/_new 2013-07-18 16:07:45.000000000 +0200 @@ -395,7 +395,7 @@ %lang(zh) /usr/lib/qt3/translations/qt_zh-tw.qm %config(noreplace) /etc/X11/qtrc %if "%_lib" == "lib64" -%dir %{_libdir}/qt3 +%{_libdir}/qt3 %endif %files devel ++++++ qt-x11-free-3.3.8b-odbc.patch ++++++ Index: src/sql/drivers/odbc/qsql_odbc.cpp =================================================================== --- src/sql/drivers/odbc/qsql_odbc.cpp.orig +++ src/sql/drivers/odbc/qsql_odbc.cpp @@ -61,18 +61,9 @@ #endif // newer platform SDKs use SQLLEN instead of SQLINTEGER -#ifdef SQLLEN # define QSQLLEN SQLLEN -#else -# define QSQLLEN SQLINTEGER -#endif -#ifdef SQLULEN # define QSQLULEN SQLULEN -#else -# define QSQLULEN SQLUINTEGER -#endif - static const QSQLLEN COLNAMESIZE = 256; //Map Qt parameter types to ODBC types -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
