KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=374
This commit is contained in:
parent
bec153d8e1
commit
1e1466d00b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:088788d32eb38016d92c2fdfe29f337332089efa1f0d3a810cf807c2646d7cb6
|
||||
size 3759832
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmegACgkQWNDuZIpI
|
||||
s7uVswgAj+e2thHOKpODvEPGWYFHr6KkRK6NwAxW3tVnBa7hLk3cWCfGqVksaw+l
|
||||
+/hATIP+PlE1prtBa+qRX6NfIQEWQFpf/ZYQ0zVPKd1qPX2cBqNjd5ejeH/v2Fa+
|
||||
7shWm49lxBdsUhK+zwy6HXuKuvv6juwdYI3Wc9zCWJSsvuPzO+7Hu3ayh4WpUsNF
|
||||
Z4SjRKqMul7ojUpAeB0bDj6FeOYcYrH47ih7VnXzcyl82oCGvL12tEt7Ygzft8cE
|
||||
AmF2NeiCtYDls9B7wytFxXD0qfNqXn7g1XIHqQ42BUihkRIVTpRgJ/b2kWQKBRts
|
||||
vBVV14TySc8lzj+AGIw8MTig86qYrg==
|
||||
=dYvR
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.101.0.tar.xz
Normal file
3
kio-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25e4d66215b162480ca58728c58a72f49b2a48bd2cc58e8719fbd7dacb79cc63
|
||||
size 3764424
|
11
kio-5.101.0.tar.xz.sig
Normal file
11
kio-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLTMACgkQWNDuZIpI
|
||||
s7uO8ggAgb4BTFQQ5EtkdomAXpN+kVtkZgNK2f3W2CnKyPyQuUqFVaOAmIch2mCZ
|
||||
RTRvDZ63NCH4RBhbETNo9wr8gzjRB1H365A44go4Pr9Q1aA+RoWtjgDI2w343bWu
|
||||
LHiWz0BEPq8Qr0rXtHgtzQF5R9WZtISKfDCsCda87imDWvWJKT+Biu8CQTSxlnKd
|
||||
7nZlRfGzZY7+DgOoTMVKre9KxL05R3YrdxkXF2VQETvp3yRijBP4m4Dsi7F40f8E
|
||||
eu6TFF8F9GEWcX77UUlww13/xVRqQt9ZFtGK2YQpLl/GCdwMl7KBcN8Faf1hBkBu
|
||||
PP/YrgYEsVb7rv6bxDyWklusAj7QRQ==
|
||||
=Yrfc
|
||||
-----END PGP SIGNATURE-----
|
10
kio.changes
10
kio.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:10:46 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.101.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||
- Too many changes since 5.100.0, only listing bugfixes:
|
||||
* Ignore finished() from the timeoutSpecialCommand (kde#459980)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:35:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
7
kio.spec
7
kio.spec
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.100
|
||||
%define _tar_path 5.101
|
||||
# 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 released
|
||||
Name: kio
|
||||
Version: 5.100.0
|
||||
Version: 5.101.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
@ -95,7 +94,6 @@ file dialog also uses this to provide its network-enabled file management.
|
||||
|
||||
%package core
|
||||
Summary: Network transparent access to files and data
|
||||
Group: System/GUI/KDE
|
||||
|
||||
# core subpackage created with 5.9.0
|
||||
Conflicts: kio <= 5.8.0
|
||||
@ -108,7 +106,6 @@ KIO core libraries, ioslave and daemons.
|
||||
|
||||
%package devel
|
||||
Summary: Network transparent access to files and data
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-core = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
|
Loading…
Reference in New Issue
Block a user