Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package psqlODBC for openSUSE:Factory checked in at 2026-03-17 19:04:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/psqlODBC (Old) and /work/SRC/openSUSE:Factory/.psqlODBC.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "psqlODBC" Tue Mar 17 19:04:02 2026 rev:32 rq:1339407 version:17.00.0008 Changes: -------- --- /work/SRC/openSUSE:Factory/psqlODBC/psqlODBC.changes 2024-02-21 17:58:51.344595799 +0100 +++ /work/SRC/openSUSE:Factory/.psqlODBC.new.8177/psqlODBC.changes 2026-03-17 19:05:42.467680992 +0100 @@ -1,0 +2,7 @@ +Mon Mar 16 14:50:27 UTC 2026 - Reinhard Max <[email protected]> + +- Update to 17.00.0008: + * https://odbc.postgresql.org/docs/release.html +- fix build for SLE-15 by forcing gcc 14 + +------------------------------------------------------------------- Old: ---- psqlodbc-16.00.0000.tar.gz New: ---- psqlodbc-REL-17_00_0008.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ psqlODBC.spec ++++++ --- /var/tmp/diff_new_pack.iKYMrz/_old 2026-03-17 19:05:43.103707350 +0100 +++ /var/tmp/diff_new_pack.iKYMrz/_new 2026-03-17 19:05:43.107707515 +0100 @@ -1,7 +1,7 @@ # # spec file for package psqlODBC # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,23 @@ # -%define tarname psqlodbc +%if %suse_version < 1600 +%define force_gcc_version 14 +%endif + Name: psqlODBC -Version: 16.00.0000 +Version: 17.00.0008 +%define tarv 17_00_0008 Release: 0 Summary: ODBC Driver for PostgreSQL License: LGPL-2.1-or-later Group: Productivity/Databases/Clients URL: https://odbc.postgresql.org/ -Source0: https://ftp.postgresql.org/pub/odbc/versions/src/%{tarname}-%{version}.tar.gz +Source0: https://github.com/postgresql-interfaces/psqlodbc/archive/refs/tags/REL-%{tarv}.tar.gz#/psqlodbc-REL-%{tarv}.tar.gz Patch0: psqlODBC-internal.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc%{?force_gcc_version} >= 8 BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: postgresql-devel @@ -45,9 +50,13 @@ PostgreSQL database using ODBC. %prep -%autosetup -p1 -n %{tarname}-%{version} +%autosetup -p1 -n psqlodbc-REL-%{tarv} %build +./bootstrap +%if 0%{?force_gcc_version} +export CC="gcc-%{?force_gcc_version}" +%endif export CPPFLAGS="-I/usr/include/pgsql" %configure --with-unixodbc make %{?_smp_mflags}
