diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 86c01c114eb42c418671b60d5337bc09efb0cbb7..b6d8ea258be250c344b11c4ddd6bf206d0fd7083 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,6 +1,6 @@ Name: postgresql-odbc Summary: Official postgreSQL ODBC driver -Version: 15.00.0000 +Version: 16.00.0000 Release: 1 License: LGPL-2.0-or-later URL: https://odbc.postgresql.org/ @@ -69,6 +69,11 @@ cd test && %make_build installcheck || { %{_libdir}/postgresql-odbc/test %changelog +* Thu Nov 21 2024 wuzhaomin - 16.00.0000-1 +- update to 16.00.0000 +- Use autoconf to check for stdbool.h. +- Make it possible to use standard bool on Windows. + * Thu Oct 24 2024 Funda Wang - 15.00.0000-1 - update to 15.00.0000 diff --git a/psqlodbc-15.00.0000.tar.gz b/psqlodbc-15.00.0000.tar.gz deleted file mode 100644 index 1ba35332aacafded3f6885a68fd34fa88568db93..0000000000000000000000000000000000000000 Binary files a/psqlodbc-15.00.0000.tar.gz and /dev/null differ diff --git a/psqlodbc-16.00.0000.tar.gz b/psqlodbc-16.00.0000.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1aa3e0bb7dbf4d700a813d2817f10b561c7eeb52 Binary files /dev/null and b/psqlodbc-16.00.0000.tar.gz differ