Hello community,

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

Package is "dataquay"

Tue Apr 28 20:12:03 2020 rev:10 rq:798569 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/dataquay/dataquay.changes      2020-01-15 
14:51:51.989468288 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dataquay.new.2738/dataquay.changes    
2020-04-28 20:12:06.788653338 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 16:08:03 UTC 2018 - aloi...@gmx.com
+
+- Added dataquay-includedir.patch
+
+-------------------------------------------------------------------

New:
----
  dataquay-includedir.patch

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

Other differences:
------------------
++++++ dataquay.spec ++++++
--- /var/tmp/diff_new_pack.ecuI2d/_old  2020-04-28 20:12:07.152654094 +0200
+++ /var/tmp/diff_new_pack.ecuI2d/_new  2020-04-28 20:12:07.156654102 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dataquay
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,6 +29,8 @@
 Patch1:         dataquay-lib64.patch
 Patch2:         dataquay-redland.patch
 Patch4:         dataquay-sharedlib.patch
+# PATCH-FIX-OPENSUSE dataquay-includedir.patch aloi...@gmx.co -- add dataquay 
subdir to include path
+Patch5:         dataquay-includedir.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-qtbase-common-devel
 BuildRequires:  pkgconfig
@@ -64,6 +66,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %qmake5 PREFIX=%{_prefix} LIBDIR=%{_libdir} dataquay.pro

++++++ dataquay-includedir.patch ++++++
Index: dataquay-0.9.1/deploy/dataquay.pc.in
===================================================================
--- dataquay-0.9.1.orig/deploy/dataquay.pc.in
+++ dataquay-0.9.1/deploy/dataquay.pc.in
@@ -7,4 +7,4 @@ Name: dataquay
 Version: 0.9.1
 Description: C++ API for an RDF data store using Qt4 classes and containers
 Libs: -L${libdir} -ldataquay %EXTRALIBS%
-Cflags: -I${includedir} 
+Cflags: -I${includedir} -I${includedir}/dataquay

Reply via email to