Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio-extras5 for openSUSE:Factory checked in at 2021-08-16 10:06:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio-extras5 (Old) and /work/SRC/openSUSE:Factory/.kio-extras5.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio-extras5" Mon Aug 16 10:06:28 2021 rev:99 rq:911681 version:21.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes 2021-07-09 23:58:50.684755269 +0200 +++ /work/SRC/openSUSE:Factory/.kio-extras5.new.1899/kio-extras5.changes 2021-08-16 10:07:31.099387041 +0200 @@ -1,0 +2,71 @@ +Fri Aug 6 09:38:38 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.08.0 +- No code change since 21.07.90 + +------------------------------------------------------------------- +Fri Jul 30 10:05:02 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.07.90 + * New feature release +- No code change since 21.07.80 + +------------------------------------------------------------------- +Sat Jul 17 20:06:09 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.07.80 + * New feature release +- Changes since 21.04.3: + * don't auto deduce QStringBuilder (kde#439877) + * filter KIO: add zstd support + * Thumbnails: Make thumbnail generation devicePixelRatio aware (kde#342053) + * kio_info: fix the extraction of the POT file + * archive KIO: register also as handler for zstd-compressed tars + * Drop network: KIO slave + * kio-mtp: register demon on D-Bus by service name org.kde.kmtpd5 + * Fix build against new KDNSSD includes + * Adding import of kio_version + * Move ThumbCreatorWithMetadata out of anonymous namespace + * Thumbnails: Refactor, add ThumbCreatorWithMetadata + * Thumbnails: Refactor, Make scaleDownImage an anonymous function, + remove unnecessary old smooth scaling hack + * Thumbnails: Refactor how to find thumb cache dir + * Thumbnails: Refactor, Add ThumbnailProtocol::ensureDirsCreated + * Skipping thumbnail caching for encrypted storages + * thumbnail: run clang-format + * Remove empty ExtraNames JSON property for KIO slaves + * Embed JSON metadata in KIOSlaves + * Remove obsolete .protocol files + * Convert protocol files to JSON + * Do not install deprecated protocol files + * Remove description from protocol files + * Increase deps + * Add missing include <thread> + * [kio/mtp] Use forward declaration for MTPDevice* + * [kio/mtp] Use ecm_qt_declare_logging_category + * [kio/nfs] Remove unused QTimer header + * [kio/nfs] Use ecm_qt_declare_logging_category + * [kio/man] Use ecm_qt_declare_logging_category + * [kio/info] Use ecm_qt_declare_logging_category + * [kio/filenamesearch] Use ecm_qt_declare_logging_category + * [kio/archive] Fix ecm_declare_logging_category usage + * [Thumbnail] Remove unused return value from drawSubThumbnail + * Enable gitlab CI + * Update .gitignore + * thumbnail: Port from deprecated qrand to QRandomGenerator + * thumbnail: Remove dead code + * Ignore smb/kdsoap-ws-discovery-client/ SPDX licenses + * Convert license headers to SPDX + * [thumbnail/exrcreator] Add missing include + * Bump Qt min version to 5.14 and fix two warnings + * Add .git-blame-ignore-revs file + * Run astyle to correct indentation to 4 spaces + * Thumbnail: Set sequenceIndexWraparoundPoint AFTER calling ThumbSequenceCreator::create() + * Add some missing linkages + * Bump KF5_MIN_VERSION to 5.80.0 for ThumbSequenceCreator::sequenceIndexWraparoundPoint(). + * Add support for fixed-length sequence loops to ThumbSequenceCreator + +------------------------------------------------------------------- Old: ---- kio-extras-21.04.3.tar.xz kio-extras-21.04.3.tar.xz.sig New: ---- kio-extras-21.08.0.tar.xz kio-extras-21.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio-extras5.spec ++++++ --- /var/tmp/diff_new_pack.7JL1a8/_old 2021-08-16 10:07:31.651386380 +0200 +++ /var/tmp/diff_new_pack.7JL1a8/_new 2021-08-16 10:07:31.651386380 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kio-extras5 -Version: 21.04.3 +Version: 21.08.0 Release: 0 Summary: Additional KIO slaves for KDE applications License: GPL-2.0-or-later @@ -73,7 +73,6 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(smbclient) -Recommends: %{name}-lang Recommends: kimageformats # we want some imageformats in Recommends: libqt5-qtimageformats @@ -128,10 +127,10 @@ %postun -n libkioarchive5 -p /sbin/ldconfig %files -%license COPYING.* +%license LICENSES/* %{_kf5_configkcfgdir}/ %{_kf5_debugdir}/kio-extras.categories -%{_kf5_libdir}/libmolletnetwork5.so.* +%{_kf5_debugdir}/kio-extras.renamecategories %{_kf5_libexecdir}/smbnotifier %{_kf5_plugindir}/ %{_kf5_servicesdir}/ @@ -139,9 +138,7 @@ %{_kf5_sharedir}/kio_bookmarks/ %{_kf5_sharedir}/kio_docfilter/ %{_kf5_sharedir}/kio_info/ -%{_kf5_sharedir}/konqsidebartng/ %{_kf5_sharedir}/konqueror/ -%{_kf5_sharedir}/mime/packages/kf5_network.xml %{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/solid/ @@ -151,7 +148,7 @@ %{_libdir}/cmake/KioArchive/ %files -n libkioarchive5 -%license COPYING.* +%license LICENSES/* %{_libdir}/libkioarchive.so.5* %if %{with lang} ++++++ kio-extras-21.04.3.tar.xz -> kio-extras-21.08.0.tar.xz ++++++ ++++ 102404 lines of diff (skipped)
