diff --git a/kio-5.10.0.tar.xz b/kio-5.10.0.tar.xz deleted file mode 100644 index 4fed410..0000000 --- a/kio-5.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:990036a2fab9977991ddab1ecf1be59e70f6b8f29c5b92fdd30e5da38bed6bd1 -size 2843704 diff --git a/kio-5.11.0.tar.xz b/kio-5.11.0.tar.xz new file mode 100644 index 0000000..a538bd1 --- /dev/null +++ b/kio-5.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a24394b9a8d70bfc1c882d77e3e9ad417ad4b782b7f174a741c4a09e82339b +size 2846400 diff --git a/kio.changes b/kio.changes index da66d3c..b12145b 100644 --- a/kio.changes +++ b/kio.changes @@ -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 diff --git a/kio.spec b/kio.spec index 8685a52..02cc77a 100644 --- a/kio.spec +++ b/kio.spec @@ -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