Accepting request 773268 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=90
This commit is contained in:
Oliver Kurz 2020-02-14 15:32:58 +00:00 committed by Git OBS Bridge
commit 0f20bc390f
6 changed files with 51 additions and 30 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxSgACgkQWNDuZIpI
s7u6jQf/WwGEVFqeu0M1/SwY3NHc/BuLh7FUJBpqFDcj0Lwv1axeBWSYgUKpmXeh
Osow7lEuk5KHLesrJ8RFTWWtJE20+ViIrFaiMWg7tY6/H9hobV+6KVfWxB+Vx4pm
sgy2LyQNKl5jHbio+x8eWFv4+u3Ixcq6bzUMumWKaikmBFZhnOF/XH5uxqPqh92/
cXyZsSS+nb/6u+e6Cjd+llqoXCzDqb7a0/hh8/ZbJjbf76O7bl+bo7snMDoyRf1t
BN0uykyhkWMXI2LSD4qQknfC/14hoqSQyZjLKlNiwvQVITWFOfmDKJaIk3UwqERj
M5OxfPDThlXCS/xpzP+NQMuekoZrcw==
=50DW
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420YMACgkQWNDuZIpI
s7uJswf/VuMxnpER5F4XKdteiWPQJqM7kFaCJJspjTVfx4T9utGfgd14WxxWjyCt
5ygBULujceBbTbFnSvcwVtMDHx5RPTqzE5Cy6qZAyc1ZNL2qAUHejkBeoiqYrtbs
ZFV8gAbEB22tzTd+kwJA/7YZUB93xeX9HyJkUVJSabEhLcOOp7zkF+uo4y7BQfDx
S7rT5QNXqTceg/P9btp11DI2ZnM9UiYgrKuPDFvC6gGc2Vmoi5MDEsELXRrcNrwE
bbjbz1vvNVVZx7ajtYo8W7pKRiiXzI1pEgzvBf0Hbn40gzqW97nTvecMaY73Cppv
4h2DW8Vohv1OdKzrvphBdx9R1e3NXg==
=GYw8
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Feb 2 18:07:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Too many changes since 5.66.0, only listing bugfixes:
* Allow to handle apps with Terminal=True in their desktop
file, handle their associated mimetype properly (kde#410506)
* Add KIO::DropJobFlag to allow manually showing the menu (kde#415917)
* [KOpenWithDialog] Hide collapsible group box when all
options inside are hidden (kde#415510)
* SlaveBase::dispatchLoop: Fix timeout calculation (kde#392768)
* [KDirOperator] Allow renaming files from the context menu (kde#189482)
-------------------------------------------------------------------
Sun Jan 5 09:02:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.66
%define _tar_path 5.67
# 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
Name: kio
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later
@ -66,16 +66,16 @@ BuildRequires: cmake(KF5Wallet) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Concurrent) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Network) >= 5.11.0
BuildRequires: cmake(Qt5Qml) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
BuildRequires: cmake(Qt5Xml) >= 5.11.0
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Network) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
BuildRequires: cmake(Qt5Xml) >= 5.12.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
Requires: %{name}-core = %{version}
@ -118,9 +118,9 @@ Requires: cmake(KF5JobWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Solid) >= %{_kf5_bugfix_version}
Requires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Concurrent) >= 5.11.0
Requires: cmake(Qt5DBus) >= 5.11.0
Requires: cmake(Qt5Network) >= 5.11.0
Requires: cmake(Qt5Concurrent) >= 5.12.0
Requires: cmake(Qt5DBus) >= 5.12.0
Requires: cmake(Qt5Network) >= 5.12.0
%description devel
This framework implements almost all the file management functions you
@ -136,7 +136,7 @@ Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build