KDE Frameworks 5.91

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=352
This commit is contained in:
Christophe Giboudeaux 2022-02-14 12:07:17 +00:00 committed by Git OBS Bridge
parent 910ed48098
commit f140bb7d99
6 changed files with 43 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQg5IACgkQWNDuZIpI
s7urvQgAiLHymdJjuk7+smgWCcsCWfYS/6M+GKaiuTUIi7zY+OzsgzwAUo67QdKf
McuFPGEvXXeDzk7iv8n3zONMYN5ekBuklVNWWBQMP2wENSh5unE9AO2JnmeIMKCu
TUuqDTn2QgjYsLZ3ffzwMxq/5lwOEjlTo5YfsBkKDxPsjYyXtCsXDjrYmkj6Q365
iNveY6wzboKLlA6rh60VnDoqZ2ex7acScYCX5dpUrEXWPgkg0RYFDf6cMhu4qrlb
IpSw98s7IKkz8QJIM3f23Sqh5+zZnS0g39j0CDzFJHSx20ESH2OHwHqWXqs0sBGc
gq7Hu5m+JI4aI0n5IS9yexW+t9aPLQ==
=JHbo
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIHhM4ACgkQWNDuZIpI
s7sINAf/Vymg3Pkc3LnVoqt27xJwaTsAIfT5A+u6IBHZxSirHSE2uCz0pYVt86T4
EAoU6ckKDkLIEmPuE1ggSIduI9QEojYlyLsmDftdhqGYH7fX6vv/XgeIx5p9TKrq
7Df4zbZ8b+jbDLj42MVp2DJqpL3L6uQI6V2O8GHYFTRLD2cGACMG1Bjcv/ExeG3W
c9Ogo8KCmXFqvFBpo5OjjXyAHI8yekuFl2aTcbaTfUG8WXLb6vvXjVvbkFuVDvkP
6bNLw2F5jxGjAeiSxyc4ayKbJAGhAV5AD3m/9hvYRN2UvNRNcdcR1hG8jYkMj9CV
yroqrfYVgx90UTvfIaxqAVjeuIxSVQ==
=SUAU
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 7 16:55:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Force PIE when building with gcc-10 (boo#1195628)
-------------------------------------------------------------------
Sun Feb 6 10:17:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Too many changes since 5.90.0, only listing bugfixes:
* Consider slow files as remote files in previewjob (kde#349161)
* [desktopexecparser] Consider associations from mimeapps.list to
determine whether an app supports a scheme (kde#440062)
* [kopenwithdialog] Fix filtering (kde#449330)
* kdirmodel: Allow using full path for Icon in .desktop file (kde#448116)
* file_unix: Do not try to preserve ownership when permission is -1 (kde#447779)
* KPropertiesDialog: use the KFileItem when checkig if the url is local (kde#444624)
-------------------------------------------------------------------
Mon Jan 3 12:47:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.90
%define _tar_path 5.91
# 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.90.0
Version: 5.91.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later
@ -142,9 +142,11 @@ Development files.
%if 0%{?suse_version} == 1500
export CXX=g++-10
# gcc-PIE only sets the linker flags for the default compiler (boo#1195628)
%define extra_opts -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_CXX_LINK_PIE_SUPPORTED=ON
%endif
%cmake_kf5 -d build
%{cmake_kf5 -d build %{?extra_opts}}
%cmake_build
%install
@ -239,15 +241,15 @@ export CXX=g++-10
%{_kf5_sharedir}/dbus-1/services/org.kde.kpasswdserver.service
%files devel
%dir %{_kf5_sharedir}/kdevfiletemplates
%dir %{_kf5_sharedir}/kdevfiletemplates/templates/
%{_kf5_bindir}/protocoltojson
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KCookieServer.xml
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml
%{_kf5_dbusinterfacesdir}/kf5_org.kde.kio.FileUndoManager.xml
%dir %{_kf5_sharedir}/kdevappwizard
%dir %{_kf5_sharedir}/kdevappwizard/templates
%{_kf5_sharedir}/kdevappwizard/templates/ioslave.tar.bz2
%{_kf5_sharedir}/kdevfiletemplates/templates/ioslave.tar.bz2
%{_kf5_includedir}/
%{_kf5_libdir}/cmake/KF5KIO/
%{_kf5_libdir}/libKF5KIOCore.so