SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kpackage-lang-5.99.0-1.1.noarch.rpm :

* Sat Oct 01 2022 Christophe Giboudeaux - Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0- Changes since 5.98.0:
* .gitlab-ci.yml: enable static builds
* Build test KPackage structure as static plugin
* Copy required plasmoid kpackage definition sin autotests to avoid issues when building statically
* Fix duplicate symbol in static builds (kde#459099)
* Ignore sddmtheme dependencies if we do not have the knsrc file installed (kde#415583)
* Remove unneeded known categories
* Tue Sep 06 2022 Christophe Giboudeaux - Update to 5.98.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.98.0- Changes since 5.97.0:
* Add FreeBSD Qt6 CI support
* Sun Aug 07 2022 Christophe Giboudeaux - Update to 5.97.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.97.0- Changes since 5.96.0:
* Fix listing of KPackage structures (kde#456726)
* README.md add dot at end of sentence
* Port archive of test plasmoid to json metadata
* Fix tests that generate metadata.desktop file for Qt6 build
* Port metadata files in autotests to json
* Sun Jul 03 2022 Christophe Giboudeaux - Update to 5.96.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.96.0- No code change since 5.95.0
* Fri Jun 10 2022 Christophe Giboudeaux - Update to 5.95.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.95.0- Changes since 5.94.0:
* port to standard C++ smart pointers where possible
* Tue May 10 2022 Christophe Giboudeaux - Update to 5.94.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.94.0- Changes since 5.93.0:
* Require unit tests to pass on CI
* Remove CMAKE_AUTOMOC_RELAXED_MODE
* Fix build with deprecation version 5.92 or above
* Add windows CI
* Sun Apr 03 2022 Christophe Giboudeaux - Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0- Changes since 5.92.0:
* PackageJobThread: Also check if metadata.json file exists
* Explicitly call KPluginMetaData::fromJsonFile when constructing metadata objects
* Fix desktoptojson invocation when cross-compiling
* Mon Mar 07 2022 Christophe Giboudeaux - Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0- No code change since 5.91.0
* Sun Feb 06 2022 Christophe Giboudeaux - Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0- Changes since 5.90.0:
* Simplify code using KPluginMetaData::fromJsonFile
* Explicitly call KPluginMetaData::fromJsonFile when constructing metadata objects
* Fix unintended result in readKPackageTypes (kde#448625)
* Use ecm_mark_nongui_executable() for mock:// handler
* PackageJob: Use QStandardPaths::findExecutable() to find resolvers
* QueryTest: validate the install() result
* Add CI qt6 support
* Build static libs which are linked into shared libs as PIC
* Mon Jan 03 2022 Christophe Giboudeaux - Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0- Changes since 5.89.0:
* PackagePrivate: use unique_ptr for fallbackPackage
* Add a service type property definition for NoDisplay
* Fix macro. We need to use specific rcc program
* Fix compile against qt6
* Change build system for building against qt6
* Port away from KPluginMetaData::serviceTypes
* Sat Dec 04 2021 Christophe Giboudeaux - Update to 5.89.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.89.0- Changes since 5.88.0:
* Utilize type-safe KPluginMetaData API methods
* Utilize KPluginMetaData::value overloads
* Sun Nov 07 2021 Christophe Giboudeaux - Strip \'Source\' URL for faster submissions
* Sun Nov 07 2021 Christophe Giboudeaux - Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0- Changes since 5.87.0:
* Allow KCM kpackages to use metadata of C++ plugin
* Utilize std::optional to check if we have already searched for a KPluginMetaData object
* KPackage: Copy KPluginMetaData object when copying d-ptr
* Add FreeBSD CI
* Sun Oct 03 2021 Christophe Giboudeaux - Update to 5.87.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.87.0- Changes since 5.86.0:
* Add Gitlab CI configuration
* Wed Sep 15 2021 Christophe Giboudeaux - Drop the unneeded baselibs.conf.
* Mon Sep 06 2021 Christophe Giboudeaux - Update to 5.86.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.86.0- Changes since 5.85.0:
* Port away from deprecated KPluginLoader
* Deprecate unused virtual functions in PackageLoader
* Try loading package structures by name
* kpackagetool: Fix small typo in its output
* Fri Aug 06 2021 Christophe Giboudeaux - Update to 5.85.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.85.0- Changes since 5.84.0:
* Deprecate kpackage_install_bundled_package cmake function
* Clean up leftovers from index generation
* Reduce severity of warnings about appstream generations
* Remove unused PackageLoaderPrivate::parentAppConstraint method
* Deprecate implicitly defining X-KDE-ParentApp by parent structure
* Introduce new KPackageStructure property to identify plugins & packages
* autotests: Organize package structures into subdir
* autotests: Avoid compiling the same files 5 times
* Include a warning when setting the path without a structure
* Sun Jul 04 2021 Christophe Giboudeaux - Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0- Changes since 5.83.0:
* Simplify plugin loading
* KF5PackageMacros: Only include ECM manually if config vars are missing
* Remove unused includes
* Deprecate kpackage/version.h header
* Prefer K_PLUGIN_CLASS_WITH_JSON macro in README code snippet
* PackageStructure: Remove unneeded version export
* KF5PackageMacros: Install JSON metadata file if it exists in source- Only install the license files once
* Sat Jun 05 2021 Christophe Giboudeaux - Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0- Changes since 5.82.0:
* Bump required CMake version to 3.16
* Call ki18n_install() unconditionally
* Sat May 01 2021 Christophe Giboudeaux - Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0- Changes since 5.81.0:
* Remove kpluginindex.json caching
* Mon Apr 05 2021 Christophe Giboudeaux - Update to 5.81.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.81.0- No code change since 5.80.0
* Sun Mar 07 2021 Christophe Giboudeaux - Update to 5.80.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.80.0- Changes since 5.79.0:
* Run clang-format
* Add clang-format configuration
* Mon Feb 08 2021 Christophe Giboudeaux - Update to 5.79.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.79.0- Changes since 5.78.0:
* Add missing includes
* Document PackageStructure ownership when using PackageLoader
* Wed Jan 06 2021 Christophe Giboudeaux - Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0- Changes since 5.77.0:
* autotests: attempt to fix them on Windows, or at least expect failures
* autotests: clarify very confusing test. The expected value is actually empty.
* Sat Dec 05 2020 Christophe Giboudeaux - Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0- Changes since 5.76.0:
* Drop X-KDE-PluginInfo-Depends
* Sat Nov 07 2020 Christophe Giboudeaux - Update to 5.76.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.76.0- Changes since 5.75.0:
* Fix build errors if PREFIX is different from ECM\'s PREFIX.
* Make \"no metadata\" warning a debug-only thing
* If include is define in .h remove it if it\'s defined in .cpp too (scripted)
* Documentation fixes: Use more entities and some punctuation
* Mon Oct 05 2020 Christophe Giboudeaux - Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0- Changes since 5.74.0:
* Fix DBus notifications when installed/updated
* Remove obsolete license text
* Relicense file to LGPL-2.0-or-later
* initialize pointer, constify pointer
* Sun Sep 06 2020 Christophe Giboudeaux - Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0- Changes since 5.73.0:
* Remove obsolete COPYING files
* Do not delete package root if package was deleted (kde#410682)
* Sun Aug 02 2020 Christophe Giboudeaux - Update to 5.73.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0- Changes since 5.72.0:
* Use KF-standardized Qt logging categories
* Use camelcase include. (scripted)
* Sun Jul 05 2020 Christophe Giboudeaux - Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0- Changes since 5.71.0:
* Convert license to GPL-2.0-or-later- Fix the license tag. the kpackagetool executable is GPL-2.0-or-later
* Sun Jun 07 2020 Christophe Giboudeaux - Update to 5.71.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.71.0- No code change since 5.70.0
* Sun May 03 2020 Christophe Giboudeaux - Update to 5.70.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.70.0- Changes since 5.69.0:
* Fix testpackage-appstream: XDG_DATA_DIRS needs to be explicitly extended
* Sun Apr 05 2020 Christophe Giboudeaux - Update to 5.69.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.69.0- No code change since 5.68.0
* Sun Mar 08 2020 Christophe Giboudeaux - Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php- Changes since 5.67.0:
* Use ecm_qt_install_logging_categories over manual categories file
* Sun Feb 02 2020 Christophe Giboudeaux - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux - Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php- No code change since 5.66.0
* Sun Jan 05 2020 Christophe Giboudeaux - Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php- Changes since 5.65.0:
* Port endl to \"\
\"
* Port QRegExp to QRegularExpression
* Update the obsolete projects.kde.org URL
* 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