Hello community,

here is the log from the commit of package gammu for openSUSE:Factory checked 
in at 2019-06-17 21:34:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gammu (Old)
 and      /work/SRC/openSUSE:Factory/.gammu.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gammu"

Mon Jun 17 21:34:35 2019 rev:49 rq:710308 version:1.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gammu/gammu.changes      2019-02-13 
10:03:07.309595123 +0100
+++ /work/SRC/openSUSE:Factory/.gammu.new.4811/gammu.changes    2019-06-17 
21:35:14.498998527 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 20:08:51 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add 0001-Add-postgresql-include-location-provided-by-openSUSE.patch in
+  order to fix missing postgresql include path.
+
+-------------------------------------------------------------------

New:
----
  0001-Add-postgresql-include-location-provided-by-openSUSE.patch

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

Other differences:
------------------
++++++ gammu.spec ++++++
--- /var/tmp/diff_new_pack.KFnVhp/_old  2019-06-17 21:35:14.998998414 +0200
+++ /var/tmp/diff_new_pack.KFnVhp/_new  2019-06-17 21:35:15.002998413 +0200
@@ -29,6 +29,7 @@
 # PATCH-FIX-OPENSUSE gammu-remove-gplv3-files.patch idoen...@suse.de -- Remove 
GPLv3 files bnc#775397
 Patch1:         gammu-remove-gplv3-files.patch
 Patch2:         0001-Enable-fPIE-pie.patch
+Patch3:         0001-Add-postgresql-include-location-provided-by-openSUSE.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  gettext
@@ -185,6 +186,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # GPL-3.0 licensed files, bnc#775397
 rm -rf contrib/sms-gammu2android

++++++ 0001-Add-postgresql-include-location-provided-by-openSUSE.patch ++++++
>From 5ab94874b60e6614dacad5453acb4552c73878ba Mon Sep 17 00:00:00 2001
From: Martin Liska <mli...@suse.cz>
Date: Wed, 5 Jun 2019 10:35:01 +0200
Subject: [PATCH] Add postgresql include location provided by openSUSE
 distribution.

---
 cmake/FindPostgres.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/FindPostgres.cmake b/cmake/FindPostgres.cmake
index 56435c060..5a19bbbfb 100644
--- a/cmake/FindPostgres.cmake
+++ b/cmake/FindPostgres.cmake
@@ -60,6 +60,7 @@ ELSE(WIN32)
             /usr/local/postgresql/include/postgresql
             /usr/include 
             /usr/include/postgresql
+            /usr/include/pgsql
             ${PG_TMP}
             $ENV{POSTGRESQL_HOME}/include/server
             $ENV{POSTGRESQL_HOME}/include
-- 
2.21.0


Reply via email to