Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2021-06-16 20:33:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Wed Jun 16 20:33:53 2021 rev:90 rq:899732 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2021-05-10 
15:37:03.642114343 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new.32437/kemoticons.changes 
2021-06-16 20:35:25.575180112 +0200
@@ -1,0 +2,10 @@
+Sat Jun  5 11:58:47 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-5.82.0.tar.xz
  kemoticons-5.82.0.tar.xz.sig

New:
----
  kemoticons-5.83.0.tar.xz
  kemoticons-5.83.0.tar.xz.sig

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.ioGlkc/_old  2021-06-16 20:35:26.055180931 +0200
+++ /var/tmp/diff_new_pack.ioGlkc/_new  2021-06-16 20:35:26.059180938 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.82
+%define _tar_path 5.83
 # 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.82.0
+Version:        5.83.0
 Release:        0
 Summary:        Emoticon to graphical emoticon text converter
 License:        LGPL-2.1-or-later


++++++ kemoticons-5.82.0.tar.xz -> kemoticons-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.82.0/.gitignore 
new/kemoticons-5.83.0/.gitignore
--- old/kemoticons-5.82.0/.gitignore    2021-05-01 11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/.gitignore    2021-06-05 10:53:59.000000000 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.82.0/CMakeLists.txt 
new/kemoticons-5.83.0/CMakeLists.txt
--- old/kemoticons-5.82.0/CMakeLists.txt        2021-05-01 11:40:45.000000000 
+0200
+++ new/kemoticons-5.83.0/CMakeLists.txt        2021-06-05 10:53:59.000000000 
+0200
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 project(KEmoticons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.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)
 
@@ -49,7 +49,6 @@
 # so they don't need translations
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
-add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 add_subdirectory(themes)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.82.0/src/core/CMakeLists.txt 
new/kemoticons-5.83.0/src/core/CMakeLists.txt
--- old/kemoticons-5.82.0/src/core/CMakeLists.txt       2021-05-01 
11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/src/core/CMakeLists.txt       2021-06-05 
10:53:59.000000000 +0200
@@ -1,13 +1,14 @@
-############# kemoticons library ###################
+add_library(KF5Emoticons)
+add_library(KF5::Emoticons ALIAS KF5Emoticons)
 
