Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mdbtools for openSUSE:Factory checked in at 2022-01-06 15:50:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdbtools (Old) and /work/SRC/openSUSE:Factory/.mdbtools.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdbtools" Thu Jan 6 15:50:58 2022 rev:29 rq:943945 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mdbtools/mdbtools.changes 2021-05-19 17:49:35.465481556 +0200 +++ /work/SRC/openSUSE:Factory/.mdbtools.new.1896/mdbtools.changes 2022-01-06 15:51:08.120966382 +0100 @@ -1,0 +2,27 @@ +Tue Jan 4 22:58:41 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 1.0.0: + * Install `libmdbodbc.so` and `libmdbodbcW.so` into ${libdir}/odbc + * Do not install `mdb-sql` if SQL support was not built + * Do not install `libmdbsql.pc` if SQL support was not built + * Simplify `--cflags` for libmdb + * Provide correct `--cflags` for libmdbsql + * Copy date formats when cloning handles + * Fix incorrect reading of double values + * Fix accidental reads of non-index data + * New `mdb_set_repid_fmt()` for setting the format of Rep IDs (UUIDs) + * New case-insensitive, Unicode-aware `ILIKE` operator + * New `<>` (not equal) operator + * Improved support for comparing floating-point values to integers + * Improved support for floating point literals with no fractional digits (e.g. "3.") + * Add support for querying Rep IDs + * Format boolean values correctly as `SQL_C_CHAR` + * Add support for the `SQL_C_WCHAR` (UTF-16) return type + * The Unicode driver (`libmdbodbcW.so`) no longer uses iconv + * Add support for older iODBC installations lacking `odbcinst.h` + * Convert table names to lower case when exporting to PostgreSQL + * Use `CREATE IF NOT EXISTS` when exporting to PostgreSQL + * Fix issue where byte columns with values > 127 were exported as negative numbers + * Deprecate tool + +------------------------------------------------------------------- Old: ---- mdbtools-0.9.3.tar.gz New: ---- mdbtools-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdbtools.spec ++++++ --- /var/tmp/diff_new_pack.aTFjwO/_old 2022-01-06 15:51:08.572966630 +0100 +++ /var/tmp/diff_new_pack.aTFjwO/_new 2022-01-06 15:51:08.576966632 +0100 @@ -1,7 +1,7 @@ # # spec file for package mdbtools # -# 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 @@ -19,7 +19,7 @@ %define libmdb libmdb3 %define libmdbsql libmdbsql3 Name: mdbtools -Version: 0.9.3 +Version: 1.0.0 Release: 0 Summary: A Suite of Libraries and Programs to Access Microsoft Access Databases License: GPL-2.0-or-later @@ -127,8 +127,9 @@ %{_includedir}/mdb*.h %{_libdir}/libmdbsql.so %{_libdir}/libmdb.so -%{_libdir}/libmdbodbc.so -%{_libdir}/libmdbodbcW.so +%dir %{_libdir}/odbc +%{_libdir}/odbc/libmdbodbc.so +%{_libdir}/odbc/libmdbodbcW.so %{_libdir}/pkgconfig/libmdb.pc %{_libdir}/pkgconfig/libmdbsql.pc ++++++ mdbtools-0.9.3.tar.gz -> mdbtools-1.0.0.tar.gz ++++++ ++++ 11308 lines of diff (skipped)
