Accepting request 723657 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-extras5?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:37:56 +00:00 committed by Git OBS Bridge
commit 042c04851e
6 changed files with 53 additions and 7 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b65cb37a5965782a9eaae80840fdd7e06505aece33cc6774510c65e1fea3f55b
size 570436

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:792a6a6d1ea2457dda10aedc6cefd3518064c8f47c62f9c3c4a508442b83d3cd
size 578108

View File

@ -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-----

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:03 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- 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
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- Changes since 19.07.80:
* kio_sftp: QFile::rename takes QString, so remove erroneous QFile::encodeName
-------------------------------------------------------------------
Tue Jul 23 11:59:01 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Too many changes to list here
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org

View File

@ -16,18 +16,23 @@
# #
%define rname kio-extras
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # 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}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kio-extras5 Name: kio-extras5
Version: 19.04.3 Version: 19.08.0
Release: 0 Release: 0
Summary: Additional KIO slaves for KDE applications Summary: Additional KIO slaves for KDE applications
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: http://www.kde.org URL: https://www.kde.org
Source: kio-extras-%{version}.tar.xz 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 Source99: %{name}-rpmlintrc
BuildRequires: OpenEXR-devel BuildRequires: OpenEXR-devel
BuildRequires: flac-devel BuildRequires: flac-devel
@ -100,7 +105,7 @@ This is the development package for libkioarchive
%endif %endif
%prep %prep
%setup -q -n kio-extras-%{version} %setup -q -n %{rname}-%{version}
sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
%build %build