Hello community, here is the log from the commit of package qore-mysql-module for openSUSE:Factory checked in at 2018-08-24 16:59:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qore-mysql-module (Old) and /work/SRC/openSUSE:Factory/.qore-mysql-module.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-mysql-module" Fri Aug 24 16:59:30 2018 rev:4 rq:621381 version:2.0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qore-mysql-module/qore-mysql-module.changes 2015-08-31 22:59:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qore-mysql-module.new/qore-mysql-module.changes 2018-08-24 16:59:32.917747465 +0200 @@ -1,0 +2,18 @@ +Fri Jun 29 12:28:55 UTC 2018 - [email protected] + +- Update to 2.0.2.1 (fix aarch64 build): + * New Features and Bug Fixes + - updated SQLStatement::fetchColumns() to return an empty hash when no data is available (issue 1241) + - fixed a bug where DBI-SELECT-ROW-ERROR exceptions were being raised as MYSQL-SELECT-ROW-ERROR exceptions (issue 2542) + * Update from 2.0.2: + - fixed formatting bugs in invalid value specification error messages + - updated configure to find and compile with MariaDB and Percona includes and libs + - placeholders and quotes in SQL comments are ignored + - fixed time column retrieval; the date component is now set to 1970-01-01 + - fixed binary and varbinary column handling + - fixed the "optimal-numbers" option with decimal values with decimal points (issue 542) + - fixed returning result sets with duplicate column names (issue 832) +- Switch source URL to github +- Add aarch64 as 64-bit arch in spec file + +------------------------------------------------------------------- Old: ---- qore-mysql-module-2.0.1.tar.bz2 New: ---- qore-mysql-module-2.0.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore-mysql-module.spec ++++++ --- /var/tmp/diff_new_pack.1Ow6kO/_old 2018-08-24 16:59:33.345747971 +0200 +++ /var/tmp/diff_new_pack.1Ow6kO/_new 2018-08-24 16:59:33.349747976 +0200 @@ -1,7 +1,7 @@ # # spec file for package qore-mysql-module # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define module_api %(qore --latest-module-api 2>/dev/null) %define module_dir %{_libdir}/qore-modules Name: qore-mysql-module -Version: 2.0.1 +Version: 2.0.2.1 Release: 0 Summary: MySQL DBI module for Qore -License: LGPL-2.1+ -Group: Development/Languages +License: LGPL-2.1-or-later OR GPL-2.0-or-later +Group: Development/Languages/Other Url: http://qore.org -Source: http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.bz2 +Source: https://github.com/qorelanguage/module-mysql/releases/download/v%{version}/%{name}-%{version}.tar.bz2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -45,7 +45,7 @@ %setup -q %build -%ifarch x86_64 ppc64 ppc64le x390x +%ifarch x86_64 aarch64 ppc64 ppc64le x390x c64=--enable-64bit %endif CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug $c64 @@ -61,11 +61,12 @@ %files %defattr(-,root,root,-) %{module_dir} -%doc COPYING README RELEASE-NOTES ChangeLog AUTHORS +%doc README RELEASE-NOTES ChangeLog AUTHORS +%license COPYING.GPL COPYING.LGPL %package doc Summary: MySQL DBI module for Qore -Group: Development/Languages +Group: Development/Languages/Other %description doc MySQL module for the Qore Programming Language. ++++++ qore-mysql-module-2.0.1.tar.bz2 -> qore-mysql-module-2.0.2.1.tar.bz2 ++++++ ++++ 10938 lines of diff (skipped)
