Hello community,

here is the log from the commit of package belr for openSUSE:Factory checked in 
at 2017-07-03 09:36:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belr (Old)
 and      /work/SRC/openSUSE:Factory/.belr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belr"

Mon Jul  3 09:36:38 2017 rev:2 rq:507669 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/belr/belr.changes        2017-06-04 
02:02:15.751591014 +0200
+++ /work/SRC/openSUSE:Factory/.belr.new/belr.changes   2017-07-03 
09:36:51.515631975 +0200
@@ -1,0 +2,6 @@
+Sun Jul  2 14:21:11 UTC 2017 - [email protected]
+
+- Add belr-0.1.2-fix-includedir.patch: Fix includedir
+  (from commit a515fda).
+
+-------------------------------------------------------------------

New:
----
  belr-0.1.2-fix-includedir.patch

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

Other differences:
------------------
++++++ belr.spec ++++++
--- /var/tmp/diff_new_pack.wXIDKa/_old  2017-07-03 09:36:52.155541718 +0200
+++ /var/tmp/diff_new_pack.wXIDKa/_new  2017-07-03 09:36:52.159541154 +0200
@@ -29,6 +29,8 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE belr-fix-pkgconfig.patch [email protected] -- Install 
belr.pc.
 Patch0:         belr-fix-pkgconfig.patch
+# PATCH-FIX-UPSTREAM belr-0.1.2-fix-includedir.patch -- Fix includedir (from 
commit a515fda).
+Patch1:         belr-0.1.2-fix-includedir.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -61,6 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake \

++++++ belr-0.1.2-fix-includedir.patch ++++++
--- a/cmake/BelrConfig.cmake.in
+++ b/cmake/BelrConfig.cmake.in
@@ -35,7 +35,7 @@ get_filename_component(BELR_CMAKE_DIR "$
 if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
        set(BELR_INCLUDE_DIRS "${EP_belr_INCLUDE_DIR}")
 else()
-       set(BELR_INCLUDE_DIRS "${BELR_CMAKE_DIR}/../../../include")
+       set(BELR_INCLUDE_DIRS "@CMAKE_INSTALL_FULL_INCLUDEDIR@")
 endif()
 
 if(@ENABLE_SHARED@)

Reply via email to