From e0446d40462105e4eee60e88f3d316e7841899cd8c08a0bae7c3e9d0eb960a60 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 10 Apr 2018 13:20:14 +0000 Subject: [PATCH 1/3] KDE Applications 18.04 RC (take 3): for the changes proposed by Wolfgang, I think they can get in after this is accepted. OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=52 --- kfind-17.12.3.tar.xz | 3 --- kfind-18.03.90.tar.xz | 3 +++ kfind.changes | 12 ++++++++++++ kfind.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 kfind-17.12.3.tar.xz create mode 100644 kfind-18.03.90.tar.xz diff --git a/kfind-17.12.3.tar.xz b/kfind-17.12.3.tar.xz deleted file mode 100644 index fe07378..0000000 --- a/kfind-17.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab122d407af8dab72a981bd256dcb8d0455393d097878439ce3692108d7c1f5 -size 208948 diff --git a/kfind-18.03.90.tar.xz b/kfind-18.03.90.tar.xz new file mode 100644 index 0000000..b4e4171 --- /dev/null +++ b/kfind-18.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8681add967619b3f78dc6c4de502c524ce32802e0ee144ebc5ef3b1ed8d6be36 +size 208856 diff --git a/kfind.changes b/kfind.changes index 98a0bdf..747bd5e 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 06 07:09:21 CEST 2018 - lbeltrame@kde.org + +- Update to 18.03.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.03.90.php +- Changes since 17.12.3: + * Use generic term 'Item' instead of 'File' for progress message in the status bar + * Use QtConcurrent for populating mime type list + * Fix Save As feature + ------------------------------------------------------------------- Thu Mar 08 23:51:40 CET 2018 - lbeltrame@kde.org diff --git a/kfind.spec b/kfind.spec index c5665af..0c33905 100644 --- a/kfind.spec +++ b/kfind.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kfind -Version: 17.12.3 +Version: 18.03.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -36,6 +36,7 @@ BuildRequires: kdelibs4support-devel >= 5.7.0 BuildRequires: kdoctools-devel >= 5.7.0 BuildRequires: kf5-filesystem BuildRequires: update-desktop-files +BuildRequires: cmake(Qt5Concurrent) %if %{with lang} Recommends: %{name}-lang %endif From 4ef4d368ac871e98e4f98e7cc47997883df8d14ecf4e707fe9e627c3491cf389 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 10 Apr 2018 13:37:23 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=53 --- kfind.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/kfind.spec b/kfind.spec index 0c33905..b294497 100644 --- a/kfind.spec +++ b/kfind.spec @@ -65,8 +65,6 @@ KFind allows you to search for directories and files. %suse_update_desktop_file org.kde.kfind System Filesystem core - find %{buildroot} -type f -name '*filenamesearch*' -print -delete - %post %desktop_database_post %icon_theme_cache_post From c17d6a156890884c2b40dab8b1d82283c9b5de435dbe9113ab01ee374ca3e3c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Thu, 19 Apr 2018 14:21:16 +0000 Subject: [PATCH 3/3] KDE Applications 18.04.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=54 --- kfind-18.03.90.tar.xz | 3 --- kfind-18.04.0.tar.xz | 3 +++ kfind.changes | 10 ++++++++++ kfind.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kfind-18.03.90.tar.xz create mode 100644 kfind-18.04.0.tar.xz diff --git a/kfind-18.03.90.tar.xz b/kfind-18.03.90.tar.xz deleted file mode 100644 index b4e4171..0000000 --- a/kfind-18.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8681add967619b3f78dc6c4de502c524ce32802e0ee144ebc5ef3b1ed8d6be36 -size 208856 diff --git a/kfind-18.04.0.tar.xz b/kfind-18.04.0.tar.xz new file mode 100644 index 0000000..84d8f9e --- /dev/null +++ b/kfind-18.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cab840d76fd020d63ac1c632083c2938a2c61e55cd9453b7e46fcacae6f8f87 +size 208924 diff --git a/kfind.changes b/kfind.changes index 747bd5e..f477bc7 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 18 07:49:11 CEST 2018 - lbeltrame@kde.org + +- Update to 18.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.0.php +- Changes since 18.03.90: + * None + ------------------------------------------------------------------- Fri Apr 06 07:09:21 CEST 2018 - lbeltrame@kde.org diff --git a/kfind.spec b/kfind.spec index b294497..3e8f679 100644 --- a/kfind.spec +++ b/kfind.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kfind -Version: 18.03.90 +Version: 18.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)