From 6b5762a4f8f2262f8247d4a6241e29846d89e733ae15e4731560c6a40c86e2f4 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 9 Sep 2014 10:18:38 +0000 Subject: [PATCH 1/2] 5.2.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=32 --- kxmlgui-5.1.0.tar.xz | 3 --- kxmlgui-5.2.0.tar.xz | 3 +++ kxmlgui.changes | 7 +++++++ kxmlgui.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kxmlgui-5.1.0.tar.xz create mode 100644 kxmlgui-5.2.0.tar.xz diff --git a/kxmlgui-5.1.0.tar.xz b/kxmlgui-5.1.0.tar.xz deleted file mode 100644 index b39ada3..0000000 --- a/kxmlgui-5.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b8b026c05a7703c429e8b86065de53a4dc936b9e72e5ea7a5f2ec8f88a9160c -size 888160 diff --git a/kxmlgui-5.2.0.tar.xz b/kxmlgui-5.2.0.tar.xz new file mode 100644 index 0000000..42716ba --- /dev/null +++ b/kxmlgui-5.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09560af5ca3181311824fa872e76ae7dc4ff172283e3bc2f468b9f1f92fcfbc6 +size 888344 diff --git a/kxmlgui.changes b/kxmlgui.changes index 7dfa9a5..89a6d80 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 9 09:49:40 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.2.0 + * For more details please see: + http://kde.org/announcements/kde-frameworks-5.2.php + ------------------------------------------------------------------- Sat Aug 2 10:20:24 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kxmlgui.spec b/kxmlgui.spec index 722990a..82bcd12 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -18,12 +18,12 @@ %define lname libKF5XmlGui5 Name: kxmlgui -Version: 5.1.0 +Version: 5.2.0 Release: 0 %define kf5_version %{version} BuildRequires: attica-qt5-devel >= %{kf5_version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.1.0 +BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{kf5_version} BuildRequires: kconfigwidgets-devel >= %{kf5_version} From e01e47c1a0e0d7790cd6acaaef588a05b863cc0a0fb0a9bc3e25912f4ca7d6ec Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 10 Sep 2014 15:33:56 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=33 --- kxmlgui.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kxmlgui.changes b/kxmlgui.changes index 89a6d80..a009aa7 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -2,6 +2,8 @@ Tue Sep 9 09:49:40 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.2.0 + * KXmlGui: KActionCollection::setDefaultShortcuts now makes the + shortcut active too, to simplify application code. * For more details please see: http://kde.org/announcements/kde-frameworks-5.2.php