diff --git a/frameworkintegration-5.89.0.tar.xz b/frameworkintegration-5.89.0.tar.xz deleted file mode 100644 index 0db95cf..0000000 --- a/frameworkintegration-5.89.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e241eaced12a5a41c4eb72e1c7a1ae8cca5bdc22e6ea41cb22472fb6ac7ec38 -size 1758252 diff --git a/frameworkintegration-5.89.0.tar.xz.sig b/frameworkintegration-5.89.0.tar.xz.sig deleted file mode 100644 index 6dd63e9..0000000 --- a/frameworkintegration-5.89.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv68ACgkQWNDuZIpI -s7seUQf/aWm/EUPUclDKWXWeXVUrRBivaO09odclehILg4YOv2GXVQ/39VR7LFJ8 -28ln1JicVgO7WeKf+wOPku5gIn43oR5V0etGAV/HhzYpxIjQiU97ujRsrRjI9nNZ -LsPUMar98BNWMn5R/eCusS3w8woBm/olKN4sRswgxF62bmm5Thfxcv8Ft647WEid -0U+CzB+9SJ44jsqo6JSlDv+zYyN6ePA4BSD8GxE2/6ML35XNHwHHdSPmY6XF5EVX -gVSGVlalnqDHkGsL3CUMcZXAb6qfVK04Fy64gep8XFnEz5P3EsFRMB9d5NWkBvhX -HRdPf/Dp+umikwP5TnNUx72IlIGucA== -=MG+Q ------END PGP SIGNATURE----- diff --git a/frameworkintegration-5.90.0.tar.xz b/frameworkintegration-5.90.0.tar.xz new file mode 100644 index 0000000..63383c9 --- /dev/null +++ b/frameworkintegration-5.90.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5651afb5bb3563d2212662974bd91750b313e3b58fabf59f59459ef904a6fbec +size 1758208 diff --git a/frameworkintegration-5.90.0.tar.xz.sig b/frameworkintegration-5.90.0.tar.xz.sig new file mode 100644 index 0000000..b501d8b --- /dev/null +++ b/frameworkintegration-5.90.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVy4ACgkQWNDuZIpI +s7tqgggAstYhcR00LW0m5RMrK1w/c1QBBjLUBBmMardY2XE/a3nzcDvbPM4JA25n +4uSfMa58TJ1A7+YcQ/vUKIFZRr8Y10Ze3km8AsVBate4ixHAF5lGiEe6XlvbzpJR +bq+yyQ3r9DTq4dz0ZfG3aAy5qdFXxcokhiHX9POW/pYgdnbG8U4iTd5h+HbPOku1 +HHMd+SZLUSHQfQygNlPJQyAiBXT2AultYdKxhPARVWnkaSgLjqCMjLRE41oZjnGy +oJHk/YVdza71lZ8vcEfDhyNPjWulKr6tBXf/0z2dDP33yWXDChSAGYxUto4q7MYg +t77VK8KOrf+pthsz9WsvUx9dgzocWA== +=m20R +-----END PGP SIGNATURE----- diff --git a/frameworkintegration.changes b/frameworkintegration.changes index f101413..99fb6e2 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 3 12:47:11 UTC 2022 - Christophe Giboudeaux + +- Update to 5.90.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.90.0 +- Changes since 5.89.0: + * Fix clazy warning + * Make it compiles against kf5.89 + ------------------------------------------------------------------- Sat Dec 4 22:56:16 UTC 2021 - Christophe Giboudeaux diff --git a/frameworkintegration.spec b/frameworkintegration.spec index 6272577..7cfffb2 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -17,22 +17,22 @@ %define lname libKF5Style5 -%define _tar_path 5.89 +%define _tar_path 5.90 # 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}')} # Only needed for the package signature condition -%bcond_without lang +%bcond_without released Name: frameworkintegration -Version: 5.89.0 +Version: 5.90.0 Release: 0 Summary: Plugins responsible for better integration of Qt applications in KDE Workspace License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: %{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif