From 1ff1b998712579e009f6f86800649cbbeb6226ba3d96256b00dad6943fa69601 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:40 +0000 Subject: [PATCH] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=72 --- kfind-18.08.3.tar.xz | 3 --- kfind-18.11.80.tar.xz | 3 +++ kfind.changes | 15 +++++++++++++++ kfind.spec | 33 ++++++++++++++++++--------------- 4 files changed, 36 insertions(+), 18 deletions(-) delete mode 100644 kfind-18.08.3.tar.xz create mode 100644 kfind-18.11.80.tar.xz diff --git a/kfind-18.08.3.tar.xz b/kfind-18.08.3.tar.xz deleted file mode 100644 index f1e71e4..0000000 --- a/kfind-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f36b0779e3ea99835298e8556e532d1864a30fafd2e2545a52728acf15e12fe -size 210136 diff --git a/kfind-18.11.80.tar.xz b/kfind-18.11.80.tar.xz new file mode 100644 index 0000000..b77a739 --- /dev/null +++ b/kfind-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2bc15e2412051894f26e91e861667361fbb8f6d47a273fc537282d1b36a2a4 +size 267416 diff --git a/kfind.changes b/kfind.changes index 8d0dd79..f6281c9 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:18 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:58 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * Too many changes to list here + ------------------------------------------------------------------- Thu Nov 08 20:43:36 UTC 2018 - lbeltrame@kde.org diff --git a/kfind.spec b/kfind.spec index 67d6bb0..fa55d2b 100644 --- a/kfind.spec +++ b/kfind.spec @@ -16,29 +16,33 @@ # -%bcond_without lang - -Name: kfind -Version: 18.08.3 -Release: 0 -%define kf5_version 5.26.0 +%define kf5_version 5.28.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: kfind +Version: 18.11.80 +Release: 0 Summary: KDE Find File Utility License: GPL-2.0-or-later 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 -BuildRequires: karchive-devel >= 5.7.0 -BuildRequires: kdelibs4support-devel >= 5.7.0 -BuildRequires: kdoctools-devel >= 5.7.0 +BuildRequires: karchive-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem +BuildRequires: kfilemetadata5-devel +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: ktextwidgets-devel +BuildRequires: kwidgetsaddons-devel BuildRequires: update-desktop-files BuildRequires: cmake(Qt5Concurrent) +BuildRequires: cmake(Qt5Widgets) Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KFind allows you to search for directories and files. @@ -56,7 +60,7 @@ KFind allows you to search for directories and files. %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %suse_update_desktop_file org.kde.kfind System Filesystem core @@ -70,8 +74,7 @@ KFind allows you to search for directories and files. %icon_theme_cache_postun %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %config %{_kf5_configdir}/*.categories %dir %{_kf5_appstreamdir} %dir %{_kf5_htmldir} @@ -85,7 +88,7 @@ KFind allows you to search for directories and files. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog