forked from pool/kfind
Accepting request 599041 from KDE:Applications
KDE Applications 18.04.0 OBS-URL: https://build.opensuse.org/request/show/599041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfind?expand=0&rev=17
This commit is contained in:
commit
f00ee094f0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ab122d407af8dab72a981bd256dcb8d0455393d097878439ce3692108d7c1f5
|
||||
size 208948
|
3
kfind-18.04.0.tar.xz
Normal file
3
kfind-18.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cab840d76fd020d63ac1c632083c2938a2c61e55cd9453b7e46fcacae6f8f87
|
||||
size 208924
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kfind
|
||||
Version: 17.12.3
|
||||
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)
|
||||
@ -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
|
||||
@ -64,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
|
||||
|
Loading…
Reference in New Issue
Block a user