KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=125
This commit is contained in:
Christophe Giboudeaux 2020-04-24 07:23:10 +00:00 committed by Git OBS Bridge
parent 8aa1eccf2e
commit 2cfd0dbf21
6 changed files with 27 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3uEACgkQ29LOiT4t
HIdp2gf+JwrV6YQ51daH44oM4gvwTDVx7abn5Tzi5rxr93Fz8atSq3nKEf/Mvolj
xhQd+RamiPWr7Dd7if3Qki1xocwUOcSsGLGWazYeUKU0azs0neQe/046nTSKlNMW
fWrEdvZ4FzT0bnh+d8hs//ISJ3v4JfJjLKZsQgpC1wg83SwadkTG6ymMyZI4VT60
GBapcA9bThCRp9OaQzHfWv/RUFE++9rQ6ZIpcgpP6CUA0QRkbL0FDil3sMOmyLee
J0YUVdulLnWzGQpNrU7K6sDj6xVeuzJ8vzZCxUrs++IfEZ8f3dsiqcaloky5mLzG
NaVxoyA0cyCT6qPwMUrrS7sEtSBBgw==
=yLtX
-----END PGP SIGNATURE-----

3
kfind-20.04.0.tar.xz Normal file
View File

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

11
kfind-20.04.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8YACgkQ29LOiT4t
HIc8AwgAmvuBawSSWkBEnhdqwD/TDttYMDyCVKdiYy1Jmypm1tEWS/RczGDKg2O4
7F1Y57pxsG52vNgQn+5Ex7Rwd3aTx7gqeCLrZ6RZ7ADnFsX2+L8ef89+0F2eUJiN
xFjj9k5OSeJPD0nZM38ajVqVUiW3KVvgKXJjnleHOaQotWLUkxPkt0ipTKPRAgiN
UlJ1Ig2X6PAK4+Ch37hb0iA1BolrJoCZjOCBEUGid2tcSTG4og4ha9sKuQaY86jT
rkkvuN0VCjF6xaWRKyLvTg9BRnh5TRdSrKTa2xghCVAWD8XnncG+lCeInxKl7OIq
AF2jI3KuYFztKVLvthuVdYSl689Grg==
=W5Xz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:22 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Fix build with Qt >= 5.15.0-beta3
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 5 20:30:01 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Sun Apr 5 20:30:01 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_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: kfind Name: kfind
Version: 20.03.90 Version: 20.04.0
Release: 0 Release: 0
Summary: KDE Find File Utility Summary: KDE Find File Utility
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/File utilities Group: Productivity/File utilities
URL: https://www.kde.org/ URL: https://www.kde.org/
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
@ -44,7 +44,7 @@ BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang Recommends: %{name}-lang
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif