From 64e6c0dc9eed6c9924898139a6c8f87717ab44504ba7c012c0facd90fe7bb39c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:25:04 +0000 Subject: [PATCH 1/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=54 --- kio-extras-17.04.3.tar.xz | 3 --- kio-extras-17.07.90.tar.xz | 3 +++ kio-extras5.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 kio-extras-17.04.3.tar.xz create mode 100644 kio-extras-17.07.90.tar.xz 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.07.90.tar.xz b/kio-extras-17.07.90.tar.xz new file mode 100644 index 0000000..9244c60 --- /dev/null +++ b/kio-extras-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b31170316d5a8ed23c98ea58c159406b6dabd2392b8ca22a2017b78d57ecb69 +size 555084 diff --git a/kio-extras5.changes b/kio-extras5.changes index 33a82bc..40601ba 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 From d402fae7307c7867b957ec08dd48697050a5464c684440c78e40b8f620282a85 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:50:31 +0000 Subject: [PATCH 2/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=55 --- kio-extras5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kio-extras5.spec b/kio-extras5.spec index d28aaa0..7f2feaa 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kio-extras5 -Version: 17.04.3 +Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 740affd274b525cfb897aeaaeb67ccc22c636b5cdf849e09cb2726a9deea050b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 22:56:10 +0000 Subject: [PATCH 3/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=56 --- kio-extras5.spec | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/kio-extras5.spec b/kio-extras5.spec index 7f2feaa..8c3266c 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -55,8 +55,6 @@ BuildRequires: libtag-devel BuildRequires: openslp-devel BuildRequires: phonon4qt5-devel BuildRequires: pkgconfig -BuildRequires: solid-devel -BuildRequires: xz BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0 BuildRequires: pkgconfig(Qt5Network) >= 5.4.0 BuildRequires: pkgconfig(Qt5Sql) @@ -66,18 +64,40 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(smbclient) +BuildRequires: solid-devel +BuildRequires: xz Recommends: kimageformats # we want some imageformats in Recommends: libqt5-qtimageformats #BuildRequires: update-desktop-files Provides: kfileaudiopreview = 4.100.0 Obsoletes: kfileaudiopreview < 4.100.0 +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Additional KIO slaves for KDE applications. +%package -n libkioarchive5 +Group: System/Libraries +Summary: The archiver base class library + +%description -n libkioarchive5 +So that support for other archive formats can be built outside +of the kio-extras source tree. The archiver base class is now +a separately installed library, with the specific archive formats +using it. + +%package -n libkioarchive-devel +Group: Development/Libraries/C and C++ +Summary: Development package for libkioarchive5 +Requires: libkioarchive5 = %{version} + +%description -n libkioarchive-devel +This is the development package for libkioarchive + %if %{with lang} %lang_package %endif @@ -104,6 +124,9 @@ 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_libdir}/libmolletnetwork5.so.* @@ -120,6 +143,16 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %{_kf5_sharedir}/solid/ %{_kf5_sharedir}/mime/packages/kf5_network.xml +%files -n libkioarchive-devel +%defattr(-,root,root) +%{_includedir}/KF5/kio_archivebase.h +%{_includedir}/KF5/libkioarchive_export.h +%{_libdir}/cmake/KioArchive/ + +%files -n libkioarchive5 +%defattr(-,root,root) +%{_libdir}/libkioarchive.so.5* + %if %{with lang} %files lang -f %{name}.lang %endif From 7407ba1cd8529dd79e4ca18597b47841a482294bac469f7109b7cf8a0c2ef1fd Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:56:45 +0000 Subject: [PATCH 4/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=57 --- kio-extras5.changes | 9 +++++++++ kio-extras5.spec | 26 +++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/kio-extras5.changes b/kio-extras5.changes index 40601ba..df81e1c 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/kio-extras5.spec b/kio-extras5.spec index 8c3266c..3cc73b2 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.07.90 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+ @@ -55,6 +56,8 @@ BuildRequires: libtag-devel BuildRequires: openslp-devel BuildRequires: phonon4qt5-devel BuildRequires: pkgconfig +BuildRequires: solid-devel +BuildRequires: xz BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0 BuildRequires: pkgconfig(Qt5Network) >= 5.4.0 BuildRequires: pkgconfig(Qt5Sql) @@ -64,8 +67,9 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(smbclient) -BuildRequires: solid-devel -BuildRequires: xz +%if 0%{?suse_version} >= 1330 +BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0 +%endif Recommends: kimageformats # we want some imageformats in Recommends: libqt5-qtimageformats @@ -78,11 +82,11 @@ Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Additional KIO slaves for KDE applications. +Additional KIO-slaves for KDE applications. %package -n libkioarchive5 -Group: System/Libraries Summary: The archiver base class library +Group: System/Libraries %description -n libkioarchive5 So that support for other archive formats can be built outside @@ -91,8 +95,8 @@ a separately installed library, with the specific archive formats using it. %package -n libkioarchive-devel -Group: Development/Libraries/C and C++ Summary: Development package for libkioarchive5 +Group: Development/Libraries/C and C++ Requires: libkioarchive5 = %{version} %description -n libkioarchive-devel @@ -129,9 +133,9 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %files %defattr(-,root,root) +%{_kf5_configkcfgdir}/ %{_kf5_libdir}/libmolletnetwork5.so.* %{_kf5_plugindir}/ -%{_kf5_configkcfgdir}/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ %{_kf5_sharedir}/kio_bookmarks/ @@ -139,14 +143,14 @@ 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) -%{_includedir}/KF5/kio_archivebase.h -%{_includedir}/KF5/libkioarchive_export.h +%{_kf5_includedir}/kio_archivebase.h +%{_kf5_includedir}/libkioarchive_export.h %{_libdir}/cmake/KioArchive/ %files -n libkioarchive5 From 38adafad0e3d39ed360229d11bd25247b44fbe29532d9a1dd25b7564314791ea Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:12:09 +0000 Subject: [PATCH 5/7] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=58 --- kio-extras-17.07.90.tar.xz | 3 --- kio-extras-17.08.0.tar.xz | 3 +++ kio-extras5.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 kio-extras-17.07.90.tar.xz create mode 100644 kio-extras-17.08.0.tar.xz diff --git a/kio-extras-17.07.90.tar.xz b/kio-extras-17.07.90.tar.xz deleted file mode 100644 index 9244c60..0000000 --- a/kio-extras-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b31170316d5a8ed23c98ea58c159406b6dabd2392b8ca22a2017b78d57ecb69 -size 555084 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.spec b/kio-extras5.spec index 3cc73b2..0d7c32c 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kio-extras5 -Version: 17.07.90 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From e56be84a07a967240e0fc051e379fc94629dc60124450cf549a07905cbe1d429 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 14 Aug 2017 08:17:16 +0000 Subject: [PATCH 6/7] - Only BuildRequire Qt WebEngine if available OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=59 --- kio-extras5.changes | 5 +++++ kio-extras5.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kio-extras5.changes b/kio-extras5.changes index df81e1c..7f9dcb6 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/kio-extras5.spec b/kio-extras5.spec index 0d7c32c..0e001ee 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -68,17 +68,17 @@ 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 #BuildRequires: update-desktop-files Provides: kfileaudiopreview = 4.100.0 Obsoletes: kfileaudiopreview < 4.100.0 -%if %{with lang} Recommends: %{name}-lang -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 0a204d9e6f24be867ba9505e23add3fbcd749b249f9314763484a62c95fc3707 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 18 Aug 2017 16:11:18 +0000 Subject: [PATCH 7/7] Accepting request 517436 from home:jengelh:branches:KDE:Applications - Fix incomplete sentence structure in description. OBS-URL: https://build.opensuse.org/request/show/517436 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=60 --- kio-extras5.changes | 5 +++++ kio-extras5.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kio-extras5.changes b/kio-extras5.changes index 7f9dcb6..bd8dca3 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/kio-extras5.spec b/kio-extras5.spec index 0e001ee..9580645 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -89,10 +89,9 @@ Summary: The archiver base class library Group: System/Libraries %description -n libkioarchive5 -So that support for other archive formats can be built outside -of the kio-extras source tree. The archiver base class is now -a separately installed library, with the specific archive formats -using it. +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