Accepting request 1133310 from KDE:Frameworks5
KDE Frameworks 5.113.0 (forwarded request 1131014 from krop) OBS-URL: https://build.opensuse.org/request/show/1133310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=149
This commit is contained in:
commit
883e5365a4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:84b8531c077fe8854f9fa69f6d2c120b222bf8334c14c6734dc14a429103fb99
|
|
||||||
size 3798280
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGG4QACgkQWNDuZIpI
|
|
||||||
s7vzeAf/cAgz2+eD/c/wbweRazAiesQHFoK1P0GzIueFH0fVNjeo39tyb0hSKQVL
|
|
||||||
aKU+IGPOoDFsYIDzpxvJpqBwK5/61cwKfI73cinj9gKeHELLb0Ei+6ONJadwfEt2
|
|
||||||
65YGIDBlk7c02syphX3klu0/GAvrwATdsCaeIkpHeDu0hjIj3nmF3i9SDztS8kg2
|
|
||||||
/Uj9uT2nPqRjVOi9QPKV6CiE+WSXQ+cOw0Rz7mxiLqGCH6j4xtsgLSzqyMU690xa
|
|
||||||
zXLMQHYIr3GyRX+AkPcIidWQ+4bbqzdOtO96LFW/1kF5Mn37fedGy5wwyAzNETKE
|
|
||||||
BgRsNoeQLr1/ldas2YkGGLC0YLEtxQ==
|
|
||||||
=+6AX
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kio-5.113.0.tar.xz
Normal file
3
kio-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8b110ef3cfefd53c0fadc58eca5b573319663f380fedfc35ef8d7dbf8d855ae
|
||||||
|
size 3798768
|
11
kio-5.113.0.tar.xz.sig
Normal file
11
kio-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAroACgkQWNDuZIpI
|
||||||
|
s7sQdAgAgvl+1W3O7pSst+pGrbZQBPOv/8vsm4gdXsYneg5lq1jo1PJKFZ0i84Yk
|
||||||
|
njp+5K2UHJjem7aTIvROoviaMAAvyn03N0vdg09kBRnE1x1hz50O1n6OiRHcgjOQ
|
||||||
|
CPPDCRfR7GfgxlKM1A5zki5HJxRMb/XfjsxoT0sS/4RLHNm/iRAm5UXCuSxSNx2U
|
||||||
|
600TmQMCC2u0bu3UDW6JB9fcYQBdVM7PzTo71gcXOav7zL82Sr7OUdCyeMvCH7IS
|
||||||
|
vuYPFm192Lp4kOOh0uyKYGZpUa2bCzWOd0hNfbhMQ8NDHZ9cJdT49STN4YFsJUnb
|
||||||
|
Rgn9jESBWM78brzWfJYCPwSM7jjwDg==
|
||||||
|
=EksA
|
||||||
|
-----END PGP SIGNATURE-----
|
12
kio.changes
12
kio.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 11:17:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.113.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||||
|
- Changes since 5.112.0:
|
||||||
|
* Add KF5 include for KPropertiesDialogPlugin
|
||||||
|
* Add build option for KF6 coinstallability
|
||||||
|
* Adaptations for shared-mime-info >= 2.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 6 09:13:58 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Mon Nov 6 09:13:58 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
100
kio.spec
100
kio.spec
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.103
|
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
|
%define qt5_version 5.15.2
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.112.0
|
Version: 5.113.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
|
||||||
@ -35,55 +35,54 @@ Source2: frameworks.keyring
|
|||||||
%endif
|
%endif
|
||||||
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
|
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
|
||||||
Patch0: kio_help-fallback-to-kde4-docs.patch
|
Patch0: kio_help-fallback-to-kde4-docs.patch
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# gcc7 is too old for std::transform_reduce
|
# gcc7 is too old for std::transform_reduce
|
||||||
%if 0%{?suse_version} == 1500
|
%if 0%{?suse_version} == 1500
|
||||||
BuildRequires: gcc10-c++
|
BuildRequires: gcc10-c++
|
||||||
BuildRequires: gcc10-PIE
|
BuildRequires: gcc10-PIE
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kf5-filesystem
|
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Archive) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Completion) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Completion) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Crash) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5JobWidgets) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5JobWidgets) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Service) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Solid) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Solid) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Wallet) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Wallet) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(Qt5Concurrent) >= 5.15.0
|
BuildRequires: cmake(Qt5Concurrent) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
BuildRequires: cmake(Qt5UiPlugin) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
|
BuildRequires: cmake(Qt5X11Extras) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Xml) >= 5.15.0
|
BuildRequires: cmake(Qt5Xml) >= %{qt5_version}
|
||||||
BuildRequires: pkgconfig(mount)
|
BuildRequires: pkgconfig(mount)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires: %{name}-core = %{version}
|
Requires: %{name}-core = %{version}
|
||||||
Requires: kded >= %{_kf5_bugfix_version}
|
Requires: kded >= %{_kf5_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
|
# Only useful for laptops with hybrid GPU
|
||||||
@ -109,20 +108,19 @@ KIO core libraries, ioslave and daemons.
|
|||||||
Summary: Network transparent access to files and data
|
Summary: Network transparent access to files and data
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name}-core = %{version}
|
Requires: %{name}-core = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: cmake(KF5Bookmarks) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Completion) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5Completion) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Config) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5ItemViews) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5JobWidgets) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5JobWidgets) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Service) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Solid) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5Solid) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5XmlGui) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
Requires: cmake(Qt5Concurrent) >= %{qt5_version}
|
||||||
Requires: cmake(Qt5Concurrent) >= 5.15.0
|
Requires: cmake(Qt5DBus) >= %{qt5_version}
|
||||||
Requires: cmake(Qt5DBus) >= 5.15.0
|
Requires: cmake(Qt5Network) >= %{qt5_version}
|
||||||
Requires: cmake(Qt5Network) >= 5.15.0
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
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