Hello community,

here is the log from the commit of package psqlODBC for openSUSE:Leap:15.2 
checked in at 2020-04-20 12:55:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/psqlODBC (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.psqlODBC.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psqlODBC"

Mon Apr 20 12:55:53 2020 rev:21 rq:795708 version:10.01.0000

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/psqlODBC/psqlODBC.changes      2020-01-15 
15:45:36.939329322 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.psqlODBC.new.2738/psqlODBC.changes    
2020-04-20 12:56:18.728806010 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 14:56:45 UTC 2020 - Reinhard Max <m...@suse.com>
+
+- bsc#1166821, psqlODBC-internal.patch:
+  Fix build with PostgreSQL 11 and newer.
+
+-------------------------------------------------------------------

New:
----
  psqlODBC-internal.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ psqlODBC.spec ++++++
--- /var/tmp/diff_new_pack.uykqqu/_old  2020-04-20 12:56:19.244806820 +0200
+++ /var/tmp/diff_new_pack.uykqqu/_new  2020-04-20 12:56:19.244806820 +0200
@@ -31,6 +31,7 @@
 Version:        10.01.0000
 Release:        0
 Source0:        
https://ftp.postgresql.org/pub/odbc/versions/src/%tarname-%{version}.tar.gz
+Patch0:         psqlODBC-internal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /usr/bin/odbcinst
 Obsoletes:      pg_odbc
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q -n %tarname-%version
+%patch0
 
 %build
 autoreconf -fi

++++++ psqlODBC-internal.patch ++++++
--- connection.h.orig
+++ connection.h
@@ -11,7 +11,7 @@
 
 #include "psqlodbc.h"
 #include <libpq-fe.h>
-#include "pqexpbuffer.h"
+#include "internal/pqexpbuffer.h"
 
 #include <time.h>
 

Reply via email to