Hello community,

here is the log from the commit of package cld2 for openSUSE:Factory checked in 
at 2020-12-17 17:04:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cld2 (Old)
 and      /work/SRC/openSUSE:Factory/.cld2.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cld2"

Thu Dec 17 17:04:35 2020 rev:6 rq:856399 version:20150820

Changes:
--------
--- /work/SRC/openSUSE:Factory/cld2/cld2.changes        2020-08-19 
18:57:19.055862926 +0200
+++ /work/SRC/openSUSE:Factory/.cld2.new.5145/cld2.changes      2020-12-17 
17:08:39.353932198 +0100
@@ -1,0 +2,12 @@
+Wed Dec 16 09:47:52 UTC 2020 - Matthias Fehring <[email protected]>
+
+- fix generating cld2_full library by adding common source files
+  in CMakeLists.txt
+
+-------------------------------------------------------------------
+Wed Dec 16 09:24:27 UTC 2020 - Matthias Fehring <[email protected]>
+
+- change include paths in pkgconfig file to the values used by
+  cyrus imap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ CMakeLists.txt ++++++
--- /var/tmp/diff_new_pack.NZf0ib/_old  2020-12-17 17:08:40.113932953 +0100
+++ /var/tmp/diff_new_pack.NZf0ib/_new  2020-12-17 17:08:40.117932956 +0100
@@ -55,7 +55,8 @@
   VERSION 0.0.194
   SOVERSION 0
   )
-add_library(cld2_full SHARED ${cld2_full_SOURCE_FILES})
+
+add_library(cld2_full SHARED ${common_SOURCE_FILES} ${cld2_full_SOURCE_FILES})
 set_target_properties(cld2_full PROPERTIES
   ENABLE_EXPORTS On
   OUTPUT_NAME cld2_full
@@ -71,9 +72,7 @@
   SOVERSION 0
   COMPILE_FLAGS "-DCLD2_DYNAMIC_MODE"
   )
-#install(TARGETS cld2 DESTINATION lib/${CMAKE_LIBRARY_ARCHITECTURE})
-#install(TARGETS cld2_full DESTINATION lib/${CMAKE_LIBRARY_ARCHITECTURE})
-#install(TARGETS cld2_dynamic DESTINATION lib/${CMAKE_LIBRARY_ARCHITECTURE})
+
 install(TARGETS cld2 DESTINATION ${CMAKE_INSTALL_LIBDIR})
 install(TARGETS cld2_full DESTINATION ${CMAKE_INSTALL_LIBDIR})
 install(TARGETS cld2_dynamic DESTINATION ${CMAKE_INSTALL_LIBDIR})

++++++ cld2.pc.in ++++++
--- /var/tmp/diff_new_pack.NZf0ib/_old  2020-12-17 17:08:40.157932997 +0100
+++ /var/tmp/diff_new_pack.NZf0ib/_new  2020-12-17 17:08:40.157932997 +0100
@@ -1,11 +1,11 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
 libdir=@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}/include/cld2
+includedir=${prefix}/include
 
 Name: cld2
 Description: Compact Language Detector 2
 URL: https://github.com/CLD2Owners/cld2
 Version: 2
 Libs: -L${libdir} -lcld2_full
-Cflags: -I${includedir} -I${includedir}/internal -I${includedir}/public
+Cflags: -I${includedir}
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to