Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package unixODBC for openSUSE:Factory checked in at 2022-05-04 15:17:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unixODBC (Old) and /work/SRC/openSUSE:Factory/.unixODBC.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unixODBC" Wed May 4 15:17:38 2022 rev:41 rq:974444 version:2.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/unixODBC/unixODBC.changes 2021-11-18 10:33:32.803891385 +0100 +++ /work/SRC/openSUSE:Factory/.unixODBC.new.1538/unixODBC.changes 2022-05-04 15:17:40.748650488 +0200 @@ -1,0 +2,29 @@ +Mon May 2 13:43:57 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.3.10: + * Add connection pooling via wide connection functions + * Remove "#define VERSION" from unixodbc_conf.h + * Call driver functions through prototypes + * Add connection pool limit option + * Add fseeko support in cursor lib + * Try and prevent logging buffer overflow + * Add 'echo' option to isql/iusql + * Alter isql/iusql buffering + * Alter unicode to ascii conversion in SQLGetDiagField + * Fix pooling problem when user name and or password is not provided + * Fix a couple of reported buffer overflow conditions + * Fix iconv leak with timeout in pooled connection +- Remove upstreamed patches: + * unixODBC-doc-drivers.patch + * unixODBC-doc-website.patch +- Remove unixODBC-2.3.1-libodbcinst-exports.patch: + Upstream exports more symbols now. In our patch there were + still a couple more of them but we decided to drop them. + See https://github.com/lurcher/unixODBC/issues/50 and + https://github.com/lurcher/unixODBC/issues/8 for the discussion. +- For the future be aware of different tarball content/confusing + git tag for this release. Resulting in different content from + tarball from website vs GitHub. + See https://github.com/lurcher/unixODBC/issues/107 + +------------------------------------------------------------------- Old: ---- unixODBC-2.3.1-libodbcinst-exports.patch unixODBC-2.3.9.tar.gz unixODBC-doc-drivers.patch unixODBC-doc-website.patch New: ---- unixODBC-2.3.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unixODBC.spec ++++++ --- /var/tmp/diff_new_pack.78jrRa/_old 2022-05-04 15:17:41.308651170 +0200 +++ /var/tmp/diff_new_pack.78jrRa/_new 2022-05-04 15:17:41.312651175 +0200 @@ -1,7 +1,7 @@ # # spec file for package unixODBC # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: unixODBC -Version: 2.3.9 +Version: 2.3.10 Release: 0 Summary: ODBC driver manager with some drivers included License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -26,15 +26,9 @@ Source0: ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-%{version}.tar.gz Source1: baselibs.conf Source2: unixODBC-rpmlintrc -Patch1: unixODBC-paths.patch -Patch2: unixODBC-gccwarnings.patch -# https://github.com/lurcher/unixODBC/issues/8 -Patch3: unixODBC-2.3.1-libodbcinst-exports.patch -Patch4: unixODBC-2.3.6-declarations.patch -# SLE-20556 - https://github.com/lurcher/unixODBC/pull/85 -Patch5: unixODBC-doc-drivers.patch -# SLE-20556 - https://github.com/lurcher/unixODBC/pull/84 -Patch6: unixODBC-doc-website.patch +Patch0: unixODBC-paths.patch +Patch1: unixODBC-gccwarnings.patch +Patch2: unixODBC-2.3.6-declarations.patch BuildRequires: automake BuildRequires: bison BuildRequires: gcc-c++ @@ -69,12 +63,9 @@ %prep %setup -q +%patch0 %patch1 -%patch2 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 +%patch2 -p1 chmod -x NEWS README doc/*.html doc/*.gif Drivers/README ++++++ unixODBC-2.3.9.tar.gz -> unixODBC-2.3.10.tar.gz ++++++ ++++ 18102 lines of diff (skipped)