From 6a0d96a49dc3974c126d038769aa394acdb8a3a005218806bb4a3531ee35de42 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 12:58:42 +0000 Subject: [PATCH] Update to 5.49.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=232 --- kio-5.48.0.tar.xz | 3 --- kio-5.49.0.tar.xz | 3 +++ kio.changes | 10 ++++++++++ kio.spec | 32 ++++++++++++++++---------------- 4 files changed, 29 insertions(+), 19 deletions(-) delete mode 100644 kio-5.48.0.tar.xz create mode 100644 kio-5.49.0.tar.xz diff --git a/kio-5.48.0.tar.xz b/kio-5.48.0.tar.xz deleted file mode 100644 index 8433544..0000000 --- a/kio-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b9b04dc1e53a4e752e234c5dceee47b34aac521849a47b2bab45b7b81da02a -size 3164728 diff --git a/kio-5.49.0.tar.xz b/kio-5.49.0.tar.xz new file mode 100644 index 0000000..41e0b37 --- /dev/null +++ b/kio-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3089c1746dcd86d100b57a011e6f6fcbdf0622bad6f546e63048815de783a67 +size 3164592 diff --git a/kio.changes b/kio.changes index c8817b5..cd98783 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 19 09:19:11 UTC 2018 - christophe@krop.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: +- Too many changes to list here + ------------------------------------------------------------------- Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org diff --git a/kio.spec b/kio.spec index cf2bdc0..1fc05af 100644 --- a/kio.spec +++ b/kio.spec @@ -16,29 +16,25 @@ # -%bcond_without lang -%define _tar_path 5.48 -Name: kio -Version: 5.48.0 -Release: 0 +%define _tar_path 5.49 # 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.49.0 +Release: 0 Summary: Network transparent access to files and data License: LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: 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-OPENSUSE Patch1: 0001-Revert-Support-NTFS-hidden-files.patch -%if 0%{?suse_version} < 1330 -# It does not build with the default compiler (GCC 4.8) on Leap 42.x -BuildRequires: gcc7-c++ -%endif BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes @@ -65,6 +61,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version} BuildRequires: libacl-devel BuildRequires: libattr-devel +BuildRequires: pkgconfig BuildRequires: solid-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(Qt5Concurrent) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.6.0 @@ -78,11 +75,15 @@ BuildRequires: cmake(Qt5Xml) >= 5.6.0 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) 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 -# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle -Recommends: kinit %description This framework implements almost all the file management functions you @@ -127,6 +128,7 @@ file dialog also uses this to provide its network-enabled file management. Development files. %lang_package + %prep %setup -q %autopatch -p1 @@ -146,15 +148,12 @@ Development files. %if %{with lang} %find_lang %{name} --with-man --all-name -%kf5_find_htmldocs +%{kf5_find_htmldocs} %endif %post core -p /sbin/ldconfig - %postun core -p /sbin/ldconfig - %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %if %{with lang} @@ -202,6 +201,7 @@ Development files. %files %doc README* %license COPYING* +%{_kf5_debugdir}/kio.categories %{_kf5_libdir}/libKF5KIOGui.so.* %{_kf5_libdir}/libKF5KIOWidgets.so.* %{_kf5_libdir}/libKF5KIOFileWidgets.so.*