From 9aa7ef87e493f45343bde82a37007fd11ade44772839ffcc0a8c38c2109914a1 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:55:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=33 --- kfind.changes | 22 ++++++++++++++++++++++ kfind.spec | 10 ++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/kfind.changes b/kfind.changes index a3df6bf..eb67ab2 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:27 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Fix duplicate code + * Remove some kdelibs4support class + * Port to QFileDialog + * Port to debug categories + * Minor + * Increase minimum version + * Use explicit + * Fix open regexpeditor + * Coding style + * Ignore files + * Fix clazy warning + * Fix indent + * Update copyright + * Use KDE_APPLICATIONS_VERSION + ------------------------------------------------------------------- Sat Aug 5 18:17:41 UTC 2017 - christophe@krop.fr diff --git a/kfind.spec b/kfind.spec index f4a145c..92dee3e 100644 --- a/kfind.spec +++ b/kfind.spec @@ -22,12 +22,12 @@ Name: kfind Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# 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}')} Summary: KDE Find File Utility License: GPL-2.0+ Group: Productivity/File utilities -Url: http://www.kde.org +Url: http://www.kde.org/ Source: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: hicolor-icon-theme @@ -36,7 +36,9 @@ BuildRequires: kdelibs4support-devel >= 5.7.0 BuildRequires: kdoctools-devel >= 5.7.0 BuildRequires: kf5-filesystem BuildRequires: update-desktop-files +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -75,11 +77,11 @@ KFind allows you to search for directories and files. %files %defattr(-,root,root) %doc COPYING* -%config %{_kf5_configdir}/kfind.categories +%config %{_kf5_configdir}/*.categories %dir %{_kf5_appstreamdir} %dir %{_kf5_htmldir} %dir %{_kf5_htmldir}/en -%doc %{_kf5_htmldir}/en/kfind/ +%doc %lang(en) %{_kf5_htmldir}/en/kfind/ %doc %{_kf5_mandir}/man1/kfind.* %{_kf5_applicationsdir}/org.kde.kfind.desktop %{_kf5_appstreamdir}/org.kde.kfind.appdata.xml