KDE Frameworks 5.66.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=284
This commit is contained in:
parent
5e161f92cb
commit
6b4ee07b70
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d3cc0c82e83c082b424a2fe4c796c4c46f233ccd565775babbf6b434fce851b
|
||||
size 3191312
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3zpwUACgkQWNDuZIpI
|
||||
s7tA2wgAt+6lOxJoewn8gFcUj4y/6YO8DjkOnCz7F9KaPxVtuerAh0ZhwOk8ZCyr
|
||||
0H/tZEFdne1/be0mLi0heGbJ1aTzSSVOTzu95bNJHvGzfpqLQB6er86w7VgKRlYk
|
||||
PzKCXfEKGDxn4kupgz1CcKDD0u8jUD1HQZ/PV9fxPWsmxwbSp4GDXStOt1Jz3tLH
|
||||
lcTByzq91pttAU6GfCLt7Rh51h74LiILJayWdBrUBdzn1ytoAPh52tt8f7TkOyap
|
||||
uEVjIADFfJD25WMFx08ZaimRXNYiyRP3VYs7LMMxM6dQc5xaxDIkIx1F1+tljsvV
|
||||
p1CHFHzuQhWiLfE+f9G9RZr9iTlkGA==
|
||||
=x0ft
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.66.0.tar.xz
Normal file
3
kio-5.66.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5350e20474b48c4fc02347186b7e4db24cb7580ba8c0f1e120b302e6b8db17d
|
||||
size 3202728
|
11
kio-5.66.0.tar.xz.sig
Normal file
11
kio-5.66.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxSgACgkQWNDuZIpI
|
||||
s7u6jQf/WwGEVFqeu0M1/SwY3NHc/BuLh7FUJBpqFDcj0Lwv1axeBWSYgUKpmXeh
|
||||
Osow7lEuk5KHLesrJ8RFTWWtJE20+ViIrFaiMWg7tY6/H9hobV+6KVfWxB+Vx4pm
|
||||
sgy2LyQNKl5jHbio+x8eWFv4+u3Ixcq6bzUMumWKaikmBFZhnOF/XH5uxqPqh92/
|
||||
cXyZsSS+nb/6u+e6Cjd+llqoXCzDqb7a0/hh8/ZbJjbf76O7bl+bo7snMDoyRf1t
|
||||
BN0uykyhkWMXI2LSD4qQknfC/14hoqSQyZjLKlNiwvQVITWFOfmDKJaIk3UwqERj
|
||||
M5OxfPDThlXCS/xpzP+NQMuekoZrcw==
|
||||
=50DW
|
||||
-----END PGP SIGNATURE-----
|
12
kio.changes
12
kio.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.66.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
|
||||
- Too many changes since 5.65.0, only listing bugfixes:
|
||||
* Adding support for mounting KIOFuse URLs for applications that don't use KIO (kde#398216)
|
||||
* [KUrlNavigator] Add RPM support to krarc: (kde#408082)
|
||||
* KFilePlaceEditDialog: fix crash when editing the Trash place (kde#415676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 11:18:38 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
6
kio.spec
6
kio.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kio
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.65
|
||||
%define _tar_path 5.66
|
||||
# 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.65.0
|
||||
Version: 5.66.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user