Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2021-05-10 15:35:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Mon May 10 15:35:37 2021 rev:110 rq:891760 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2021-05-08 22:07:15.685783163 +0200 +++ /work/SRC/openSUSE:Factory/.kio.new.2988/kio.changes 2021-05-10 15:37:14.438072536 +0200 @@ -1,0 +2,6 @@ +Thu May 6 18:12:12 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Drop 0001-PreviewJob-Create-a-larger-SHM-when-necessary.patch. + Merged in kio 5.82. + +------------------------------------------------------------------- @@ -5,0 +12,12 @@ + +------------------------------------------------------------------- +Sat May 1 16:40:59 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- Too many changes since 5.81.0, only listing bugfixes: + * Make the openOrExecute dialog modal (kde#430396) + * KDirOperator: show the progress bar above the horizontal scrollbar + (kde#194017) Old: ---- 0001-PreviewJob-Create-a-larger-SHM-when-necessary.patch kio-5.81.0.tar.xz kio-5.81.0.tar.xz.sig New: ---- kio-5.82.0.tar.xz kio-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.JU0G5K/_old 2021-05-10 15:37:15.030070243 +0200 +++ /var/tmp/diff_new_pack.JU0G5K/_new 2021-05-10 15:37:15.034070228 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.81 +%define _tar_path 5.82 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kio -Version: 5.81.0 +Version: 5.82.0 Release: 0 Summary: Network transparent access to files and data License: LGPL-2.1-or-later @@ -37,8 +37,6 @@ Source99: baselibs.conf # PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5 Patch0: kio_help-fallback-to-kde4-docs.patch -# PATCH-FIX-UPSTREAM -Patch1: 0001-PreviewJob-Create-a-larger-SHM-when-necessary.patch BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem @@ -67,16 +65,16 @@ BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Concurrent) >= 5.14.0 -BuildRequires: cmake(Qt5Core) >= 5.14.0 -BuildRequires: cmake(Qt5DBus) >= 5.14.0 -BuildRequires: cmake(Qt5Network) >= 5.14.0 -BuildRequires: cmake(Qt5Qml) >= 5.14.0 -BuildRequires: cmake(Qt5Test) >= 5.14.0 -BuildRequires: cmake(Qt5UiPlugin) >= 5.14.0 -BuildRequires: cmake(Qt5Widgets) >= 5.14.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.14.0 -BuildRequires: cmake(Qt5Xml) >= 5.14.0 +BuildRequires: cmake(Qt5Concurrent) >= 5.15.0 +BuildRequires: cmake(Qt5Core) >= 5.15.0 +BuildRequires: cmake(Qt5DBus) >= 5.15.0 +BuildRequires: cmake(Qt5Network) >= 5.15.0 +BuildRequires: cmake(Qt5Qml) >= 5.15.0 +BuildRequires: cmake(Qt5Test) >= 5.15.0 +BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0 +BuildRequires: cmake(Qt5Widgets) >= 5.15.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.15.0 +BuildRequires: cmake(Qt5Xml) >= 5.15.0 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) Requires: %{name}-core = %{version} @@ -121,9 +119,9 @@ Requires: cmake(KF5Solid) >= %{_kf5_bugfix_version} Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} Requires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5Concurrent) >= 5.14.0 -Requires: cmake(Qt5DBus) >= 5.14.0 -Requires: cmake(Qt5Network) >= 5.14.0 +Requires: cmake(Qt5Concurrent) >= 5.15.0 +Requires: cmake(Qt5DBus) >= 5.15.0 +Requires: cmake(Qt5Network) >= 5.15.0 %description devel This framework implements almost all the file management functions you @@ -137,12 +135,12 @@ %autosetup -p1 %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf5_makeinstall -C build +%fdupes %{buildroot} %if %{with lang} %find_lang %{name} --with-man --all-name ++++++ kio-5.81.0.tar.xz -> kio-5.82.0.tar.xz ++++++ ++++ 256697 lines of diff (skipped)