KDE Frameworks 5.109.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=392
This commit is contained in:
parent
95937b672f
commit
2e495a85a4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42044674b206c79bf8c9a40a91c7eaf754fff473d7b13fdb6efc160d92bcabec
|
|
||||||
size 3778556
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmShLtsACgkQWNDuZIpI
|
|
||||||
s7vGiwf8D5B3hG54GJ0MZzbmIO8f5+744AkeOiOerdvNd2UO3oSO6fie7KLhoTX+
|
|
||||||
Tok3Gaa3UFeUvRJANUH1ORiiCwX6O1XPzScanpzE3gDVJa1nW79kx8FGEZa2De47
|
|
||||||
qU01AIpMA+FfbO5litMt0ID8drPDHcSNvc1ric3ZsKtKI+74ai0nIDm08U4caKmD
|
|
||||||
WyvRK/BhLKWZ5Iao07UGmZHig+W4BLYLIlzUg7PX0DmBAndARnALm2d+hilHJIMw
|
|
||||||
Lk+CM1RkV7M/5Swr1lfp/+AHjhMIHTGHIdbfx0gTph4GqagZ1gDXkISOl4OO9bCg
|
|
||||||
YF87GgtmO/mCroI3DfAUkGty1T0VLw==
|
|
||||||
=AdZn
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kio-5.109.0.tar.xz
Normal file
3
kio-5.109.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99788153f71134feb97ecc6141275c2e3e68f2bdc917038b80a1ddefaa2a7b19
|
||||||
|
size 3793936
|
11
kio-5.109.0.tar.xz.sig
Normal file
11
kio-5.109.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmTOXvoACgkQWNDuZIpI
|
||||||
|
s7u8IwgAjUxudb8hdwfPemZhUdyxeAQL+d2vOLoRS7pUY5GF8WwKLjpgcRJ9yqrS
|
||||||
|
Me7Cz4tPRdCIB2g+C7j4+9INU+X65EUCL/XJzHIhf60cPr8zntMUHYYcLCYTpowl
|
||||||
|
zl2y4KU4A8nd6+O9SfzwASU3E9yihxgUOBSInFvfCwJMWAgcuZte01hPfD1cBD5Y
|
||||||
|
tX+95fHLom+7svn9eJ9JtuNfYGwMee93y43dA3QZyXCirViL4If9rOC/C9ybEG7U
|
||||||
|
Yx0pgFZdRlX3Ch1BRQREvam/gbeZzo6s26C9zysbDA6MSgCeMLTj2REsDYb6LCoT
|
||||||
|
bnRa2ct8YgWDWlV+M8hUugjUfSvfSQ==
|
||||||
|
=Lpi/
|
||||||
|
-----END PGP SIGNATURE-----
|
13
kio.changes
13
kio.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 8 17:42:57 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.109.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.109.0
|
||||||
|
- Changes since 5.108.0:
|
||||||
|
* Use switcheroo-control to find discrete GPUs (kde#449106)
|
||||||
|
* file: preserve mode on put (kde#471539)
|
||||||
|
* KFileWidget: Use targetUrl to extract urls, better handle absolute urls cases (kde#459485)
|
||||||
|
* Add explicit moc includes to sources for moc-covered headers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 3 07:01:50 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Mon Jul 3 07:01:50 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
4
kio.spec
4
kio.spec
@ -23,7 +23,7 @@
|
|||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.108.0
|
Version: 5.109.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network transparent access to files and data
|
Summary: Network transparent access to files and data
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -86,6 +86,8 @@ Requires: %{name}-core = %{version}
|
|||||||
Requires: kded >= %{_kf5_bugfix_version}
|
Requires: kded >= %{_kf5_bugfix_version}
|
||||||
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
|
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
|
||||||
Recommends: kinit
|
Recommends: kinit
|
||||||
|
# Only useful for laptops with hybrid GPU
|
||||||
|
Recommends: switcheroo-control
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This framework implements almost all the file management functions you
|
This framework implements almost all the file management functions you
|
||||||
|
Loading…
Reference in New Issue
Block a user