Accepting request 311883 from KDE:Frameworks5

Update to 5.11

OBS-URL: https://build.opensuse.org/request/show/311883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2015-06-23 10:09:11 +00:00 committed by Git OBS Bridge
commit 4af761a136
4 changed files with 22 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jun 7 19:07:43 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
* Do not try to complete users and assert when prepend is non-empty.
(kde#346920)
* Use KPluginLoader::factory() when loading KIO::DndPopupMenuPlugin
* Fix deadlock when using network proxies (kde#346214)
* Fixed KIO::suggestName to preserve file extensions
* Kick off kbuildsycoca4 when updating sycoca5.
* KFileWidget: Don't accept files in directory only mode
* KIO::AccessManager: Make it possible to treat sequential
QIODevice asynchronously
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
-------------------------------------------------------------------
Sun May 3 19:48:36 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%bcond_without lang
%define _tar_path 5.10
%define _tar_path 5.11
Name: kio
Version: 5.10.0
Version: 5.11.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@ -133,6 +133,7 @@ Development files.
%if %{with lang}
%find_lang %{name}5 %{name}5.lang
echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}5.lang
echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang
echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang