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
This commit is contained in:
parent
5fe6539068
commit
e0446d4046
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ab122d407af8dab72a981bd256dcb8d0455393d097878439ce3692108d7c1f5
|
|
||||||
size 208948
|
|
3
kfind-18.03.90.tar.xz
Normal file
3
kfind-18.03.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8681add967619b3f78dc6c4de502c524ce32802e0ee144ebc5ef3b1ed8d6be36
|
||||||
|
size 208856
|
@ -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
|
Thu Mar 08 23:51:40 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kfind
|
Name: kfind
|
||||||
Version: 17.12.3
|
Version: 18.03.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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: kdoctools-devel >= 5.7.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: cmake(Qt5Concurrent)
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user