Accepting request 630135 from KDE:Applications

Update to 18.08.0

OBS-URL: https://build.opensuse.org/request/show/630135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfind?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-08-24 15:05:30 +00:00 committed by Git OBS Bridge
commit 8ae613f35f
4 changed files with 27 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Aug 16 22:04:01 UTC 2018 - christophe@krop.fr
- Update to 18.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.0.php
- Changes since 18.07.80:
* None
-------------------------------------------------------------------
Thu Jul 26 13:00:41 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php
- Changes since 18.04.3:
* Add KF5_MIN_VERSION
* Do not duplicate work of KAboutData::setupCommandLine()
* Port away from KMimeType
-------------------------------------------------------------------
Fri Jul 13 04:49:56 UTC 2018 - lbeltrame@kde.org

View File

@ -19,11 +19,11 @@
%bcond_without lang
Name: kfind
Version: 18.04.3
Version: 18.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)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: KDE Find File Utility
License: GPL-2.0-or-later
Group: Productivity/File utilities
@ -37,17 +37,13 @@ BuildRequires: kdoctools-devel >= 5.7.0
BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Concurrent)
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KFind allows you to search for directories and files.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q