From c5e910666b2bbfa27869b8b47f760988e12b74b5d56172570471ab4b285d8a9f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 7 Sep 2018 07:46:50 +0000 Subject: [PATCH 1/4] KDE Applications 18.08.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=81 --- kio-extras-18.08.0.tar.xz | 3 --- kio-extras-18.08.1.tar.xz | 3 +++ kio-extras5.changes | 11 +++++++++++ kio-extras5.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 kio-extras-18.08.0.tar.xz create mode 100644 kio-extras-18.08.1.tar.xz diff --git a/kio-extras-18.08.0.tar.xz b/kio-extras-18.08.0.tar.xz deleted file mode 100644 index 31c77df..0000000 --- a/kio-extras-18.08.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:764cb0e970da6df0e775d8eb793930005e893e8a2093fdb4a54ef36fc4ffaacc -size 547044 diff --git a/kio-extras-18.08.1.tar.xz b/kio-extras-18.08.1.tar.xz new file mode 100644 index 0000000..3e1bef9 --- /dev/null +++ b/kio-extras-18.08.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3f185908c05e02c555f36b7ef182e6a935b990e28d71f835c5e051d842060f +size 552308 diff --git a/kio-extras5.changes b/kio-extras5.changes index eb2aaea..483fe79 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 06 18:43:02 UTC 2018 - lbeltrame@kde.org + +- Update to 18.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.1.php +- Changes since 18.08.0: + * Add license text of GPL 2.0, LGPL 2.0 and LGPL 2.1 + * Avoid a kio-mtp crash when trying to add a blocked device to the device cache + ------------------------------------------------------------------- Thu Aug 16 22:04:41 UTC 2018 - christophe@krop.fr diff --git a/kio-extras5.spec b/kio-extras5.spec index 4beaba0..ecc44d6 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kio-extras5 -Version: 18.08.0 +Version: 18.08.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From 5e9a4c8aed7ed2bff10090fccf3e24d38ed9447a77a2ce6dd034056b4b898544 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 7 Sep 2018 08:11:59 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=82 --- kio-extras5.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/kio-extras5.spec b/kio-extras5.spec index ecc44d6..074598b 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -67,11 +67,6 @@ 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 @@ -79,7 +74,6 @@ Recommends: libqt5-qtimageformats Provides: kfileaudiopreview = 4.100.0 Obsoletes: kfileaudiopreview < 4.100.0 Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Additional KIO-slaves for KDE applications. @@ -131,7 +125,7 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %postun -n libkioarchive5 -p /sbin/ldconfig %files -%defattr(-,root,root) +%license COPYING.* %{_kf5_configkcfgdir}/ %{_kf5_libdir}/libmolletnetwork5.so.* %{_kf5_plugindir}/ @@ -145,15 +139,16 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %{_kf5_sharedir}/mime/packages/kf5_network.xml %{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/solid/ +%{_kf5_debugdir}/kio-extras.categories + %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) +%license COPYING.* %{_libdir}/libkioarchive.so.5* %if %{with lang} From 93f311126bfe380907c0c5af9b508594187e1f9208836be5e135fe65850c7343 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 7 Sep 2018 08:12:27 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=83 --- kio-extras5.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kio-extras5.changes b/kio-extras5.changes index 483fe79..618c3b1 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 7 08:12:12 UTC 2018 - lbeltrame@kde.org + +- Disable WebEngine BuildReq and add %license + ------------------------------------------------------------------- Thu Sep 06 18:43:02 UTC 2018 - lbeltrame@kde.org From 50d43e2bbfe48f7b6c8e029e23f0a8a8427ca0b33bb0806965a4b0b738de1a84 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 7 Sep 2018 11:35:08 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=84 --- kio-extras5.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/kio-extras5.spec b/kio-extras5.spec index 074598b..d130fac 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -139,8 +139,6 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %{_kf5_sharedir}/mime/packages/kf5_network.xml %{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/solid/ -%{_kf5_debugdir}/kio-extras.categories - %files -n libkioarchive-devel %{_kf5_includedir}/kio_archivebase.h