Script 'mail_helper' called by obssrc
Hello community,

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

Package is "knotifications"

Wed Jun 16 20:34:04 2021 rev:93 rq:899752 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes    
2021-05-10 15:37:22.686040597 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.32437/knotifications.changes 
2021-06-16 20:35:42.191208466 +0200
@@ -1,0 +2,10 @@
+Sat Jun  5 11:59:04 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- 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:
----
  knotifications-5.82.0.tar.xz
  knotifications-5.82.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ knotifications.spec ++++++
--- /var/tmp/diff_new_pack.jnf2Vg/_old  2021-06-16 20:35:42.619209197 +0200
+++ /var/tmp/diff_new_pack.jnf2Vg/_new  2021-06-16 20:35:42.619209197 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%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)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           knotifications
-Version:        5.82.0
+Version:        5.83.0
 Release:        0
 Summary:        KDE Desktop notifications
 License:        LGPL-2.1-or-later


++++++ knotifications-5.82.0.tar.xz -> knotifications-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.82.0/.gitignore 
new/knotifications-5.83.0/.gitignore
--- old/knotifications-5.82.0/.gitignore        2021-05-01 14:37:41.000000000 
+0200
+++ new/knotifications-5.83.0/.gitignore        2021-06-05 11:21:52.000000000 
+0200
@@ -26,3 +26,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.82.0/CMakeLists.txt 
new/knotifications-5.83.0/CMakeLists.txt
--- old/knotifications-5.82.0/CMakeLists.txt    2021-05-01 14:37:41.000000000 
+0200
+++ new/knotifications-5.83.0/CMakeLists.txt    2021-06-05 11:21:52.000000000 
+0200
@@ -1,12 +1,12 @@
-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(KNotifications VERSION ${KF_VERSION})
 
 # ECM setup
 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)
 
@@ -130,7 +130,6 @@
 endif()
 
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
-#add_definitions(-DQT_NO_FOREACH)
 ecm_install_po_files_as_qm(po)
 if (NOT APPLE) # QtMac::setBadgeLabelText is deprecated
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.82.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.83.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.82.0/po/zh_CN/knotifications5_qt.po    2021-05-01 
14:37:41.000000000 +0200
+++ new/knotifications-5.83.0/po/zh_CN/knotifications5_qt.po    2021-06-05 
11:21:52.000000000 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-04-24 15:42\n"
+"PO-Revision-Date: 2021-06-03 16:05\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.82.0/src/CMakeLists.txt 
new/knotifications-5.83.0/src/CMakeLists.txt
--- old/knotifications-5.82.0/src/CMakeLists.txt        2021-05-01 
14:37:41.000000000 +0200
+++ new/knotifications-5.83.0/src/CMakeLists.txt        2021-06-05 
11:21:52.000000000 +0200
@@ -1,14 +1,9 @@
-if (Phonon4Qt5_FOUND)
-    include_directories(${PHONON_INCLUDE_DIR})
-endif()
-if (CANBERRA_FOUND)
-    include_directories(${CANBERRA_INCLUDE_DIRS})
-endif()
-
-ecm_create_qm_loader(knotifications_QM_LOADER knotifications5_qt)
+add_library(KF5Notifications)
+add_library(KF5::Notifications ALIAS KF5Notifications)
 
