Accepting request 306019 from KDE:Frameworks5
Update to 5.10.0. OBS-URL: https://build.opensuse.org/request/show/306019 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=18
This commit is contained in:
commit
fd6d839a5f
3
kio-5.10.0.tar.xz
Normal file
3
kio-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:990036a2fab9977991ddab1ecf1be59e70f6b8f29c5b92fdd30e5da38bed6bd1
|
||||||
|
size 2843704
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c423c335ab05d6b8dd1162535a28fd8a33219fb7345db8c1dfd1d38fc4711359
|
|
||||||
size 2844868
|
|
21
kio.changes
21
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
|
Sat Apr 4 14:40:53 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
5
kio.spec
5
kio.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.9
|
%define _tar_path 5.10
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.9.0
|
Version: 5.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -132,6 +132,7 @@ Development files.
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name}5 %{name}5.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(it) %{_kf5_mandir}/it" >>%{name}5.lang
|
||||||
echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{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
|
echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user