SHA256
1
0
forked from pool/kio

start with 5.25.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=144
This commit is contained in:
Hrvoje Senjan 2016-08-07 21:54:19 +00:00 committed by Git OBS Bridge
parent 2e4642617c
commit 0b0d98cb35
4 changed files with 35 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b67de4dea46ca580163dac84901c71ee342ff5396e4ebfa25e7de47c92cc7e
size 2935472

3
kio-5.25.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9806d74d0119ced246446fd22110ba8ae5a980e4734b165819b30bcadf90578
size 2951304

View File

@ -1,7 +1,25 @@
-------------------------------------------------------------------
Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:04:32 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.24.0
* KIO: add SlaveBase::openPasswordDialogV2 for better error
checking, please port your kioslaves to it
* Fix KUrlRequester opening file dialog in wrong directory
(kde#364719)
* Fix unsafe KDirModelDirNode* casts
* Add cmake option KIO_FORK_SLAVES to set default value
* ShortUri filter: fix filtering of mailto:user@host
* Add OpenFileManagerWindowJob to highlight file within a folder
* KRun: add runApplication method
* Add soundcloud search provider
* Fix an alignment issue with the OS X native "macintosh" style
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php

View File

@ -17,9 +17,9 @@
%bcond_without lang
%define _tar_path 5.24
%define _tar_path 5.25
Name: kio
Version: 5.24.0
Version: 5.25.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@ -49,15 +49,15 @@ BuildRequires: kxmlgui-devel >= %{_tar_path}
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: solid-devel >= %{_tar_path}
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Script) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
BuildRequires: cmake(Qt5Xml) >= 5.4.0
BuildRequires: cmake(Qt5Concurrent) >= 5.5.0
BuildRequires: cmake(Qt5Core) >= 5.5.0
BuildRequires: cmake(Qt5DBus) >= 5.5.0
BuildRequires: cmake(Qt5Network) >= 5.5.0
BuildRequires: cmake(Qt5Script) >= 5.5.0
BuildRequires: cmake(Qt5Test) >= 5.5.0
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
BuildRequires: cmake(Qt5Xml) >= 5.5.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
Requires: %{name}-core = %{version}
@ -109,7 +109,7 @@ Requires: kjobwidgets-devel >= %{_tar_path}
Requires: kservice-devel >= %{_tar_path}
Requires: kxmlgui-devel >= %{_tar_path}
Requires: solid-devel >= %{_tar_path}
Requires: cmake(Qt5Network) >= 5.4.0
Requires: cmake(Qt5Network) >= 5.5.0
%description devel
This framework implements almost all the file management functions you
@ -163,18 +163,9 @@ done
%if %{with lang}
%files lang -f %{name}5.lang
%dir %{_kf5_htmldir}/*
%dir %{_kf5_htmldir}
%doc %lang(ca) %{_kf5_htmldir}/ca
%doc %lang(de) %{_kf5_htmldir}/de
%doc %lang(et) %{_kf5_htmldir}/et
%doc %lang(it) %{_kf5_htmldir}/it
%doc %lang(nl) %{_kf5_htmldir}/nl
%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR
%doc %lang(ru) %{_kf5_htmldir}/ru
%doc %lang(sr) %{_kf5_htmldir}/sr
%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin
%doc %lang(sv) %{_kf5_htmldir}/sv
%doc %lang(uk) %{_kf5_htmldir}/uk
%doc %{_kf5_htmldir}/*/*/
%exclude %dir %{_kf5_htmldir}/en
%exclude %{_kf5_htmldir}/en/*/
%endif