-set(knotifications_SRCS
+ecm_create_qm_loader(KF5Notifications knotifications5_qt)
 
+target_sources(KF5Notifications PRIVATE
   knotification.cpp
   knotificationreplyaction.cpp
   knotificationmanager.cpp
@@ -18,18 +13,17 @@
   knotificationplugin.cpp
   knotificationjobuidelegate.cpp
   notifybylogfile.cpp
-  ${knotifications_QM_LOADER}
 )
 
 if (NOT ANDROID)
-    list(APPEND knotifications_SRCS
+    target_sources(KF5Notifications PRIVATE
         notifybyexecute.cpp
         notifybytaskbar.cpp
         kstatusnotifieritem.cpp)
 endif()
 
 if (TARGET Qt5::DBus)
-  list(APPEND knotifications_SRCS
+  target_sources(KF5Notifications PRIVATE
     kstatusnotifieritemdbus_p.cpp
     knotificationrestrictions.cpp
 
@@ -41,18 +35,21 @@
 
 if (ANDROID)
     add_subdirectory(android)
-    list(APPEND knotifications_SRCS notifybyandroid.cpp knotifications.qrc)
+    target_sources(KF5Notifications PRIVATE
+        notifybyandroid.cpp
+        knotifications.qrc
+    )
 endif()
 
 if (WITH_SNORETOAST)
-  list(APPEND knotifications_SRCS notifybysnore.cpp)
+    target_sources(KF5Notifications PRIVATE notifybysnore.cpp)
 endif ()
 
 if (APPLE)
-  list(APPEND knotifications_SRCS notifybymacosnotificationcenter.mm)
+    target_sources(KF5Notifications PRIVATE notifybymacosnotificationcenter.mm)
 endif()
 
-ecm_qt_declare_logging_category(knotifications_SRCS
+ecm_qt_declare_logging_category(KF5Notifications
     HEADER debug_p.h
     IDENTIFIER LOG_KNOTIFICATIONS
     CATEGORY_NAME kf.notifications
@@ -62,42 +59,44 @@
 )
 
 if (Canberra_FOUND)
-  set(knotifications_SRCS ${knotifications_SRCS}
-  notifybyaudio_canberra.cpp)
+    target_sources(KF5Notifications PRIVATE
+        notifybyaudio_canberra.cpp
+    )
 elseif (Phonon4Qt5_FOUND)
-  set(knotifications_SRCS ${knotifications_SRCS}
-  notifybyaudio_phonon.cpp)
+    target_sources(KF5Notifications PRIVATE
+        notifybyaudio_phonon.cpp
+    )
 endif()
 
 if (Qt5TextToSpeech_FOUND)
-  set(knotifications_SRCS ${knotifications_SRCS}
-    notifybytts.cpp)
+    target_sources(KF5Notifications PRIVATE
+        notifybytts.cpp
+    )
 endif()
 
 if (TARGET Qt5::DBus)
   if (dbusmenu-qt5_FOUND)
     message("dbusmenu-qt5_FOUND")
     set(HAVE_DBUSMENUQT 1)
-    include_directories(${dbusmenu-qt5_INCLUDE_DIRS})
+    target_include_directories(KF5Notifications PRIVATE 
${dbusmenu-qt5_INCLUDE_DIRS})
   else()
     set(HAVE_DBUSMENUQT 0)
   endif()
 
-  qt5_add_dbus_adaptor(knotifications_SRCS     org.kde.StatusNotifierItem.xml
+  set(knotifications_dbus_SRCS)
+  qt_add_dbus_adaptor(knotifications_dbus_SRCS     
org.kde.StatusNotifierItem.xml
                     kstatusnotifieritemdbus_p.h KStatusNotifierItemDBus)
 
 
   set(statusnotifierwatcher_xml org.kde.StatusNotifierWatcher.xml)
-  qt5_add_dbus_interface(knotifications_SRCS ${statusnotifierwatcher_xml} 
statusnotifierwatcher_interface)
+  qt_add_dbus_interface(knotifications_dbus_SRCS ${statusnotifierwatcher_xml} 
statusnotifierwatcher_interface)
   set(notifications_xml org.freedesktop.Notifications.xml)
-  qt5_add_dbus_interface(knotifications_SRCS ${notifications_xml} 
notifications_interface)
+  qt_add_dbus_interface(knotifications_dbus_SRCS ${notifications_xml} 
notifications_interface)
+  target_sources(KF5Notifications PRIVATE ${knotifications_dbus_SRCS})
 endif()
 
 configure_file(config-knotifications.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-knotifications.h )
 
-add_library(KF5Notifications ${knotifications_SRCS})
-add_library(KF5::Notifications ALIAS KF5Notifications)
-
 ecm_generate_export_header(KF5Notifications
     EXPORT_FILE_NAME knotifications_export.h
     BASE_NAME KNotifications
@@ -132,7 +131,7 @@
 
 if (Phonon4Qt5_FOUND)
     target_link_libraries(KF5Notifications PRIVATE
-        ${PHONON_LIBRARIES})
+        Phonon::phonon4qt5)
 endif()
 
 if (Canberra_FOUND)
@@ -164,7 +163,7 @@
     target_link_libraries(KF5Notifications PRIVATE Qt5::AndroidExtras)
 endif()
 
-set_target_properties(KF5Notifications PROPERTIES VERSION   
${KNOTIFICATIONS_VERSION_STRING}
+set_target_properties(KF5Notifications PROPERTIES VERSION   
${KNOTIFICATIONS_VERSION}
                                                   SOVERSION 
${KNOTIFICATIONS_SOVERSION}
                                                   EXPORT_NAME Notifications
 )

Reply via email to