diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/kio-extras-19.07.90.tar.xz b/kio-extras-19.07.90.tar.xz deleted file mode 100644 index e78233e..0000000 --- a/kio-extras-19.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5d352951bbc90832908ec35434ed123c617c3ba2ee3f209cda29398c5cb939 -size 576888 diff --git a/kio-extras-19.08.0.tar.xz b/kio-extras-19.08.0.tar.xz new file mode 100644 index 0000000..ee25a50 --- /dev/null +++ b/kio-extras-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792a6a6d1ea2457dda10aedc6cefd3518064c8f47c62f9c3c4a508442b83d3cd +size 578108 diff --git a/kio-extras-19.08.0.tar.xz.sig b/kio-extras-19.08.0.tar.xz.sig new file mode 100644 index 0000000..bf9aaca --- /dev/null +++ b/kio-extras-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoUACgkQ29LOiT4t +HIcZAgf/cE0qftnNrdSX+4uPnJHSHOasp0H7q+eDy9gyk6p0yg+jcKZYUp9RoUQR +StiO3z0V6usGCjEH4i1n60mEdC6UzDaxD0ZoLtwx64aW0Ct9zNOToOYAfr16f9yC +6nf95VPCUTutNO2Cb3y5EXpyeY/TDYFXCkXw0qbrX7yhspjYogzG1+ZfqpmbzzAu +Xu7YsCh8+2MHbZF9IntEOQcxMAQM+MwjzjQbKLgIc530BUMoY7ALDSTiGRR4UVKw +hxzQdX50H//EM+y6Cu5R8f/WtrMkxiCuEjR2Ofb7nZMjkXndcGfLaSodfTDuGQ9t +HFEupjW3IlPT2tgcAMZf7bKPqpmeyg== +=aZ2l +-----END PGP SIGNATURE----- diff --git a/kio-extras5.changes b/kio-extras5.changes index 79fc192..839353b 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:03 UTC 2019 - Christophe Giboudeaux + +- Update to 19.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.0.php +- Changes since 19.07.90: + * [Text thumbnailer] Don't show text preview for .directory and .flatpakref files (kde#410561) + ------------------------------------------------------------------- Tue Aug 06 16:50:49 UTC 2019 - lbeltrame@kde.org diff --git a/kio-extras5.spec b/kio-extras5.spec index fba6427..4c01ff4 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -16,18 +16,23 @@ # +%define rname kio-extras %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kio-extras5 -Version: 19.07.90 +Version: 19.08.0 Release: 0 Summary: Additional KIO slaves for KDE applications License: GPL-2.0-or-later Group: System/GUI/KDE -URL: http://www.kde.org -Source: kio-extras-%{version}.tar.xz +URL: https://www.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif Source99: %{name}-rpmlintrc BuildRequires: OpenEXR-devel BuildRequires: flac-devel @@ -100,7 +105,7 @@ This is the development package for libkioarchive %endif %prep -%setup -q -n kio-extras-%{version} +%setup -q -n %{rname}-%{version} sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %build