Accepting request 1009004 from KDE:Frameworks5

KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/1009004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=132
This commit is contained in:
Richard Brown 2022-10-11 16:00:04 +00:00 committed by Git OBS Bridge
commit 1e91e9384f
6 changed files with 42 additions and 28 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMXiIoACgkQWNDuZIpI
s7sY+wf/UXw+NqYhrTUjOPWuq6RsPdLoQS88f/EPEFAVVGAzgxj+MZ+eqeIwnHsa
CelZsOH9ncw1UL5CKRNUOpD8kwNdp+5R4K5I3FslKlBYznoP3SX7wV65Nlf0wZ6p
sAbLdmaVlITApUYdMFC/6d+leOaguKDeGIfjxTSipYLtlfbJzrR1JqrEloFUxqni
BlQCIEGv9gYrMjuzhYADRJamwG+3N9f45mcLBVcLYQHmJSv/KTpYVIW5mwB1RAbG
zI8rmTYluxgmzaVwn/DINORd4+Pc6+0bhYxd6y9fAUgRsEBIHo2KIrNdLLT1tSg9
bNDfnTidYwrpcrLEw9vOXi2mDLuW7g==
=NKEz
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNBjVoACgkQWNDuZIpI
s7ucHAgAvRz69BcuacR/50FDXW46+l7OBOnZAgsJmveSBIkp27ppuZULaasWSTPG
zSe7dX/YMW8RYUvxVVVXDlOxpd/8dAoxZGrzxkY6mkaBAX5BBsp5M7QDQqJR+COZ
jVbKV46iGUvQrP+ilWjeBpZCrPBmSQRYYaIc3jdNAuSdBEJl7Jrm8AYV73gm3aBw
ntSnYM3YiHTboUrONDTI/YObFVNGp0fdLLtAdn/c0lu/VHfUfROl7OIKGPW8vX+K
7xxVQRMtocSS7fV5m7OI8Rv952SDIBfA+zDSIdHrxjUA9V9+NBoWyZrcUymHTFQN
NKbUd7SrITuXTwTjs5OTR65PgmNxVw==
=RCwE
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Oct 1 15:55:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* DesktopExecParser: Fix parsing of TerminalApplication when it contains args (kde#459408)
* KPropertiesDialog: Split single command entry box into separate exec and args
* allow hiding permissions tab
* port http to workerbase
* Worker template: fix install location
* kcms/webshortcuts: hide from System Settings' main navigation
* disable state validation
* UserNotificationHandler: fix messagebox type mismatches
* Fix missing details in message dialogs from worker
-------------------------------------------------------------------
Tue Sep 6 07:17:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.98
%define _tar_path 5.99
# 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.98.0
Version: 5.99.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later
@ -41,6 +41,7 @@ BuildRequires: fdupes
# gcc7 is too old for std::transform_reduce
%if 0%{?suse_version} == 1500
BuildRequires: gcc10-c++
BuildRequires: gcc10-PIE
%endif
BuildRequires: kf5-filesystem
BuildRequires: krb5-devel
@ -143,30 +144,25 @@ 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 %{?extra_opts}}
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with released}
%find_lang %{name} --with-man --all-name
%find_lang kio --with-man --all-name
%{kf5_find_htmldocs}
%endif
%post core -p /sbin/ldconfig
%postun core -p /sbin/ldconfig
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%if %{with released}
%files lang -f %{name}.lang
%endif
%files lang -f kio.lang
%files core
%doc README*
@ -249,15 +245,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/
%dir %{_kf5_sharedir}/kdevappwizard
%dir %{_kf5_sharedir}/kdevappwizard/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
%{_kf5_sharedir}/kdevfiletemplates/templates/kioworker.tar.bz2
%{_kf5_sharedir}/kdevappwizard/templates/kioworker.tar.bz2
%{_kf5_includedir}/
%{_kf5_libdir}/cmake/KF5KIO/
%{_kf5_libdir}/libKF5KIOCore.so