polkit-qt-1/polkit-qt-1.changes

118 lines
4.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Feb 22 10:10:02 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 0.200.0:
* New bugfix release
- Changes since 0.175.0:
* Increase version to 0.200.0
-------------------------------------------------------------------
Mon Jan 15 20:23:40 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 0.175.0 (0.200.0-alpha):
* Increase version to 0.175.0
* Remove unused CPack parts
* Remove unused variable
* fix: memory leak
* Change CMake code to enable building against Qt 5 or 6
* Unexport nested private classes
* Require glib 2.36 and remove "do nothing" g_type_init
* Change installed .cmake and .pc files to contain realtive paths
* Add polkit error
-------------------------------------------------------------------
Wed Sep 15 08:24:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Drop the unneeded baselibs.conf.
-------------------------------------------------------------------
Wed Jun 23 06:36:01 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- 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
-------------------------------------------------------------------
Tue Aug 27 18:28:02 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- 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
-------------------------------------------------------------------
Wed Aug 13 20:32:57 UTC 2014 - hrvoje.senjan@gmail.com
- Added do-not-use-global-static-systembus-instance.patch from
upstream, fixes crash on DBus disconnect
-------------------------------------------------------------------
Thu Jul 10 18:09:39 UTC 2014 - hrvoje.senjan@gmail.com
- 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
-------------------------------------------------------------------
Wed Jun 18 10:35:47 UTC 2014 - hrvoje.senjan@gmail.com
- Add license to %doc
-------------------------------------------------------------------
Mon Apr 14 17:23:15 UTC 2014 - hrvoje.senjan@gmail.com
- Activate polkit-qt5-1 package