Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knotifyconfig for openSUSE:Factory checked in at 2022-01-11 21:16:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old) and /work/SRC/openSUSE:Factory/.knotifyconfig.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifyconfig" Tue Jan 11 21:16:36 2022 rev:98 rq:945074 version:5.90.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes 2021-12-13 20:44:34.188486353 +0100 +++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.1892/knotifyconfig.changes 2022-01-11 21:19:17.612959838 +0100 @@ -1,0 +2,11 @@ +Mon Jan 3 12:47:47 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 5.90.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.90.0 +- Changes since 5.89.0: + * Fix typo + * Make it compile against qt6 + +------------------------------------------------------------------- Old: ---- knotifyconfig-5.89.0.tar.xz knotifyconfig-5.89.0.tar.xz.sig New: ---- knotifyconfig-5.90.0.tar.xz knotifyconfig-5.90.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifyconfig.spec ++++++ --- /var/tmp/diff_new_pack.Y2qgUM/_old 2022-01-11 21:19:18.188960243 +0100 +++ /var/tmp/diff_new_pack.Y2qgUM/_new 2022-01-11 21:19:18.192960245 +0100 @@ -17,21 +17,21 @@ %define lname libKF5NotifyConfig5 -%define _tar_path 5.89 +%define _tar_path 5.90 # 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 +%bcond_without released Name: knotifyconfig -Version: 5.89.0 +Version: 5.90.0 Release: 0 Summary: Configuration dialog for desktop notifications License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: %{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif @@ -69,9 +69,6 @@ %package -n %{lname} Summary: Configuration dialog for desktop notifications Group: System/GUI/KDE -%if %{with lang} -Recommends: %{lname}-lang = %{version} -%endif %description -n %{lname} KNotifyConfig provides a configuration dialog for desktop notifications which @@ -101,14 +98,14 @@ %kf5_makeinstall -C build %fdupes %{buildroot} -%if %{with lang} +%if %{with released} %find_lang %{name}5 %endif %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig -%if %{with lang} +%if %{with released} %files -n %{lname}-lang -f %{name}5.lang %endif ++++++ knotifyconfig-5.89.0.tar.xz -> knotifyconfig-5.90.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.89.0/CMakeLists.txt new/knotifyconfig-5.90.0/CMakeLists.txt --- old/knotifyconfig-5.89.0/CMakeLists.txt 2021-12-04 19:40:41.000000000 +0100 +++ new/knotifyconfig-5.90.0/CMakeLists.txt 2022-01-01 13:34:19.000000000 +0100 @@ -1,28 +1,29 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.89.0") # handled by release scripts -set(KF_DEP_VERSION "5.89.0") # handled by release scripts +set(KF_VERSION "5.90.0") # handled by release scripts +set(KF_DEP_VERSION "5.90.0") # handled by release scripts project(KNotifyConfig VERSION ${KF_VERSION}) # Dependencies include(FeatureSummary) -find_package(ECM 5.89.0 NO_MODULE) +find_package(ECM 5.90.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) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) set(REQUIRED_QT_VERSION 5.15.2) +include(KDEInstallDirs) + +# Required Qt components to build this framework +find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus) -# Required Qt5 components to build this framework -find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus) find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech) -if (NOT Qt5TextToSpeech_FOUND) +if (NOT TARGET Qt5::TextToSpeech) message(STATUS "Qt5TextToSpeech not found, speech features will be disabled") else() add_definitions(-DHAVE_SPEECH) endif() -include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) include(KDEGitCommitHooks) @@ -64,7 +65,7 @@ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900) # Subdirectories add_definitions(-DTRANSLATION_DOMAIN=\"knotifyconfig5\") ki18n_install(po) @@ -108,7 +109,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/knotifyconfig_version.h" - DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF5}" + DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF}" COMPONENT Devel ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.89.0/KF5NotifyConfigConfig.cmake.in new/knotifyconfig-5.90.0/KF5NotifyConfigConfig.cmake.in --- old/knotifyconfig-5.89.0/KF5NotifyConfigConfig.cmake.in 2021-12-04 19:40:41.000000000 +0100 +++ new/knotifyconfig-5.90.0/KF5NotifyConfigConfig.cmake.in 2022-01-01 13:34:19.000000000 +0100 @@ -1,7 +1,7 @@ @PACKAGE_INIT@ include(CMakeFindDependencyMacro) -find_dependency(Qt5Widgets "@REQUIRED_QT_VERSION@") +find_dependency(Qt@QT_MAJOR_VERSION@Widgets "@REQUIRED_QT_VERSION@") include("${CMAKE_CURRENT_LIST_DIR}/KF5NotifyConfigTargets.cmake") @PACKAGE_INCLUDE_QCHTARGETS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.89.0/po/ca@valencia/knotifyconfig5.po new/knotifyconfig-5.90.0/po/ca@valencia/knotifyconfig5.po --- old/knotifyconfig-5.89.0/po/ca@valencia/knotifyconfig5.po 2021-12-04 19:40:41.000000000 +0100 +++ new/knotifyconfig-5.90.0/po/ca@valencia/knotifyconfig5.po 2022-01-01 13:34:19.000000000 +0100 @@ -6,17 +6,17 @@ # Sebasti?? Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007. # Antoni Bella P??rez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014. # Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. +# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Robert Millan <[email protected]>, 2009. # Orestes Mas <[email protected]>, 2010. -# Empar <[email protected]>, 2019. +# Empar Montoro Mart??n <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: knotifyconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-13 02:23+0100\n" "PO-Revision-Date: 2019-06-18 13:23+0200\n" -"Last-Translator: Empar <[email protected]>\n" +"Last-Translator: Empar Montoro Mart??n <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.89.0/po/zh_CN/knotifyconfig5.po new/knotifyconfig-5.90.0/po/zh_CN/knotifyconfig5.po --- old/knotifyconfig-5.89.0/po/zh_CN/knotifyconfig5.po 2021-12-04 19:40:41.000000000 +0100 +++ new/knotifyconfig-5.90.0/po/zh_CN/knotifyconfig5.po 2022-01-01 13:34:19.000000000 +0100 @@ -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-11-30 15:21\n" +"PO-Revision-Date: 2021-12-22 14:06\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.89.0/src/CMakeLists.txt new/knotifyconfig-5.90.0/src/CMakeLists.txt --- old/knotifyconfig-5.89.0/src/CMakeLists.txt 2021-12-04 19:40:41.000000000 +0100 +++ new/knotifyconfig-5.90.0/src/CMakeLists.txt 2022-01-01 13:34:19.000000000 +0100 @@ -24,15 +24,15 @@ generate_export_header(KF5NotifyConfig BASE_NAME KNotifyConfig) -target_include_directories(KF5NotifyConfig INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KNotifyConfig>") +target_include_directories(KF5NotifyConfig INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/KNotifyConfig>") target_link_libraries(KF5NotifyConfig PUBLIC - Qt5::Widgets + Qt${QT_MAJOR_VERSION}::Widgets PRIVATE KF5::I18n KF5::KIOWidgets # KUrlRequester - Qt5::DBus) + Qt${QT_MAJOR_VERSION}::DBus) if(Canberra_FOUND) target_link_libraries(KF5NotifyConfig PRIVATE Canberra::Canberra) @@ -59,7 +59,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/knotifyconfig_export.h ${KNotifyConfig_HEADERS} - DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KNotifyConfig COMPONENT Devel) + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KNotifyConfig COMPONENT Devel) if(BUILD_QCH) ecm_add_qch( @@ -86,7 +86,7 @@ endif() include(ECMGeneratePriFile) -ecm_generate_pri_file(BASE_NAME KNotifyConfig LIB_NAME KF5NotifyConfig DEPS "widgets" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KNotifyConfig) +ecm_generate_pri_file(BASE_NAME KNotifyConfig LIB_NAME KF5NotifyConfig DEPS "widgets" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF}/KNotifyConfig) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) ecm_qt_install_logging_categories( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.89.0/tests/CMakeLists.txt new/knotifyconfig-5.90.0/tests/CMakeLists.txt --- old/knotifyconfig-5.89.0/tests/CMakeLists.txt 2021-12-04 19:40:41.000000000 +0100 +++ new/knotifyconfig-5.90.0/tests/CMakeLists.txt 2022-01-01 13:34:19.000000000 +0100 @@ -4,8 +4,8 @@ include(ECMMarkAsTest) -find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED) -set_package_properties(Qt5Test PROPERTIES PURPOSE "Required for tests") +find_package(Qt${QT_MAJOR_VERSION}Test ${REQUIRED_QT_VERSION} REQUIRED) +set_package_properties(Qt${QT_MAJOR_VERSION}Test PROPERTIES PURPOSE "Required for tests") find_package(KF5ConfigWidgets ${KF_DEP_VERSION} REQUIRED) set_package_properties(KF5ConfigWidgets PROPERTIES PURPOSE "Required for tests") @@ -28,8 +28,8 @@ ecm_mark_as_test(knotifytest) target_link_libraries(knotifytest - Qt5::Core - Qt5::Test + Qt${QT_MAJOR_VERSION}::Core + Qt${QT_MAJOR_VERSION}::Test KF5::NotifyConfig KF5::Notifications KF5::I18n
