KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=350
This commit is contained in:
parent
36506f6a55
commit
9d86130a60
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd821fe65fd5a80d57e572c5d1074290ca183a0ca91bd9092747d72399d148cd
|
||||
size 3252852
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmG1ODgACgkQWNDuZIpI
|
||||
s7v83wf+Ic1S6m7xvUAZjiFsI0CTLojNmA6BVqYdbHUUmHz8LjhzePAB7egY+JL/
|
||||
4rg8lQqI1pd2PkvzCA9hurWoD05bauenauQeQn/YVTokGgwkIribNM8LIKsThbrS
|
||||
7kRT3yOi/xcjQv4L1u1J3UPRbtsHa/5gMSX/MHsDy4RPmUNgDWzuvvg2XPATmAnl
|
||||
AdkF4XFm2wYP5W6BGKTPW8sIokKjDxF2mtzwuTJZQst7GFxv3SCADTlB9nJ8Nc5D
|
||||
191n3/2XeoS6GDwy7IIQ/hf1d3MWoIfgcV7K04Wcm4moFTYvy6uA3pDVipZ139J6
|
||||
aklvOEtSteF/7DrYF9Zf5i0YG5Rkew==
|
||||
=nuPr
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.90.0.tar.xz
Normal file
3
kio-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a1f2eb6453172ecb5b9936c6a5205306e9e729f19bec6bf12527eef8a214637
|
||||
size 3264964
|
11
kio-5.90.0.tar.xz.sig
Normal file
11
kio-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQg5IACgkQWNDuZIpI
|
||||
s7urvQgAiLHymdJjuk7+smgWCcsCWfYS/6M+GKaiuTUIi7zY+OzsgzwAUo67QdKf
|
||||
McuFPGEvXXeDzk7iv8n3zONMYN5ekBuklVNWWBQMP2wENSh5unE9AO2JnmeIMKCu
|
||||
TUuqDTn2QgjYsLZ3ffzwMxq/5lwOEjlTo5YfsBkKDxPsjYyXtCsXDjrYmkj6Q365
|
||||
iNveY6wzboKLlA6rh60VnDoqZ2ex7acScYCX5dpUrEXWPgkg0RYFDf6cMhu4qrlb
|
||||
IpSw98s7IKkz8QJIM3f23Sqh5+zZnS0g39j0CDzFJHSx20ESH2OHwHqWXqs0sBGc
|
||||
gq7Hu5m+JI4aI0n5IS9yexW+t9aPLQ==
|
||||
=JHbo
|
||||
-----END PGP SIGNATURE-----
|
11
kio.changes
11
kio.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Too many changes since 5.89.0, only listing bugfixes:
|
||||
* kdirmodel: Return "unknown" icon when the icon is null (kde#447573)
|
||||
* do not access service past its prime (kde#446539)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:44 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
23
kio.spec
23
kio.spec
@ -16,21 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# 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
|
||||
%bcond_without released
|
||||
Name: kio
|
||||
Version: 5.89.0
|
||||
Version: 5.90.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 lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
@ -38,6 +38,10 @@ Source2: frameworks.keyring
|
||||
Patch0: kio_help-fallback-to-kde4-docs.patch
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
# gcc7 is too old for std::transform_reduce
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: gcc10-c++
|
||||
%endif
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: libacl-devel
|
||||
@ -81,9 +85,6 @@ Requires: %{name}-core = %{version}
|
||||
Requires: kded >= %{_kf5_bugfix_version}
|
||||
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
|
||||
Recommends: kinit
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%endif
|
||||
|
||||
%description
|
||||
This framework implements almost all the file management functions you
|
||||
@ -139,6 +140,10 @@ Development files.
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} == 1500
|
||||
export CXX=g++-10
|
||||
%endif
|
||||
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
@ -146,7 +151,7 @@ Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
@ -156,7 +161,7 @@ Development files.
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user