diff --git a/frameworkintegration-5.76.0.tar.xz b/frameworkintegration-5.76.0.tar.xz deleted file mode 100644 index 39d2f3a..0000000 --- a/frameworkintegration-5.76.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac6c070190ab4c0c2ac15a921886ed7f3b70d6a0b7c41766d21a913e9f086fb -size 1754768 diff --git a/frameworkintegration-5.76.0.tar.xz.sig b/frameworkintegration-5.76.0.tar.xz.sig deleted file mode 100644 index bbab5a6..0000000 --- a/frameworkintegration-5.76.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5DkACgkQWNDuZIpI -s7sMkgf8DtGC3jKHKdWS9Hg7EJvAN2sOw7YBHYkTmMc17whdtk8lkoHsnmAVaxBQ -5bfPJUw+4b+IAacrDotx8tbfBTVaksjdQS0JVTEFVCYO/LhSQU4qQwh02aen4epi -Rf6HaiPz4Cdp8Cmk0HgkU3LcIkGfBnLmgHAiBXrmY+lGZh9OngkkdOHSvUm2B3ul -MVkJR+KRBqI/jj4MBJL0rn0yanmOpnBtl//xSowqsBUlbj57JOXFK64RgMOQqdDd -0U+w8onoq7UGIEDGpfFJnkij5AFuXuAQPgTzliVIwM3C82R178MWCpt3D4nKH1WD -xYt8lOfLbBUq3tlEvf6HOhalLw2XdA== -=e5jx ------END PGP SIGNATURE----- diff --git a/frameworkintegration-5.77.0.tar.xz b/frameworkintegration-5.77.0.tar.xz new file mode 100644 index 0000000..148cef7 --- /dev/null +++ b/frameworkintegration-5.77.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0637592b489ee1187ffa7af2fa8aff4dac184189abb797ee90fecdb5ff5e0ec5 +size 1754776 diff --git a/frameworkintegration-5.77.0.tar.xz.sig b/frameworkintegration-5.77.0.tar.xz.sig new file mode 100644 index 0000000..0ca2f2e --- /dev/null +++ b/frameworkintegration-5.77.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----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----- diff --git a/frameworkintegration.changes b/frameworkintegration.changes index b236961..55e3c0b 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 5 18:56:10 UTC 2020 - Christophe Giboudeaux + +- Update to 5.77.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.77.0 +- Changes since 5.76.0: + * Pass parent to Q*Layout ctor instead of calling setLayout() + ------------------------------------------------------------------- Sat Nov 7 21:34:10 UTC 2020 - Christophe Giboudeaux diff --git a/frameworkintegration.spec b/frameworkintegration.spec index ee88ab6..0cbffc5 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -17,7 +17,7 @@ %define lname libKF5Style5 -%define _tar_path 5.76 +%define _tar_path 5.77 # 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.76.0 +Version: 5.77.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.12.0 -BuildRequires: cmake(Qt5Widgets) >= 5.12.0 +BuildRequires: cmake(Qt5Gui) >= 5.13.0 +BuildRequires: cmake(Qt5Widgets) >= 5.13.0 BuildRequires: cmake(packagekitqt5) %description