diff --git a/kio-5.10.0.tar.xz b/kio-5.10.0.tar.xz new file mode 100644 index 0000000..4fed410 --- /dev/null +++ b/kio-5.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990036a2fab9977991ddab1ecf1be59e70f6b8f29c5b92fdd30e5da38bed6bd1 +size 2843704 diff --git a/kio-5.9.0.tar.xz b/kio-5.9.0.tar.xz deleted file mode 100644 index 5e52b8f..0000000 --- a/kio-5.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c423c335ab05d6b8dd1162535a28fd8a33219fb7345db8c1dfd1d38fc4711359 -size 2844868 diff --git a/kio.changes b/kio.changes index 39fd0c9..da66d3c 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun May 3 19:48:36 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.10.0 + * Added KPropertiesDialog::KPropertiesDialog(urls) and + KPropertiesDialog::showDialog(urls). + * Asynchronous QIODevice-based data fetch for KIO::storedPut and + KIO::AccessManager::put. + * Fix conditions with QFile::rename return value (kde#343329) + * Fixed KIO::suggestName to suggest better names (kde#341773) + * kioexec: Fixed path for writeable location for kurl + (kde#343329) + * Store bookmarks only in user-places.xbel (kde#345174) + * Duplicate RecentDocuments entry if two different files + have the same name + * Better error message if a single file is too large for + the trash (kde#332692) + * Fix KDirLister crash upon redirection when the slot calls openURL + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.10.0.php + ------------------------------------------------------------------- Sat Apr 4 14:40:53 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index 8069229..8685a52 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.9 +%define _tar_path 5.10 Name: kio -Version: 5.9.0 +Version: 5.10.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -132,6 +132,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(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