diff --git a/kio-extras-17.04.3.tar.xz b/kio-extras-17.04.3.tar.xz deleted file mode 100644 index b6265b7..0000000 --- a/kio-extras-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e18f76631611d9ef74394e204207feaeaf4fa9f6c089f5719a966beed41bf983 -size 552168 diff --git a/kio-extras-17.08.0.tar.xz b/kio-extras-17.08.0.tar.xz new file mode 100644 index 0000000..d30d7ef --- /dev/null +++ b/kio-extras-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e95d3e7106372b282827b888717c1247f4fcb731a015641d437d3f5a51ccf79 +size 555068 diff --git a/kio-extras5.changes b/kio-extras5.changes index 33a82bc..bd8dca3 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Aug 17 19:48:32 UTC 2017 - jengelh@inai.de + +- Fix incomplete sentence structure in description. + +------------------------------------------------------------------- +Mon Aug 14 08:16:57 UTC 2017 - fabian@ritter-vogt.de + +- Only BuildRequire Qt WebEngine if available + +------------------------------------------------------------------- +Fri Aug 11 22:45:36 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + +------------------------------------------------------------------- +Sat Aug 5 18:17:56 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sat Jul 15 22:59:57 CEST 2017 - lbeltrame@kde.org diff --git a/kio-extras5.spec b/kio-extras5.spec index d28aaa0..9580645 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -1,7 +1,7 @@ # # spec file for package kio-extras5 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: kio-extras5 -Version: 17.04.3 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Additional KIO slaves for KDE applications License: GPL-2.0+ @@ -66,6 +67,11 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(smbclient) +%if 0%{?suse_version} >= 1330 +%ifarch %ix86 x86_64 %arm aarch64 mips mips64 +BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0 +%endif +%endif Recommends: kimageformats # we want some imageformats in Recommends: libqt5-qtimageformats @@ -76,7 +82,24 @@ Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Additional KIO slaves for KDE applications. +Additional KIO-slaves for KDE applications. + +%package -n libkioarchive5 +Summary: The archiver base class library +Group: System/Libraries + +%description -n libkioarchive5 +The archiver base class, used by specific archive formats, is made +available as a library in its own right so that support for other +archive formats can be built outside the kio-extras source tree. + +%package -n libkioarchive-devel +Summary: Development package for libkioarchive5 +Group: Development/Libraries/C and C++ +Requires: libkioarchive5 = %{version} + +%description -n libkioarchive-devel +This is the development package for libkioarchive %if %{with lang} %lang_package @@ -104,11 +127,14 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%post -n libkioarchive5 -p /sbin/ldconfig +%postun -n libkioarchive5 -p /sbin/ldconfig + %files %defattr(-,root,root) +%{_kf5_configkcfgdir}/ %{_kf5_libdir}/libmolletnetwork5.so.* %{_kf5_plugindir}/ -%{_kf5_configkcfgdir}/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ %{_kf5_sharedir}/kio_bookmarks/ @@ -116,9 +142,19 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %{_kf5_sharedir}/kio_info/ %{_kf5_sharedir}/konqsidebartng/ %{_kf5_sharedir}/konqueror/ +%{_kf5_sharedir}/mime/packages/kf5_network.xml %{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/solid/ -%{_kf5_sharedir}/mime/packages/kf5_network.xml + +%files -n libkioarchive-devel +%defattr(-,root,root) +%{_kf5_includedir}/kio_archivebase.h +%{_kf5_includedir}/libkioarchive_export.h +%{_libdir}/cmake/KioArchive/ + +%files -n libkioarchive5 +%defattr(-,root,root) +%{_libdir}/libkioarchive.so.5* %if %{with lang} %files lang -f %{name}.lang