Hello community, here is the log from the commit of package kauth for openSUSE:Factory checked in at 2019-10-14 13:33:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kauth (Old) and /work/SRC/openSUSE:Factory/.kauth.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth" Mon Oct 14 13:33:19 2019 rev:76 rq:738006 version:5.63.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2019-09-23 12:21:42.693764542 +0200 +++ /work/SRC/openSUSE:Factory/.kauth.new.2352/kauth.changes 2019-10-14 13:34:19.470519861 +0200 @@ -1,0 +2,9 @@ +Sun Oct 6 13:26:17 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.63.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.63.0.php +- No code change since 5.62.0 + +------------------------------------------------------------------- Old: ---- kauth-5.62.0.tar.xz kauth-5.62.0.tar.xz.sig New: ---- kauth-5.63.0.tar.xz kauth-5.63.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kauth.spec ++++++ --- /var/tmp/diff_new_pack.qMQN1V/_old 2019-10-14 13:34:19.982518527 +0200 +++ /var/tmp/diff_new_pack.qMQN1V/_new 2019-10-14 13:34:19.982518527 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Auth5 -%define _tar_path 5.62 +%define _tar_path 5.63 # 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: kauth -Version: 5.62.0 +Version: 5.63.0 Release: 0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1-or-later @@ -42,10 +42,10 @@ BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5DBus) >= 5.6.0 -BuildRequires: cmake(Qt5Widgets) >= 5.6.0 +BuildRequires: cmake(Qt5DBus) >= 5.11.0 +BuildRequires: cmake(Qt5Widgets) >= 5.11.0 %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0 %endif %description ++++++ kauth-5.62.0.tar.xz -> kauth-5.63.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.62.0/CMakeLists.txt new/kauth-5.63.0/CMakeLists.txt --- old/kauth-5.62.0/CMakeLists.txt 2019-09-07 15:55:39.000000000 +0200 +++ new/kauth-5.63.0/CMakeLists.txt 2019-10-06 11:42:25.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.62.0") # handled by release scripts -set(KF5_DEP_VERSION "5.62.0") # handled by release scripts +set(KF5_VERSION "5.63.0") # handled by release scripts +set(KF5_DEP_VERSION "5.63.0") # handled by release scripts project(KAuth VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.62.0 NO_MODULE) +find_package(ECM 5.63.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.62.0/src/CMakeLists.txt new/kauth-5.63.0/src/CMakeLists.txt --- old/kauth-5.62.0/src/CMakeLists.txt 2019-09-07 15:55:39.000000000 +0200 +++ new/kauth-5.63.0/src/CMakeLists.txt 2019-10-06 11:42:25.000000000 +0200 @@ -160,6 +160,8 @@ LINK_QCHS Qt5Core_QCH KF5CoreAddons_QCH + INCLUDE_DIRS + ${CMAKE_CURRENT_BINARY_DIR} BLANK_MACROS KAUTHCORE_EXPORT KAUTH_EXPORT
