Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2022-01-11 21:16:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Tue Jan 11 21:16:27 2022 rev:122 rq:945064 version:5.90.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2021-12-13 20:45:37.600494121 +0100 +++ /work/SRC/openSUSE:Factory/.kio.new.1892/kio.changes 2022-01-11 21:19:06.980952359 +0100 @@ -1,0 +2,11 @@ +Mon Jan 3 12:47:39 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.90.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.90.0 +- Too many changes since 5.89.0, only listing bugfixes: + * kdirmodel: Return "unknown" icon when the icon is null (kde#447573) + * do not access service past its prime (kde#446539) + +------------------------------------------------------------------- Old: ---- kio-5.89.0.tar.xz kio-5.89.0.tar.xz.sig New: ---- kio-5.90.0.tar.xz kio-5.90.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.ME76Gd/_old 2022-01-11 21:19:07.712952874 +0100 +++ /var/tmp/diff_new_pack.ME76Gd/_new 2022-01-11 21:19:07.716952877 +0100 @@ -16,21 +16,21 @@ # -%define _tar_path 5.89 +%define _tar_path 5.90 # 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 +%bcond_without released Name: kio -Version: 5.89.0 +Version: 5.90.0 Release: 0 Summary: Network transparent access to files and data License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: %{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif @@ -38,6 +38,10 @@ Patch0: kio_help-fallback-to-kde4-docs.patch BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes +# gcc7 is too old for std::transform_reduce +%if 0%{?suse_version} == 1500 +BuildRequires: gcc10-c++ +%endif BuildRequires: kf5-filesystem BuildRequires: krb5-devel BuildRequires: libacl-devel @@ -81,9 +85,6 @@ Requires: kded >= %{_kf5_bugfix_version} # KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle Recommends: kinit -%if %{with lang} -Recommends: %{name}-lang = %{version} -%endif %description This framework implements almost all the file management functions you @@ -139,6 +140,10 @@ %define _lto_cflags %{nil} %endif +%if 0%{?suse_version} == 1500 +export CXX=g++-10 +%endif + %cmake_kf5 -d build %cmake_build @@ -146,7 +151,7 @@ %kf5_makeinstall -C build %fdupes %{buildroot} -%if %{with lang} +%if %{with released} %find_lang %{name} --with-man --all-name %{kf5_find_htmldocs} %endif @@ -156,7 +161,7 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ kio-5.89.0.tar.xz -> kio-5.90.0.tar.xz ++++++ ++++ 281431 lines of diff (skipped)