Changelog for
kvirc-5.2.0-bp156.1.2.x86_64.rpm :
* Tue Jan 16 2024 Christophe Marin
- Update to 5.2.0
* Support for the latest version of upstream libraries: Qt5.15/6.6, KDE5/6, OpenSSL 1.x/3.x
* Wayland support
* Fix for some nasty crash bugs
* an improved font rendering engine able to represent complex characters like emojis with ligatures
* a reworked tray icon that now follows your OS style
* better support for solanum ircd (Libera net)- Drop patches, no longer needed:
* 0001-Add-support-for-Python-3.patch
* 0001-This-is-not-necessary-anymore.patch
* 0001-Replace-FindPythonLibs-with-FindPython3-in-CMake.patch
* 0001-Stop-unsetting-_DEBUG-when-including-Python.h.patch
* 0001-Fix-build-with-Qt-5.15.patch
* Sat Aug 06 2022 Christophe Giboudeaux - set CMAKE_SKIP_RPATH when building kvirc. Without it, CMake adds a (yet unexplained) empty RUNPATH entry to the perl module.
* Mon Jun 28 2021 Christophe Giboudeaux - Remove the optional QtWebKit dependency
* Thu Jun 04 2020 Christophe Giboudeaux - Add patch to fix build with Qt 5.15: 0001-Fix-build-with-Qt-5.15.patch
* Thu Jan 16 2020 Christophe Giboudeaux - Add patches to use Python 3:
* 0001-Add-support-for-Python-3.patch
* 0001-This-is-not-necessary-anymore.patch
* 0001-Replace-FindPythonLibs-with-FindPython3-in-CMake.patch
* 0001-Stop-unsetting-_DEBUG-when-including-Python.h.patch- Drop obsolete conditions
* Mon Jan 21 2019 wbauerAATTtmo.at- Update to 5.0.0
* Ported to Qt5 and KDE Frameworks5
* Too many changes to list here- Drop patches merged upstream:
* fix-processEvents.patch
* kvirc-gendoc-date.patch
* kvirc-cmake-timestamp.patch
* kvirc-no-uname.patch- Drop separate devel package and just delete libkvirc.so instead- Change package license to GPL-2.0-or-later AND (GPL-3.0-only OR SUSE-LGPL-2.1-with-digia-exception-1.1)
* Fri Nov 16 2018 Bernhard Wiedemann - Add kvirc-cmake-timestamp.patch kvirc-gendoc-date.patch (boo#1047218)- Add kvirc-no-uname.patch to make package build reproducible (boo#1101107)
* Sat Dec 16 2017 fabianAATTritter-vogt.de- BuildIgnore libopenssl-1_1_0-devel to fix build with ossl 1.1 based libqt4
* Mon Nov 27 2017 fvogtAATTsuse.com- BuildRequire openssl-devel 1.0 explicitly to fix build on TW- Remove %if with ancient checks
* Thu Jul 07 2016 wbauerAATTtmo.at- Add fix-processEvents.patch: fixes use of wrong operator when constructing the parameter to QApplication::processEvents(), and as a result also the build with gcc6 (boo#985191)