-set(kemoticons_LIB_SRCS
+target_sources(KF5Emoticons PRIVATE
     kemoticons.cpp
     kemoticonstheme.cpp
     kemoticonsprovider.cpp
     kemoticonsglobal.cpp
 )
 
-ecm_qt_declare_logging_category(kemoticons_LIB_SRCS
+ecm_qt_declare_logging_category(KF5Emoticons
     HEADER kemoticons_core_debug.h
     IDENTIFIER KEMOTICONS_CORE
     CATEGORY_NAME kf.emoticons
@@ -16,8 +17,6 @@
     EXPORT KEMOTICONS
 )
 
-add_library(KF5Emoticons ${kemoticons_LIB_SRCS})
-add_library(KF5::Emoticons ALIAS KF5Emoticons)
 ecm_generate_export_header(KF5Emoticons
     BASE_NAME KEmoticons
     GROUP_BASE_NAME KF
@@ -39,7 +38,7 @@
 )
 
 set_target_properties(KF5Emoticons PROPERTIES
-                      VERSION ${KEMOTICONS_VERSION_STRING}
+                      VERSION ${KEMOTICONS_VERSION}
                       SOVERSION ${KEMOTICONS_SOVERSION}
                       EXPORT_NAME Emoticons
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.82.0/src/integrationplugin/CMakeLists.txt 
new/kemoticons-5.83.0/src/integrationplugin/CMakeLists.txt
--- old/kemoticons-5.82.0/src/integrationplugin/CMakeLists.txt  2021-05-01 
11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/src/integrationplugin/CMakeLists.txt  2021-06-05 
10:53:59.000000000 +0200
@@ -1,10 +1,10 @@
-set(KEmoticonsIntegrationPlugin_SRCS
+add_library(KEmoticonsIntegrationPlugin MODULE)
+
+target_sources(KEmoticonsIntegrationPlugin PRIVATE
     kemoticonsintegrationplugin.cpp
     ktexttohtml.cpp
 )
 
-add_library(KEmoticonsIntegrationPlugin MODULE 
${KEmoticonsIntegrationPlugin_SRCS})
-
 target_link_libraries(KEmoticonsIntegrationPlugin
     PRIVATE
         KF5::CoreAddons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.82.0/src/providers/adium/CMakeLists.txt 
new/kemoticons-5.83.0/src/providers/adium/CMakeLists.txt
--- old/kemoticons-5.82.0/src/providers/adium/CMakeLists.txt    2021-05-01 
11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/src/providers/adium/CMakeLists.txt    2021-06-05 
10:53:59.000000000 +0200
@@ -1,8 +1,11 @@
+kcoreaddons_add_plugin(emoticonstheme_adium
+    INSTALL_NAMESPACE kf5/emoticonsthemes
+    JSON emoticonstheme_adium.json
+)
 
-########### next target ###############
-set(adiumemoticons_SRCS adium_emoticons.cpp)
+target_sources(emoticonstheme_adium PRIVATE adium_emoticons.cpp)
 
-ecm_qt_declare_logging_category(adiumemoticons_SRCS
+ecm_qt_declare_logging_category(emoticonstheme_adium
     HEADER kemoticons_plugin_adium_debug.h
     IDENTIFIER KEMOTICONS_PLUGIN_ADIUM
     CATEGORY_NAME kf.emoticons.adium
@@ -11,8 +14,6 @@
     EXPORT KEMOTICONS
 )
 
-kcoreaddons_add_plugin(emoticonstheme_adium INSTALL_NAMESPACE 
kf5/emoticonsthemes JSON emoticonstheme_adium.json SOURCES 
${adiumemoticons_SRCS})
-
 find_package(Qt5Xml REQUIRED)
 target_link_libraries(emoticonstheme_adium
 PRIVATE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.82.0/src/providers/kde/CMakeLists.txt 
new/kemoticons-5.83.0/src/providers/kde/CMakeLists.txt
--- old/kemoticons-5.82.0/src/providers/kde/CMakeLists.txt      2021-05-01 
11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/src/providers/kde/CMakeLists.txt      2021-06-05 
10:53:59.000000000 +0200
@@ -1,8 +1,11 @@
+kcoreaddons_add_plugin(emoticonstheme_kde
+    INSTALL_NAMESPACE kf5/emoticonsthemes
+    JSON emoticonstheme_kde.json
+)
 
-########### next target ###############
-set(kdeemoticons_SRCS kde_emoticons.cpp)
+target_sources(emoticonstheme_kde PRIVATE kde_emoticons.cpp)
 
-ecm_qt_declare_logging_category(kdeemoticons_SRCS
+ecm_qt_declare_logging_category(emoticonstheme_kde
     HEADER kemoticons_plugin_kde_debug.h
     IDENTIFIER KEMOTICONS_PLUGIN_KDE
     CATEGORY_NAME kf.emoticons.kde
@@ -11,8 +14,6 @@
     EXPORT KEMOTICONS
 )
 
-kcoreaddons_add_plugin(emoticonstheme_kde INSTALL_NAMESPACE 
kf5/emoticonsthemes JSON emoticonstheme_kde.json SOURCES ${kdeemoticons_SRCS})
-
 find_package(Qt5Xml REQUIRED)
 target_link_libraries(emoticonstheme_kde
 PRIVATE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.82.0/src/providers/pidgin/CMakeLists.txt 
new/kemoticons-5.83.0/src/providers/pidgin/CMakeLists.txt
--- old/kemoticons-5.82.0/src/providers/pidgin/CMakeLists.txt   2021-05-01 
11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/src/providers/pidgin/CMakeLists.txt   2021-06-05 
10:53:59.000000000 +0200
@@ -1,8 +1,11 @@
+kcoreaddons_add_plugin(emoticonstheme_pidgin
+    INSTALL_NAMESPACE kf5/emoticonsthemes
+    JSON emoticonstheme_pidgin.json
+)
 
-########### next target ###############
-set(pidginemoticons_SRCS pidgin_emoticons.cpp)
+target_sources(emoticonstheme_pidgin PRIVATE pidgin_emoticons.cpp)
 
-ecm_qt_declare_logging_category(pidginemoticons_SRCS
+ecm_qt_declare_logging_category(emoticonstheme_pidgin
     HEADER kemoticons_plugin_pidgin_debug.h
     IDENTIFIER KEMOTICONS_PLUGIN_PIDGIN
     CATEGORY_NAME kf.emoticons.pidgin
@@ -11,8 +14,6 @@
     EXPORT KEMOTICONS
 )
 
-kcoreaddons_add_plugin(emoticonstheme_pidgin INSTALL_NAMESPACE 
kf5/emoticonsthemes JSON emoticonstheme_pidgin.json SOURCES 
${pidginemoticons_SRCS})
-
 target_link_libraries(emoticonstheme_pidgin PRIVATE KF5::Emoticons)
 
 ########### install files ###############
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.82.0/src/providers/xmpp/CMakeLists.txt 
new/kemoticons-5.83.0/src/providers/xmpp/CMakeLists.txt
--- old/kemoticons-5.82.0/src/providers/xmpp/CMakeLists.txt     2021-05-01 
11:40:45.000000000 +0200
+++ new/kemoticons-5.83.0/src/providers/xmpp/CMakeLists.txt     2021-06-05 
10:53:59.000000000 +0200
@@ -1,8 +1,11 @@
+kcoreaddons_add_plugin(emoticonstheme_xmpp
+    INSTALL_NAMESPACE kf5/emoticonsthemes
+    JSON emoticonstheme_xmpp.json
+)
 
-########### next target ###############
-set(xmppemoticons_SRCS xmpp_emoticons.cpp)
+target_sources(emoticonstheme_xmpp PRIVATE xmpp_emoticons.cpp)
 
-ecm_qt_declare_logging_category(xmppemoticons_SRCS
+ecm_qt_declare_logging_category(emoticonstheme_xmpp
     HEADER kemoticons_plugin_xmpp_debug.h
     IDENTIFIER KEMOTICONS_PLUGIN_XMPP
     CATEGORY_NAME kf.emoticons.xmpp
@@ -11,7 +14,6 @@
     EXPORT KEMOTICONS
 )
 
-kcoreaddons_add_plugin(emoticonstheme_xmpp INSTALL_NAMESPACE 
kf5/emoticonsthemes JSON emoticonstheme_xmpp.json SOURCES ${xmppemoticons_SRCS})
 
 find_package(Qt5Xml REQUIRED)
 target_link_libraries(emoticonstheme_xmpp

Reply via email to