AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Drop the unneeded baselibs.conf.
- New upstream release 0.114.0 - Changes since 0.113.0: * Use feature_summary() * Drop PolkitQt1::version*() API declaration, never implemented * Use target_sources to directly set sources instead of helper vars * Include headers in example & test like external consumer would * Set include dirs for linking libraries during build by target interface * Generate version & config file in core build dir * Use individual export headers/macros per each library * Remove outdated template FindPolkitQt.cmake * Remove module prefix from Qt includes in public headers * Link polkit-qt-test to agent lib target, an include is used * Remove module prefix from Qt includes of non-public headers * Remove unused include * Remove unneeded/unused include_directories * Use more override * Use more nullptr * Port away from legacy LINK_PUBLIC & LINK_PRIVATE * Fully qualify slot argument * Use QStringLiteral * Convert license statements to SPDX expressions * Remove unused cmake macro files * Enable CMAKE_AUTOUIC and CMAKE_AUTORCC * Let cmake set the C++ standard * Port from Q_ENUMS to Q_ENUM * Make use of PkgConfig to find dependencies * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition * Use more nullptr * API dox: reference KDE Frameworks, no longer KDE Development Platform * Support API documentation generation with kapidox * Make it compile without deprecated method - Use %cmake_build instead of %make_jobs for compiling
- New upstream release 0.113.0 - Changes since 0.112.0: * Bump version for release * Don't set version numbers as INT cache entries * Move cmake_minimum_required to the top of CMakeLists.txt * Remove support for Qt4 * Remove unneded documentation * authority: add support for passing details to polkit * Fix typo in comments * Add .arcconfig * Remove unused file * polkitqtlistener.cpp - pedantic * Fix build with -DBUILD_TEST=TRUE * Allow compilation with older polkit versions * Fix compilation with Qt5.6 * Drop use of deprecated Qt functions REVIEW: 126747 * Add wrapper for polkit_system_bus_name_get_user_sync * Add .reviewboardrc * Fix QDBusArgument assertion * fix build with Qt4, which doesn't have QStringLiteral. so use QString instead. * do not use global static systembus instance - Dropped patch, now upstream: * do-not-use-global-static-systembus-instance.patch - Run spec-cleaner
- New upstream release 0.113.0 - Changes since 0.112.0: * Bump version for release * Don't set version numbers as INT cache entries * Move cmake_minimum_required to the top of CMakeLists.txt * Remove support for Qt4 * Remove unneded documentation * authority: add support for passing details to polkit * Fix typo in comments * Add .arcconfig * Remove unused file * polkitqtlistener.cpp - pedantic * Fix build with -DBUILD_TEST=TRUE * Allow compilation with older polkit versions * Fix compilation with Qt5.6 * Drop use of deprecated Qt functions REVIEW: 126747 * Add wrapper for polkit_system_bus_name_get_user_sync * Add .reviewboardrc * Fix QDBusArgument assertion * fix build with Qt4, which doesn't have QStringLiteral. so use QString instead. * do not use global static systembus instance - Dropped patch, now upstream: * do-not-use-global-static-systembus-instance.patch - Run spec-cleaner
- Added do-not-use-global-static-systembus-instance.patch from upstream, fixes crash on DBus disconnect
- Update to 0.112.0 * Qt5 support * Update deprecated methods to latest Polkit API - Drop patches merged upstream: fixed-reference-counting-of-GObjects.patch, fixed-GCancellable-handling-in-PolkitQtListener.patch and qt5-support.patch
- Add license to %doc
- Activate polkit-qt5-1 package