Wolfgang Bauer 2021-01-09 12:18:39 +00:00 committed by Git OBS Bridge
parent 1055556afe
commit 3538ddff65
6 changed files with 29 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnyMACgkQWNDuZIpI
s7uY3gf/dON6zHIXOlcx4qz7Sbb+pxX07HAeHN9KmPijTJqLYO2zkljucwqlCeQi
gso1iaxBI8u2nUcIvgY0x0SRkIfS+eMzexyM47qqwnR1RaEMH3zj0OSF3W9aD66m
jQtif60UEBm2DER2UHlV0FB3Xr+GeDMeZHB+CM/J1c1XzBe4P1Ki39+PjBI0dMk7
+XmFA221hQraX9lDtJvP5Fpkc0w4sNVKDJRlEEEBd0gqX0tkaiwpoLgneBJLsbrQ
rZjxUfPOCy727noNZ3CGdprpGIIZrTD2pPXvaYYO+DloPqvK4z5r2gt4IuKvoN0m
jTZ8ywlXTnudJu5lMQRBB/5vH86p7Q==
=WkRk
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wecMACgkQWNDuZIpI
s7vJZQf+MUf02Okoxfyu3V0a92KSBBKhBGpmAs9NOTiv/rDTDgUghXuF0TpiF4Lb
5Nrym8nlFEZCE7/+WVejGCp3Vg+96GeZ8GZU4S1yg/q5XPiMeNpB48IEK4S/2uWb
jD7oQKkY18X2Aiatx4UoqFpdw4LtgfpGW/V7cYwpJ2hwhhDPTMPujaHN2eVNxBGu
ut93Y5n7GiDQ3/IgktQ1P+DfzXuEYeXooW+W3kFN8DZQ1eV79TpAUwHlQGbTQ4BZ
n+y5tq+qFMYy+Jb2T1299obcAV9wJ6X89/Sxvci8aJbzQ+sayaN7tAiQyjKFXjkF
z75UioNQUGzrBlVECb1JKl6ILbuOJg==
=PRnw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:16 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:
* Remove ifdefs, we require Qt 5.14 now
-------------------------------------------------------------------
Sat Dec 5 18:56:10 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package frameworkintegration
#
# 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,7 +17,7 @@
%define lname libKF5Style5
%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)
@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: frameworkintegration
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: LGPL-2.1-or-later
@ -49,8 +49,8 @@ BuildRequires: cmake(KF5NewStuff) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(packagekitqt5)
%description