KDE frameworks 5.77.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=314
This commit is contained in:
Wolfgang Bauer 2020-12-12 12:34:20 +00:00 committed by Git OBS Bridge
parent 72d43afb2c
commit 98c27b3597
6 changed files with 44 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9351fc85c4020f2f77012e077f4f9d04d8f233e9b67f9b7619c9bc064714145b
size 3301808

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5LMACgkQWNDuZIpI
s7sohQf+JVazPzpxhB0hunuI4R7y4nA49xgoOBvYLHAxPkifo7pXSatELQhhWBnR
dbdgPFYTIP6VIpikE6Hh5TLi1ggZuEYrzXkpqJ+YvRhtXOGA+2pRGl7/LHqaKsoQ
e4GTDM5GCUwraFlLjRzQymrfr4NM1SDVq7AXIzscVcZcrCs8uzqTU6PMO+rz26MQ
Q0tA1Zutq3wDD1zBbkqvvfoxa0p+rA3atRIgpsXyg/daefAuo5tE3jRBgQEgIVQK
qhp9JMsNxLE8zGY4Tm/tXlkZQrs9JrhVy8FZTYEZiXGJt+UZc0KcrIjQkjbuMUx7
17MYZmA69KmvENOzs5y1ODj8q31TDA==
=fDJa
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:237c85c9dbcfcd366290512005b0e8498c10f3b300524633bbc9319a8327a14f
size 3293128

11
kio-5.77.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln4wACgkQWNDuZIpI
s7tTegf/baxY86EFZQn4ovABlkwqvs6fPV3o87a9WigeLhEk4qiTt0wPr9VujmRu
jRI+3OGNhW3gjuZRc49wktqq1EPpLPRl19apQC9kWRDtwqyK+wroY24F3+u789+/
x8heoTyfO6+LQf0iFgOk6LlmI9nGgafNEjOgTsLd2LE2F6r4HBeUmaVblhra+LXd
YIiSN2lAVRD5lC0/WLQyjBdP6rP6h0CnBmHRT3N264OopcBYWVb0/081NMYsnvwP
u841Mtdmu37Dg01C0JeW6VYEWMKHHYsVvu5IH25AqkDyT9A+fvUi0VqLONruqGPq
nRcly1jgZaqs2LfF+iMFWdo/lLIONw==
=Dkuy
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Too many changes since 5.76.0, only listing bugfixes:
* NewFile Dialog: allow to accept directory creation before stat has run (kde#429838)
* KUrlNavBtn: make opening subdirs from dropdown menu with the keyboard work (kde#428226)
* Places view: highlight place only when it is displayed (kde#429806)
* KIO::iconNameForUrl: resolve icon for remote files based on name (kde#429530)
* RenameDialog: allow to overwrite when files are older (kde#236884)
* Do not add unnecessary separators (kde#427830)
-------------------------------------------------------------------
Sat Nov 7 21:34:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.76
%define _tar_path 5.77
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kio
Version: 5.76.0
Version: 5.77.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later
@ -65,16 +65,16 @@ BuildRequires: cmake(KF5Wallet) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Network) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
BuildRequires: cmake(Qt5Xml) >= 5.12.0
BuildRequires: cmake(Qt5Concurrent) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Network) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5X11Extras) >= 5.13.0
BuildRequires: cmake(Qt5Xml) >= 5.13.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
Requires: %{name}-core = %{version}
@ -119,9 +119,9 @@ Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Solid) >= %{_kf5_bugfix_version}
Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
Requires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Concurrent) >= 5.12.0
Requires: cmake(Qt5DBus) >= 5.12.0
Requires: cmake(Qt5Network) >= 5.12.0
Requires: cmake(Qt5Concurrent) >= 5.13.0
Requires: cmake(Qt5DBus) >= 5.13.0
Requires: cmake(Qt5Network) >= 5.13.0
%description devel
This framework implements almost all the file management functions you