Wolfgang Bauer 2021-01-09 12:18:45 +00:00 committed by Git OBS Bridge
parent df2db34442
commit 8f9e4621c6
6 changed files with 40 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0sACgkQWNDuZIpI
s7u+gQf/YND8I8uVrdz8dTsNTdNMbOz6ApZchwJekOpS52W1ed4OXYoE6EnrK6xa
dIUH6zKzgp335ocVl9hYihqDwi8Rm3429jcipS2uwB6tCKAmI6MetMLF7xwAY1OI
ptSrIk30dCf2NmrsQMS07knXTGYOGeCi6UfPLoLrUCxLskJ4TR511Vm9HAu+Op2a
qk2paC5X39VS16e+0CqHGzeBn6b3ZzIzdf1BlV5yiTc2AOWnLKVyWkXhilpRsS6U
F2/XLZ8MTo21Pwp2EeAQU/V2sEjAJIRluMuvmIalkc2AwtXpjHsOKRqsiDfeevgj
QFYGULHvl9awnna2aPgWneyc6xXnRA==
=BlNF
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weesACgkQWNDuZIpI
s7uJJgf/d5kUbUOlDEGFDStv7HR/EiG3rhjuC4nuTYmhv7MvwQVa1yfS9cTm5Z7i
1Z6/vKDQWvRVy6/88DaLJVKboFgFcPFjnsrIHeXx2bjtiEAcKeq+FGyQAlxLQvNi
36oDwQniNkdEVUZg8+MZpQVHfX7hE6f6gaKE+vsspOhSqMKyBZflTv3l8G/s5oLX
5K2cUVZCBqVjUi6z3XEG9FLyt9Z2zaju2rdE7WQx2cpDDHVkobDAmATDnyV7X5nu
LUFX/c/fyxegofgPFA8V8oSj1HBhi8VFTeu1EqPf8U6EN8iLdLykQgZ46nj2aCH7
kdrE9CSdgRO1liPt9yTW57DW7C6G/A==
=fEn9
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:30 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:
* Switch to Findepoxy provided by ECM
* KCMShell: Add support for passing arguments
* Remove ifdefs, we require Qt 5.14 now
* Workaround crash with GL detection and kwin_wayland
* [KQuickAddons] QtQuickSettings::checkBackend() for fallback to software backend (kde#422995)
* [abstractkcm] Fix import version in code example
* Avoid setting QSG_RENDER_LOOP if set already
* ConfigPropertyMap : load property's default value in the map
-------------------------------------------------------------------
Sat Dec 5 18:56:25 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kdeclarative
#
# 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 libKF5Declarative5
%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: kdeclarative
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1-or-later
@ -51,11 +51,11 @@ BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Quick) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Gui) >= 5.14.0
BuildRequires: cmake(Qt5Qml) >= 5.14.0
BuildRequires: cmake(Qt5Quick) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
%description
KDeclarative provides integration of QML and KDE workspaces.
@ -113,7 +113,7 @@ Requires: libKF5QuickAddons5 = %{version}
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Package) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Qml) >= 5.13.0
Requires: cmake(Qt5Qml) >= 5.14.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.