diff --git a/kxmlgui-5.91.0.tar.xz b/kxmlgui-5.91.0.tar.xz deleted file mode 100644 index 7c286a5..0000000 --- a/kxmlgui-5.91.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f68b187570e22c7037fdbcff83ebaad8b5c77fe1bec166c059da6d475149ce3 -size 891308 diff --git a/kxmlgui-5.91.0.tar.xz.sig b/kxmlgui-5.91.0.tar.xz.sig deleted file mode 100644 index b750aff..0000000 --- a/kxmlgui-5.91.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/km0ACgkQWNDuZIpI -s7tBjQf/aSF8LQ7bPg3oVe+7aTo/fP+WxGL2tfkWN4zSRs6IvpGTYgcxDCS8jSJb -Z8HQ3VQlY4RjZvILHpEPW2ckFxN+c4FklJEM7Ou6r8rKSzU4ulAFkrwxI4SweTZC -MwB7fMVedl9vlAGj/5cpYZjem6Ka7ZhkFOZeGnBevrvWIJHqnWl+CnQOP74W7Gma -1A2NLK7uhjeHx1FepjHZIWn0d7zG97EI3kFkcczK/V0GQQJUCZ1CT9UM1z4QsMEX -DsS1b4yuxb1dVFaxQsBIy4UOwrC3enc7MGDxjgEN32TfP6Aam+dLsQ9w3USusRyj -dZ72QVr/h8JAlL/y9IJ8st7dSrxJvA== -=9nBT ------END PGP SIGNATURE----- diff --git a/kxmlgui-5.92.0.tar.xz b/kxmlgui-5.92.0.tar.xz new file mode 100644 index 0000000..86db1a4 --- /dev/null +++ b/kxmlgui-5.92.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08b4c0d3cc39f788d918bd2ba331966a8af5208233c38a27f029f93a597b743 +size 895672 diff --git a/kxmlgui-5.92.0.tar.xz.sig b/kxmlgui-5.92.0.tar.xz.sig new file mode 100644 index 0000000..7ff21f2 --- /dev/null +++ b/kxmlgui-5.92.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwtoACgkQWNDuZIpI +s7sYvgf9HxtVwI9YU7nsrdOYTwTH7i15r/zm7d/ThCMbaoWpGqsxpueDVOsK6MY0 +neSu3yXXVJH6jZFFE7ta3kIg5gwctnMeHSoxyjhkg8Pf4VMuQTRB8pBGJ3TCeROb +yyizBwEg/mSVtuWjEIxGTxWZT9Np5Xh7BCo7wtYS7zPOuSwtm8Jud3510cWcrrOl +Skh7TedejEwszPJmIho5CGwAAFpWrf5YlqWrfIB1XUowGaitQKhWq1qqoBYuvmao +6OOMpTsaVwg3PKMZcLnkGzsa05P5g8p8kU8zEhvocKhqNFweQ8mZQzdUPxwLANyt +yMa88t+zQep2QWnNjj0Aqw4KFmu+hg== +=cBPO +-----END PGP SIGNATURE----- diff --git a/kxmlgui.changes b/kxmlgui.changes index 51b20d1..5376cae 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 7 09:27:16 UTC 2022 - Christophe Giboudeaux + +- Update to 5.92.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.92.0 +- Changes since 5.91.0: + * Remove outdated readme file + * Add Qt6 Android CI + * Add an old formatting commit to git blame ignore file + * Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling + * Support build without Qt session manager + * Add an action in help menu for command bar + * Update translation context of two strings + ------------------------------------------------------------------- Sun Feb 6 10:17:16 UTC 2022 - Christophe Giboudeaux diff --git a/kxmlgui.spec b/kxmlgui.spec index bd1cc02..6d9e4fb 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -17,14 +17,14 @@ %define lname libKF5XmlGui5 -%define _tar_path 5.91 +%define _tar_path 5.92 # 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 released Name: kxmlgui -Version: 5.91.0 +Version: 5.92.0 Release: 0 Summary: Framework for managing menu and toolbar actions License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -46,7 +46,6 @@ BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} # Now requires private headers BuildRequires: libqt5-qtbase-private-headers-devel