Hello community, here is the log from the commit of package kemoticons for openSUSE:Factory checked in at 2020-03-19 19:42:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kemoticons (Old) and /work/SRC/openSUSE:Factory/.kemoticons.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kemoticons" Thu Mar 19 19:42:28 2020 rev:75 rq:785319 version:5.68.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes 2020-02-14 16:33:29.159455714 +0100 +++ /work/SRC/openSUSE:Factory/.kemoticons.new.3160/kemoticons.changes 2020-03-19 19:44:15.767985894 +0100 @@ -1,0 +2,10 @@ +Sun Mar 8 09:17:45 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.68.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.68.0.php +- Changes since 5.67.0: + * Use ecm_qt_install_logging_categories over manual categories file + +------------------------------------------------------------------- Old: ---- kemoticons-5.67.0.tar.xz kemoticons-5.67.0.tar.xz.sig New: ---- kemoticons-5.68.0.tar.xz kemoticons-5.68.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kemoticons.spec ++++++ --- /var/tmp/diff_new_pack.gb5s8S/_old 2020-03-19 19:44:16.851986524 +0100 +++ /var/tmp/diff_new_pack.gb5s8S/_new 2020-03-19 19:44:16.875986537 +0100 @@ -17,7 +17,7 @@ %define lname libKF5Emoticons5 -%define _tar_path 5.67 +%define _tar_path 5.68 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -25,7 +25,7 @@ # Only needed for the package signature condition %bcond_without lang Name: kemoticons -Version: 5.67.0 +Version: 5.68.0 Release: 0 Summary: Emoticon to graphical emoticon text converter License: LGPL-2.1-or-later ++++++ kemoticons-5.67.0.tar.xz -> kemoticons-5.68.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/.gitignore new/kemoticons-5.68.0/.gitignore --- old/kemoticons-5.67.0/.gitignore 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/.gitignore 2020-03-07 09:51:51.000000000 +0100 @@ -19,3 +19,4 @@ /build*/ CMakeLists.txt.user* *.unc-backup* +.cmake/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/CMakeLists.txt new/kemoticons-5.68.0/CMakeLists.txt --- old/kemoticons-5.67.0/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.67.0") # handled by release scripts -set(KF5_DEP_VERSION "5.67.0") # handled by release scripts +set(KF5_VERSION "5.68.0") # handled by release scripts +set(KF5_DEP_VERSION "5.68.0") # handled by release scripts project(KEmoticons VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.67.0 NO_MODULE) +find_package(ECM 5.68.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -48,7 +48,7 @@ # the strings throughout this library are used to search ressources # so they don't need translations add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300) add_definitions(-DQT_NO_FOREACH) add_subdirectory(src) add_subdirectory(themes) @@ -83,7 +83,5 @@ COMPONENT Devel ) -install(FILES kemoticons.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) - feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/kemoticons.categories new/kemoticons-5.68.0/kemoticons.categories --- old/kemoticons-5.67.0/kemoticons.categories 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/kemoticons.categories 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -kf5.kemoticons.core kemoticons core IDENTIFIER [KEMOTICONS_CORE] -kf5.kemoticons.plugin_adium kemoticons (plugin adium) IDENTIFIER [KEMOTICONS_PLUGIN_ADIUM] -kf5.kemoticons.plugin_kde kemoticons (plugin kde) IDENTIFIER [KEMOTICONS_PLUGIN_KDE] -kf5.kemoticons.plugin_pidgin kemoticons (plugin pidgin) IDENTIFIER [KEMOTICONS_PLUGIN_PIDGIN] -kf5.kemoticons.plugin_xmpp kemoticons (plugin xmpp) IDENTIFIER [KEMOTICONS_PLUGIN_XMPP] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/src/CMakeLists.txt new/kemoticons-5.68.0/src/CMakeLists.txt --- old/kemoticons-5.67.0/src/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/src/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -1,4 +1,10 @@ add_subdirectory(core) add_subdirectory(providers) -add_subdirectory(integrationplugin) \ No newline at end of file +add_subdirectory(integrationplugin) + +ecm_qt_install_logging_categories( + EXPORT KEMOTICONS + FILE kemoticons.categories + DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/src/core/CMakeLists.txt new/kemoticons-5.68.0/src/core/CMakeLists.txt --- old/kemoticons-5.67.0/src/core/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/src/core/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -7,7 +7,13 @@ kemoticonsglobal.cpp ) -ecm_qt_declare_logging_category(kemoticons_LIB_SRCS HEADER kemoticons_core_debug.h IDENTIFIER KEMOTICONS_CORE CATEGORY_NAME kf5.kemoticons.core) +ecm_qt_declare_logging_category(kemoticons_LIB_SRCS + HEADER kemoticons_core_debug.h + IDENTIFIER KEMOTICONS_CORE + CATEGORY_NAME kf5.kemoticons.core + DESCRIPTION "kemoticons core" + EXPORT KEMOTICONS +) add_library(KF5Emoticons ${kemoticons_LIB_SRCS}) add_library(KF5::Emoticons ALIAS KF5Emoticons) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/src/providers/adium/CMakeLists.txt new/kemoticons-5.68.0/src/providers/adium/CMakeLists.txt --- old/kemoticons-5.67.0/src/providers/adium/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/src/providers/adium/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -2,7 +2,13 @@ ########### next target ############### set(adiumemoticons_SRCS adium_emoticons.cpp) -ecm_qt_declare_logging_category(adiumemoticons_SRCS HEADER kemoticons_plugin_adium_debug.h IDENTIFIER KEMOTICONS_PLUGIN_ADIUM CATEGORY_NAME kf5.kemoticons.plugin_adium) +ecm_qt_declare_logging_category(adiumemoticons_SRCS + HEADER kemoticons_plugin_adium_debug.h + IDENTIFIER KEMOTICONS_PLUGIN_ADIUM + CATEGORY_NAME kf5.kemoticons.plugin_adium + DESCRIPTION "kemoticons (plugin adium)" + EXPORT KEMOTICONS +) kcoreaddons_add_plugin(emoticonstheme_adium INSTALL_NAMESPACE kf5/emoticonsthemes JSON emoticonstheme_adium.json SOURCES ${adiumemoticons_SRCS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/src/providers/kde/CMakeLists.txt new/kemoticons-5.68.0/src/providers/kde/CMakeLists.txt --- old/kemoticons-5.67.0/src/providers/kde/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/src/providers/kde/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -2,7 +2,13 @@ ########### next target ############### set(kdeemoticons_SRCS kde_emoticons.cpp) -ecm_qt_declare_logging_category(kdeemoticons_SRCS HEADER kemoticons_plugin_kde_debug.h IDENTIFIER KEMOTICONS_PLUGIN_KDE CATEGORY_NAME kf5.kemoticons.plugin_kde) +ecm_qt_declare_logging_category(kdeemoticons_SRCS + HEADER kemoticons_plugin_kde_debug.h + IDENTIFIER KEMOTICONS_PLUGIN_KDE + CATEGORY_NAME kf5.kemoticons.plugin_kde + DESCRIPTION "kemoticons (plugin kde)" + EXPORT KEMOTICONS +) kcoreaddons_add_plugin(emoticonstheme_kde INSTALL_NAMESPACE kf5/emoticonsthemes JSON emoticonstheme_kde.json SOURCES ${kdeemoticons_SRCS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/src/providers/pidgin/CMakeLists.txt new/kemoticons-5.68.0/src/providers/pidgin/CMakeLists.txt --- old/kemoticons-5.67.0/src/providers/pidgin/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/src/providers/pidgin/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -2,7 +2,13 @@ ########### next target ############### set(pidginemoticons_SRCS pidgin_emoticons.cpp) -ecm_qt_declare_logging_category(pidginemoticons_SRCS HEADER kemoticons_plugin_pidgin_debug.h IDENTIFIER KEMOTICONS_PLUGIN_PIDGIN CATEGORY_NAME kf5.kemoticons.plugin_pidgin) +ecm_qt_declare_logging_category(pidginemoticons_SRCS + HEADER kemoticons_plugin_pidgin_debug.h + IDENTIFIER KEMOTICONS_PLUGIN_PIDGIN + CATEGORY_NAME kf5.kemoticons.plugin_pidgin + DESCRIPTION "kemoticons (plugin pidgin)" + EXPORT KEMOTICONS +) kcoreaddons_add_plugin(emoticonstheme_pidgin INSTALL_NAMESPACE kf5/emoticonsthemes JSON emoticonstheme_pidgin.json SOURCES ${pidginemoticons_SRCS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.67.0/src/providers/xmpp/CMakeLists.txt new/kemoticons-5.68.0/src/providers/xmpp/CMakeLists.txt --- old/kemoticons-5.67.0/src/providers/xmpp/CMakeLists.txt 2020-02-01 10:02:50.000000000 +0100 +++ new/kemoticons-5.68.0/src/providers/xmpp/CMakeLists.txt 2020-03-07 09:51:51.000000000 +0100 @@ -2,7 +2,13 @@ ########### next target ############### set(xmppemoticons_SRCS xmpp_emoticons.cpp) -ecm_qt_declare_logging_category(xmppemoticons_SRCS HEADER kemoticons_plugin_xmpp_debug.h IDENTIFIER KEMOTICONS_PLUGIN_XMPP CATEGORY_NAME kf5.kemoticons.plugin_xmpp) +ecm_qt_declare_logging_category(xmppemoticons_SRCS + HEADER kemoticons_plugin_xmpp_debug.h + IDENTIFIER KEMOTICONS_PLUGIN_XMPP + CATEGORY_NAME kf5.kemoticons.plugin_xmpp + DESCRIPTION "kemoticons (plugin xmpp)" + EXPORT KEMOTICONS +) kcoreaddons_add_plugin(emoticonstheme_xmpp INSTALL_NAMESPACE kf5/emoticonsthemes JSON emoticonstheme_xmpp.json SOURCES ${xmppemoticons_SRCS})
