SHA256
1
0
forked from pool/kdf

Accepting request 723637 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdf?expand=0&rev=99
This commit is contained in:
Dominique Leuenberger 2019-08-19 19:32:00 +00:00 committed by Git OBS Bridge
commit 2c6d0db052
6 changed files with 56 additions and 6 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:4d3d3218cee73238e9be73db131062f186ede393bbe0115e4df633c7d21f2572
size 461476

3
kdf-19.08.0.tar.xz Normal file
View File

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

11
kdf-19.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoIACgkQ29LOiT4t
HIeaDAf/Z+gUhE/x+SgZjIAleMYghj/4YNYEKggWl8i+8Xna7BP4qiCyuVhVbdda
3/W7LvF5WGTL8Nuzkgif1Y95LqCaGdLEjRP4P57kPFu90bOnwL4ykCa6qKtwdZJ6
67vLO6k0eec0Mw1ZwDcg2Wztez7o1CHZB8VmOCkcPfa3vKMehi6X9eV5M0xyXOi6
gHKNNgSuf8DeCDbumfLs44WbCb7SOlHueghVVaCUt09Geo7yn/48FpFohE8/4b/6
juT36+MEUrpgG+yZnqHrQtYyUObWe8C0Rlg2dElYYINkMrK+PM2xqGvkNd07gwUZ
SBi+GE5cyE7CSHFG/78Vik1F+ce+fA==
=I1FK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:49 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
- No code change since 19.07.90
-------------------------------------------------------------------
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
- No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:58:59 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:
* Remove unused includes
* CMake: fix version check and whitespace damage
* Install in new logging directory when we use kf5 5.59.0
* Fix forward declaration
* update screenshot
* Remove deprecated method
* Fix clazy warning
* Add gitignore
-------------------------------------------------------------------
Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdf
Version: 19.04.3
Version: 19.08.0
Release: 0
Summary: Disk Usage Viewer
License: GPL-2.0-or-later
Group: System/Monitoring
URL: http://www.kde.org
Source0: kdf-%{version}.tar.xz
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Patch1: desktop-files.diff
BuildRequires: kcmutils-devel
BuildRequires: kconfigwidgets-devel