Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knotifyconfig for openSUSE:Factory checked in at 2021-06-16 20:34:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old) and /work/SRC/openSUSE:Factory/.knotifyconfig.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifyconfig" Wed Jun 16 20:34:05 2021 rev:91 rq:899753 version:5.83.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes 2021-05-10 15:37:23.602037049 +0200 +++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.32437/knotifyconfig.changes 2021-06-16 20:35:42.907209688 +0200 @@ -1,0 +2,11 @@ +Sat Jun 5 11:59:05 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 + * Call ki18n_install() unconditionally + +------------------------------------------------------------------- Old: ---- knotifyconfig-5.82.0.tar.xz knotifyconfig-5.82.0.tar.xz.sig New: ---- knotifyconfig-5.83.0.tar.xz knotifyconfig-5.83.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifyconfig.spec ++++++ --- /var/tmp/diff_new_pack.x0NlKi/_old 2021-06-16 20:35:43.307210371 +0200 +++ /var/tmp/diff_new_pack.x0NlKi/_new 2021-06-16 20:35:43.307210371 +0200 @@ -17,14 +17,14 @@ %define lname libKF5NotifyConfig5 -%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: knotifyconfig -Version: 5.82.0 +Version: 5.83.0 Release: 0 Summary: Configuration dialog for desktop notifications License: LGPL-2.1-or-later ++++++ knotifyconfig-5.82.0.tar.xz -> knotifyconfig-5.83.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.82.0/.gitignore new/knotifyconfig-5.83.0/.gitignore --- old/knotifyconfig-5.82.0/.gitignore 2021-05-01 14:37:54.000000000 +0200 +++ new/knotifyconfig-5.83.0/.gitignore 2021-06-05 11:22:04.000000000 +0200 @@ -25,3 +25,4 @@ .clangd .idea /cmake-build* +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.82.0/CMakeLists.txt new/knotifyconfig-5.83.0/CMakeLists.txt --- old/knotifyconfig-5.82.0/CMakeLists.txt 2021-05-01 14:37:54.000000000 +0200 +++ new/knotifyconfig-5.83.0/CMakeLists.txt 2021-06-05 11:22:04.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(KNotifyConfig VERSION ${KF_VERSION}) # Dependencies 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) @@ -67,11 +67,7 @@ add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) # Subdirectories add_definitions(-DTRANSLATION_DOMAIN=\"knotifyconfig5\") -if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") - ki18n_install(po) -endif() -#We can't activate it as it depend against phonon but it builds fine without it -#add_definitions(-DQT_NO_FOREACH) +ki18n_install(po) add_subdirectory(src) if(BUILD_TESTING) add_subdirectory(tests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.82.0/po/zh_CN/knotifyconfig5.po new/knotifyconfig-5.83.0/po/zh_CN/knotifyconfig5.po --- old/knotifyconfig-5.82.0/po/zh_CN/knotifyconfig5.po 2021-05-01 14:37:54.000000000 +0200 +++ new/knotifyconfig-5.83.0/po/zh_CN/knotifyconfig5.po 2021-06-05 11:22:04.000000000 +0200 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-13 02:23+0100\n" -"PO-Revision-Date: 2021-04-24 15:42\n" +"PO-Revision-Date: 2021-06-03 16:05\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.82.0/src/CMakeLists.txt new/knotifyconfig-5.83.0/src/CMakeLists.txt --- old/knotifyconfig-5.82.0/src/CMakeLists.txt 2021-05-01 14:37:54.000000000 +0200 +++ new/knotifyconfig-5.83.0/src/CMakeLists.txt 2021-06-05 11:22:04.000000000 +0200 @@ -2,21 +2,19 @@ set(HAVE_PHONON ${Phonon4Qt5_FOUND}) configure_file(knotify-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/knotify-config.h ) -########### next target ############### +add_library(KF5NotifyConfig) +add_library(KF5::NotifyConfig ALIAS KF5NotifyConfig) -set(knotifyconfig_LIB_SRCS -knotifyconfigactionswidget.cpp -knotifyconfigelement.cpp -knotifyeventlist.cpp -knotifyconfigwidget.cpp +target_sources(KF5NotifyConfig PRIVATE + knotifyconfigactionswidget.cpp + knotifyconfigelement.cpp + knotifyeventlist.cpp + knotifyconfigwidget.cpp ) +ki18n_wrap_ui(KF5NotifyConfig knotifyconfigactionswidgetbase.ui) -set( knotifyconfig_UI knotifyconfigactionswidgetbase.ui ) - -ki18n_wrap_ui(knotifyconfig_LIB_SRCS ${knotifyconfig_UI} ) - -ecm_qt_declare_logging_category(knotifyconfig_LIB_SRCS +ecm_qt_declare_logging_category(KF5NotifyConfig HEADER knotifyconfig_debug.h IDENTIFIER KNOTIFYCONFIG_LOG CATEGORY_NAME kf.notifyconfig @@ -24,9 +22,7 @@ EXPORT KNOTIFYCONFIG ) -add_library(KF5NotifyConfig ${knotifyconfig_LIB_SRCS}) generate_export_header(KF5NotifyConfig BASE_NAME KNotifyConfig) -add_library(KF5::NotifyConfig ALIAS KF5NotifyConfig) target_include_directories(KF5NotifyConfig INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KNotifyConfig>") @@ -45,7 +41,7 @@ endif() set_target_properties(KF5NotifyConfig PROPERTIES - VERSION ${KNOTIFYCONFIG_VERSION_STRING} + VERSION ${KNOTIFYCONFIG_VERSION} SOVERSION ${KNOTIFYCONFIG_SOVERSION} EXPORT_NAME NotifyConfig ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.82.0/tests/CMakeLists.txt new/knotifyconfig-5.83.0/tests/CMakeLists.txt --- old/knotifyconfig-5.82.0/tests/CMakeLists.txt 2021-05-01 14:37:54.000000000 +0200 +++ new/knotifyconfig-5.83.0/tests/CMakeLists.txt 2021-06-05 11:22:04.000000000 +0200 @@ -21,11 +21,10 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII) -set(knotifytest_SRCS main.cpp knotifytestwindow.cpp ) +add_executable(knotifytest main.cpp knotifytestwindow.cpp) -ki18n_wrap_ui(knotifytest_SRCS knotifytestview.ui) +ki18n_wrap_ui(knotifytest knotifytestview.ui) -add_executable(knotifytest ${knotifytest_SRCS}) ecm_mark_as_test(knotifytest) target_link_libraries(knotifytest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.82.0/tests/knotifytestview.ui new/knotifyconfig-5.83.0/tests/knotifytestview.ui --- old/knotifyconfig-5.82.0/tests/knotifytestview.ui 2021-05-01 14:37:54.000000000 +0200 +++ new/knotifyconfig-5.83.0/tests/knotifytestview.ui 2021-06-05 11:22:04.000000000 +0200 @@ -74,7 +74,7 @@ </widget> </item> <item> - <widget class="KLineEdit" name="c_name" /> + <widget class="QLineEdit" name="c_name" /> </item> </layout> </item>
