KDE Frameworks 5.32
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=171
This commit is contained in:
parent
d7d373ffcc
commit
fb292452c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49173baf4c8687be45514220a4b32626d3a117939d2c42fe846010f1d23e3ee7
|
|
||||||
size 3085324
|
|
3
kio-5.32.0.tar.xz
Normal file
3
kio-5.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:364adf30d1df6f52d5960061d4c21e91519dfa8674ae95fa01144805a800aaa5
|
||||||
|
size 3092884
|
46
kio.changes
46
kio.changes
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 19 14:50:47 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.32.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.32.0.php
|
||||||
|
- Changes since 5.31.0:
|
||||||
|
* Too many changes to list here
|
||||||
|
* Commit translations from l10n-kf5
|
||||||
|
* Cookies KCM: disable "delete" button when there is no current item
|
||||||
|
* Use the new shared library exported by KDocTools
|
||||||
|
* Upgrade ECM and KF5 version requirements for 5.32.0 release.
|
||||||
|
* Sanitize URLs before passing them to FindProxyForURL
|
||||||
|
* make sure the cancel action is last
|
||||||
|
* kio_help: use doOutputBuffer and simplify unicodeError
|
||||||
|
* rename support: emit proper URL in FileRenamed
|
||||||
|
* fix rename support: keep trashId rather than expecting it as input
|
||||||
|
* remote: remove unused include
|
||||||
|
* remote: remove redundant check
|
||||||
|
* remote: rename kded module to allow co-installability with plasma-workspace <= 5.9
|
||||||
|
* remote: use QUrl::fromLocalFile()
|
||||||
|
* remote: just check if file exists
|
||||||
|
* remote: use QDir::mkpath() to create the remoteview folder
|
||||||
|
* remote: drop Messages.sh
|
||||||
|
* remote: use same debug category as other slaves
|
||||||
|
* remote: use json protocol
|
||||||
|
* remote: don't redefine TRANSLATION_DOMAIN
|
||||||
|
* remote: slots -> Q_SLOTS
|
||||||
|
* Import remote ioslave from plasma-workspace
|
||||||
|
* Fix TODO. We depend on Qt 5.3 by now
|
||||||
|
* kio_trash: implement renaming of toplevel files and dirs
|
||||||
|
* [PreviewJob] Remove maximum size for local files by default
|
||||||
|
* allow to add application actions on an open menu
|
||||||
|
* Port another use of QDateTime to QElapsedTimer. With proper / 1000 this time :)
|
||||||
|
* Fixup previous commit to slave.cpp, divide by 1000 was missing.
|
||||||
|
* [autotest] KTcpSocketTest was racy and leaky => simplify, fix.
|
||||||
|
* Port from QDateTime::currentDateTime() to QElapsedTimer
|
||||||
|
* Upgrade KF5 version to 5.32.0.
|
||||||
|
* Fix double export in already-exported class
|
||||||
|
* deprecate DrawFrame, as discussed in https://git.reviewboard.kde.org/r/129921/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 1 21:02:49 UTC 2017 - fabian@ritter-vogt.de
|
Wed Mar 1 21:02:49 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
@ -304,7 +346,7 @@ Mon Jan 24 09:00:34 UTC 2016 - tittiatcoke@gmail.com
|
|||||||
|
|
||||||
|
|
||||||
- Added fix-kcookiejar-autoload.patch to fix the swapped values
|
- Added fix-kcookiejar-autoload.patch to fix the swapped values
|
||||||
for the autoload.
|
for the autoload.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 7 12:54:34 UTC 2016 - wbauer@tmo.at
|
Thu Jan 7 12:54:34 UTC 2016 - wbauer@tmo.at
|
||||||
@ -648,7 +690,7 @@ Sun Nov 2 17:47:30 UTC 2014 - hrvoje.senjan@gmail.com
|
|||||||
Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com
|
Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
- Update to 5.3.0
|
- Update to 5.3.0
|
||||||
* Now includes kio_trash
|
* Now includes kio_trash
|
||||||
* Add new KIO job, KIO::fileSystemFreeSpace, that allows you to
|
* Add new KIO job, KIO::fileSystemFreeSpace, that allows you to
|
||||||
get a filesystem's total and available space.
|
get a filesystem's total and available space.
|
||||||
* kshorturifilter: Remove redundant forward slashes from
|
* kshorturifilter: Remove redundant forward slashes from
|
||||||
|
4
kio.spec
4
kio.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.31
|
%define _tar_path 5.32
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.31.0
|
Version: 5.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user