Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cld2 for openSUSE:Factory checked in 
at 2021-03-24 16:15:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cld2 (Old)
 and      /work/SRC/openSUSE:Factory/.cld2.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cld2"

Wed Mar 24 16:15:32 2021 rev:7 rq:880750 version:20150820

Changes:
--------
--- /work/SRC/openSUSE:Factory/cld2/cld2.changes        2020-12-17 
17:08:39.353932198 +0100
+++ /work/SRC/openSUSE:Factory/.cld2.new.2401/cld2.changes      2021-03-24 
16:16:14.696146304 +0100
@@ -1,0 +2,6 @@
+Tue Mar 23 15:08:29 UTC 2021 - Matthias Fehring <buschman...@opensuse.org>
+
+- include GNUInstallDirs into CMakeLists.txt and use CMAKE_INSTALL_FULL_LIBDIR
+  variable in pkgconfig file to set corret library path also on Tumbleweed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cld2.spec ++++++
--- /var/tmp/diff_new_pack.K4AvBy/_old  2021-03-24 16:16:15.500147148 +0100
+++ /var/tmp/diff_new_pack.K4AvBy/_new  2021-03-24 16:16:15.504147151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cld2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ CMakeLists.txt ++++++
--- /var/tmp/diff_new_pack.K4AvBy/_old  2021-03-24 16:16:15.540147190 +0100
+++ /var/tmp/diff_new_pack.K4AvBy/_new  2021-03-24 16:16:15.544147194 +0100
@@ -48,6 +48,8 @@
     internal/cld2_dynamic_data_loader.cc
     )
 
+include(GNUInstallDirs)
+
 add_library(cld2 SHARED ${common_SOURCE_FILES} ${cld2_SOURCE_FILES})
 set_target_properties(cld2 PROPERTIES
   ENABLE_EXPORTS On

++++++ cld2.pc.in ++++++
--- /var/tmp/diff_new_pack.K4AvBy/_old  2021-03-24 16:16:15.584147236 +0100
+++ /var/tmp/diff_new_pack.K4AvBy/_new  2021-03-24 16:16:15.588147240 +0100
@@ -1,6 +1,6 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
-libdir=@CMAKE_INSTALL_LIBDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
 includedir=${prefix}/include
 
 Name: cld2

Reply via email to