From 7653313aae900a8c4fbe2ca35b3f034f436fb2db68832080dc4ad1966a8c2d28 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 28 Jul 2018 13:32:37 +0000 Subject: [PATCH] KDE Applications 18.08.0 beta (third time's the charm) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=62 --- kfind-18.04.3.tar.xz | 3 --- kfind-18.07.80.tar.xz | 3 +++ kfind.changes | 12 ++++++++++++ kfind.spec | 8 ++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 kfind-18.04.3.tar.xz create mode 100644 kfind-18.07.80.tar.xz diff --git a/kfind-18.04.3.tar.xz b/kfind-18.04.3.tar.xz deleted file mode 100644 index 3258b43..0000000 --- a/kfind-18.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8adc52d359d00a0da0147d0c7389861dfc985ed03fd8698e2b1e2c95ef8e0cb8 -size 210064 diff --git a/kfind-18.07.80.tar.xz b/kfind-18.07.80.tar.xz new file mode 100644 index 0000000..7493ba0 --- /dev/null +++ b/kfind-18.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37762ec7bc097a6380d8814a20090589d274d9bf3ee8c9b769aec0c5dddaf59c +size 210100 diff --git a/kfind.changes b/kfind.changes index 100604d..730b34e 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/kfind.spec b/kfind.spec index cdfcf6d..27ac4aa 100644 --- a/kfind.spec +++ b/kfind.spec @@ -19,11 +19,11 @@ %bcond_without lang Name: kfind -Version: 18.04.3 +Version: 18.07.80 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