Hello community,
here is the log from the commit of package vacuum-im-plugins-usermood for
openSUSE:Factory checked in at 2018-06-08 23:17:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vacuum-im-plugins-usermood (Old)
and /work/SRC/openSUSE:Factory/.vacuum-im-plugins-usermood.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vacuum-im-plugins-usermood"
Fri Jun 8 23:17:30 2018 rev:6 rq:614614 version:0.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/vacuum-im-plugins-usermood/vacuum-im-plugins-usermood.changes
2018-01-05 00:58:48.967978986 +0100
+++
/work/SRC/openSUSE:Factory/.vacuum-im-plugins-usermood.new/vacuum-im-plugins-usermood.changes
2018-06-08 23:17:35.227466248 +0200
@@ -1,0 +2,5 @@
+Tue Jun 5 20:55:18 UTC 2018 - [email protected]
+
+- add support for Qt 5.11
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vacuum-im-plugins-usermood.spec ++++++
--- /var/tmp/diff_new_pack.QNnaln/_old 2018-06-08 23:17:36.103434607 +0200
+++ /var/tmp/diff_new_pack.QNnaln/_new 2018-06-08 23:17:36.107434463 +0200
@@ -1,7 +1,7 @@
#
# spec file for package vacuum-im-plugins-usermood
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
Version: 0.0.1
Release: 0
Summary: Vacuum-IM user mood plugin
-License: GPL-3.0
+License: GPL-3.0-only
Group: Productivity/Networking/Instant Messenger
Url: http://www.vacuum-im.org/
Source: %{name}-%{version}.tar.xz
++++++ vacuum-im-plugins-usermood-0.0.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vacuum-im-plugins-usermood/CMakeLists.txt
new/vacuum-im-plugins-usermood/CMakeLists.txt
--- old/vacuum-im-plugins-usermood/CMakeLists.txt 2017-12-04
18:40:17.464325931 +0100
+++ new/vacuum-im-plugins-usermood/CMakeLists.txt 2018-06-06
19:21:16.654633777 +0200
@@ -15,7 +15,7 @@
include("${CMAKE_SOURCE_DIR}/cmake/plugin.cmake")
find_package(Qt5 COMPONENTS Widgets Xml REQUIRED)
-qt5_use_modules(${PLUGIN_NAME} Widgets Xml)
+target_link_libraries(${PLUGIN_NAME} Qt5::Widgets Qt5::Xml)
install(DIRECTORY "resources/menuicons" DESTINATION "${INSTALL_RESOURCES}")
install(DIRECTORY "resources/moodicons" DESTINATION "${INSTALL_RESOURCES}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vacuum-im-plugins-usermood/cmake/plugin.cmake
new/vacuum-im-plugins-usermood/cmake/plugin.cmake
--- old/vacuum-im-plugins-usermood/cmake/plugin.cmake 2017-12-04
20:26:12.769860196 +0100
+++ new/vacuum-im-plugins-usermood/cmake/plugin.cmake 2018-06-05
22:52:34.373306912 +0200
@@ -28,6 +28,7 @@
endif (NOT UTILS_LIB)
target_link_libraries(${PLUGIN_NAME} ${UTILS_LIB} ${QT_LIBRARIES} ${ADD_LIBS})
+
if (WIN32)
install(TARGETS ${PLUGIN_NAME}
RUNTIME DESTINATION "${INSTALL_PLUGINS}")
@@ -36,9 +37,6 @@
LIBRARY DESTINATION "${INSTALL_PLUGINS}")
endif (WIN32)
-find_package(Qt5Core REQUIRED)
-qt5_use_modules(${PLUGIN_NAME} Core)
-
# uninstall target
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"