Accepting request 516359 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfind?expand=0&rev=9
This commit is contained in:
commit
5b01a5f0bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85b9da0ca7281205415cc8f0ae59ac1d9f32d37b003668255a8387159c912a8a
|
||||
size 209420
|
3
kfind-17.08.0.tar.xz
Normal file
3
kfind-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6993fa310127cc863261fb907a55702c1decda9028db176fd488737f7907d4e7
|
||||
size 208784
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 22:59:49 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
23
kfind.spec
23
kfind.spec
@ -19,15 +19,15 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kfind
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
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
|
||||
@ -74,16 +76,17 @@ KFind allows you to search for directories and files.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#doc COPYING* README
|
||||
%{_kf5_bindir}/kfind
|
||||
%{_kf5_applicationsdir}/org.kde.kfind.desktop
|
||||
%doc COPYING*
|
||||
%config %{_kf5_configdir}/*.categories
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%{_kf5_appstreamdir}/org.kde.kfind.appdata.xml
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kfind.*
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%dir %{_kf5_htmldir}
|
||||
%doc %{_kf5_htmldir}/en/kfind/
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%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
|
||||
%{_kf5_bindir}/kfind
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kfind.*
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user