1
0

Accepting request 861926 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:16:05 +00:00 committed by Git OBS Bridge
commit d378e48e17
6 changed files with 44 additions and 31 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln1gACgkQWNDuZIpI
s7vLpggAitd0LG0xleU7Q9hoOMHZmQ2YdTKwJ5wB0VKHKw6ee8dAOeSfU0UzBhEx
AXx5Jq1Q3K4xENEHIsOXNVhSQ2+KIwmZLJuncRE0x47dFWr3tkepBECibIYnK5Ms
vgqvQYxiqVPMPISfPpyaFcS79BkEIDoWOR3G9XSGfEgVWHhpy6mW0JMyQ2ZOiKNd
6SHWfn/8NLhoNZvD1YgptRF6YtokshtyR/Snr50EWdW3p7msgB8F+U0n0s1kWcaT
Mx6Apl/WJ9Pg8pDl858PK2DQgMJIyLfwagN3sIudSN/7W6UgeFUjBWTJqw3f4qk5
KNUB0jCd5lugNxjO6aqaNyl68V5tVA==
=16As
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wefgACgkQWNDuZIpI
s7uXqAf/VdHzVR5uAvrerBJTMsQ1oDPZBsN63lTsjkiwkkNTjR3G+5hoTfmNSjMz
Q9SJWgUAAlH2AYi1WF8c8VN1AIVuJalt4M/rMnUZAOxAM/9mb12YS3Oesoy310A/
bxml9078rqTLKif6ra2v4Bhl4RFhmIfL0qB9Ax5qFa/PcACQyoUHD6+LYVY2uXAR
yIH7NvUttVpHO+jZuCNDsa0MTK2NXbgAZaQWPBDiR5flnwZnJLFyt1b0ge5amBvl
H5APrsjsWiDyzF2KRxAfDm7YDLRXXftPMkoIS1g6LfQaWsP9rS1dLBES59uFmNQ3
ri/XahN16DyNpOKPyKbY3NdwdhQHmA==
=3tQJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* autotests: use canonical paths to fix FreeBSD CI
* autotests: ensure XDG_CURRENT_DESKTOP is KDE as the test assumes
* Don't include QtTest as it includes all QtCore includes
* operator+/- is disabled for QFlags in qt6
-------------------------------------------------------------------
Sat Dec 5 18:56:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kdelibs4support
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5KDELibs4Support5
%define _tar_path 5.77
%define _tar_path 5.78
# 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: kdelibs4support
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later
@ -66,16 +66,16 @@ BuildRequires: cmake(KF5UnitConversion) >= %{_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.13.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Designer) >= 5.13.0
BuildRequires: cmake(Qt5Network) >= 5.13.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.13.0
BuildRequires: cmake(Qt5Svg) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5X11Extras) >= 5.13.0
BuildRequires: cmake(Qt5Concurrent) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Designer) >= 5.14.0
BuildRequires: cmake(Qt5Network) >= 5.14.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.14.0
BuildRequires: cmake(Qt5Svg) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(Qt5X11Extras) >= 5.14.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
@ -167,10 +167,10 @@ Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version}
Requires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Core) >= 5.13.0
Requires: cmake(Qt5DBus) >= 5.13.0
Requires: cmake(Qt5PrintSupport) >= 5.13.0
Requires: cmake(Qt5Xml) >= 5.13.0
Requires: cmake(Qt5Core) >= 5.14.0
Requires: cmake(Qt5DBus) >= 5.14.0
Requires: cmake(Qt5PrintSupport) >= 5.14.0
Requires: cmake(Qt5Xml) >= 5.14.0
Provides: kde4support-devel = %{version}
Obsoletes: kde4support-devel < %{version}