Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2019-08-19 21:08:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Mon Aug 19 21:08:44 2019 rev:83 rq:722472 version:5.61.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2019-07-26 12:15:50.734797557 +0200 +++ /work/SRC/openSUSE:Factory/.kio.new.22127/kio.changes 2019-08-19 21:08:47.904858642 +0200 @@ -1,0 +2,26 @@ +Wed Aug 7 17:51:31 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- 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: + * Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH + * Use identical internet-services icon. + * Stabilize test KFileWidgetTest::testDropFile + * Add missing KIOWIDGETS_NO_DEPRECTAED check + * Deprecate suggestName + * Replace implementation of suggestName with KFileUtils::suggestName + * Port internal usage of KIO::suggestName + * Fix can't enter directory error on some FTP servers with Turkish locale (kde#409740) + * Port from KRun::runService to KRun::runApplication + * Fix compiler warnings about initialization order. + * Look for protocols in the bin dir too, to fix the autotests + +------------------------------------------------------------------- +Fri Jul 19 11:42:25 UTC 2019 - Wolfgang Bauer <[email protected]> + +- Don't lower minimum Qt version anymore, it requires 5.11 now +- Drop conditionals for no longer supported openSUSE versions + +------------------------------------------------------------------- Old: ---- kio-5.60.0.tar.xz New: ---- frameworks.keyring kio-5.61.0.tar.xz kio-5.61.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.kYnAQB/_old 2019-08-19 21:08:49.252858423 +0200 +++ /var/tmp/diff_new_pack.kYnAQB/_new 2019-08-19 21:08:49.256858422 +0200 @@ -16,21 +16,25 @@ # -%define _tar_path 5.60 +%define _tar_path 5.61 # 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.60.0 +Version: 5.61.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: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz -Source1: baselibs.conf +Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig +Source2: frameworks.keyring +%endif +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 BuildRequires: cmake >= 3.0 @@ -76,10 +80,6 @@ Requires: %{name}-core = %{version} # KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle Recommends: kinit -%if 0%{?suse_version} < 1330 -# It does not build with the default compiler (GCC 4.8) on Leap 42.x -BuildRequires: gcc7-c++ -%endif %if %{with lang} Recommends: %{name}-lang = %{version} %endif @@ -91,8 +91,9 @@ %package core Summary: Network transparent access to files and data -# core subpackage created with 5.9.0 Group: System/GUI/KDE + +# core subpackage created with 5.9.0 Conflicts: kio <= 5.8.0 %description core @@ -131,16 +132,8 @@ %prep %setup -q %autopatch -p1 -%if 0%{?suse_version} == 1500 -sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 5.9.0)/" CMakeLists.txt -%endif %build - %if 0%{?suse_version} < 1330 - # It does not build with the default compiler (GCC 4.8) on Leap 42.x - export CC=gcc-7 - export CXX=g++-7 - %endif %cmake_kf5 -d build %make_jobs ++++++ kio-5.60.0.tar.xz -> kio-5.61.0.tar.xz ++++++ ++++ 49160 lines of diff (skipped)
