SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mingw64-kpackage-5.65.0-1.142.noarch.rpm :

* Sun Dec 08 2019 Christophe Giboudeaux - Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php- Changes since 5.64.0:
* Remove -std=c++0x flag and duplicated -Wall flag
* Remove commented cmake code
* support Qt File selectors in KPackage
* Sun Nov 03 2019 Christophe Giboudeaux - Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
* Sun Oct 06 2019 Christophe Giboudeaux - 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
* Sat Sep 07 2019 Christophe Giboudeaux - Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php- Changes since 5.61.0:
* Remove unused includes- Replace foo-devel with cmake(KF5Foo) in build requirements
* Wed Aug 07 2019 Christophe Giboudeaux - Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php- Changes since 5.60.0:
* Offer metadata.json when requesting the package metadata
* PackageLoader: Use the right scope for the KCompressionDevice
* Use metadata.json when creating the metadata from KPackage::metadata()
* Fix build due to missing QVector include
* Fri Jul 19 2019 Wolfgang Bauer - Don\'t lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrameAATTkde.org- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php- Changes since 5.59.0:
* performance, Qt API
* Install in new logging directory when we use kf5 5.59.0
* Sun Jun 09 2019 lbeltrameAATTkde.org- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php- No code changes since 5.58.0
* Wed May 15 2019 lbeltrameAATTkde.org- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php- Changes since 5.57.0:
* Add missing properties in kpackage-generic.desktop
* kpackagetool: read kpackage-generic.desktop from qrc
* AppStream generation: make sure we look up for the package structure on packages that have metadata.desktop/json too
* autotests: don\'t fail appstream test because of anything on stderr
* autotests: display command being executed, to help debugging failures
* autotests: make output nicer
* Don\'t use qAsConst over a temporary variable- Dropped patches, now upstream:
* Dont-use-qAsConst-over-a-temporary-variable.patch
* Tue Apr 16 2019 wbauerAATTtmo.at- Add Dont-use-qAsConst-over-a-temporary-variable.patch to fix a possible crash
* Sun Apr 14 2019 lbeltrameAATTkde.org- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php- Changes since 5.56.0:
* Fix finding the host tools targets file in the Android docker environment
* [kpackages] compile without foreach
* Add cross-compilation support for kpackagetool5
* Sun Mar 10 2019 lbeltrameAATTkde.org- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php- Changes since 5.55.0:
* It compiles fine with qt5.13
* extend documentation of kpackage_install_bundled_package
* remove kpackage_install_package deprecation warning
* Fri Feb 15 2019 alarrosaAATTsuse.com- Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrameAATTkde.org- Update to 5.55.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php- Changes since 5.54.0:
* Remove unused found member
* Make translations work
* Mon Jan 14 2019 lbeltrameAATTkde.org- Update to 5.54.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php- Changes since 5.53.0:
* Fix typo in i18n message (cmdline option description)
* Sat Dec 15 2018 Jan Engelhardt - Use noun phrase in summaries.
* Sun Dec 09 2018 lbeltrameAATTkde.org- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php- Changes since 5.52.0:
* Use isEmpty
* Don\'t generate appstream data for files that lack a description (kde#400431)
* Capture package metadata before install start
* It compiles without deprecated method
* Sun Nov 11 2018 lbeltrameAATTkde.org- Update to 5.52.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php- Changes since 5.51.0:
* Capture package metadata before install start
* Use new categories
* Call reserve() on Qt containers if fill size is known before
* Tue Oct 16 2018 Luca Beltrame - Run spec-cleaner
* Mon Oct 15 2018 lbeltrameAATTkde.org- Update to 5.51.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php- Changes since 5.50.0:
* Use reference in for loop for type with non-trivial copy constructor
* Move Qt5::DBus to the \'PRIVATE\' link targets
* Fix compile with strict compiler flags
* Emit signals when a package is installed/uninstalled
* Fix minor EBN issues
* Thu Sep 13 2018 lbeltrameAATTkde.org- Update to 5.50.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.50.0.php- Changes since 5.49.0:
* autotests: plasmoidpackagetest fails when run in parallel to others
* autotests: handle /home being a symlink on the FreeBSD CI
* Sun Aug 19 2018 christopheAATTkrop.fr- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php- Changes since 5.48.0:
* Honor BUILD_TESTING
* Mon Jul 16 2018 lbeltrameAATTkde.org- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php- Changes since 5.47.0:
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
* Tue Jun 12 2018 lbeltrameAATTkde.org- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php- Changes since 5.46.0:
* kpackage_install_
*package: fix missing dep between .desktop and .json
* make sure paths in rcc are never derived from absolute paths
* Sun May 13 2018 lbeltrameAATTkde.org- Update to 5.46.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php- Changes since 5.45.0:
* Use override
* Add missing explicit
* use KDE_INSTALL_DATADIR instead of FULL_DATADIR
* Warning--
* Add donate urls to test data
* Add override
* Sat Apr 14 2018 lbeltrameAATTkde.org- Update to 5.45.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php- Changes since 5.44.0:
* Try to fix the FreeBSD build.
* Use Qt5::rcc instead of looking for the executable.
* Use NO_DEFAULT_PATH to ensure the right command is picked up
* Look also for prefixed rcc executables
* set component for correct qrc generation
* regenerate qrc on every build
* Don\'t create dependency loop
* Fix the rcc binary package generation
* set(component ${component})
* Fix rcc packages generation
* Generate the rcc file every time, at install time
* Use ecm_setup_qtplugin_macro_names
* remove the rcc before generating
* Make org.kde. components include a donate URL
* Remove not necessary QtCore and co
* Mark kpackage_install_package undeprecated for plasma_install_package
* autotest: improve error reporting on failure
* Mon Mar 12 2018 lbeltrameAATTkde.org- Update to 5.44.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.44.0.php- Changes since 5.43.0:
* Help automoc to find metadata JSON files referenced in the code
* Mon Feb 12 2018 lbeltrameAATTkde.org- Update to 5.43.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.43.0.php- Changes since 5.42.0:
* None
* Tue Jan 16 2018 lbeltrameAATTkde.org- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php- Changes since 5.41.0:
* Remove obsolete reviewboardrc file
* Fix typo
* Prevent cmake 3.10+ warning with moc & K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON
* invalidate the runtime cache on install
* adjust relative directory
* use configure_file instead of install
* use QByteArrayLiteral
* create the needed directory
* experimental support for rcc files loading in kpackage
* Use qCDebug
* compile against Qt 5.7
* Fix up package indexing and add runtime caching
* new KPackage::fileUrl() method
 
ICM