From 928e247b556c1f2d67155eddfc7e1232660645eb2bc0b44fa93efd719df85023 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 4 Aug 2015 19:47:25 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=79 --- frameworkintegration-5.12.0.tar.xz | 3 --- frameworkintegration-5.13.0.tar.xz | 3 +++ frameworkintegration.changes | 7 +++++++ frameworkintegration.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 frameworkintegration-5.12.0.tar.xz create mode 100644 frameworkintegration-5.13.0.tar.xz diff --git a/frameworkintegration-5.12.0.tar.xz b/frameworkintegration-5.12.0.tar.xz deleted file mode 100644 index 13f3a6d..0000000 --- a/frameworkintegration-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b294c62682cd2f35a9a23701c9add8318f12492b8daa11d271019929987e215e -size 1780292 diff --git a/frameworkintegration-5.13.0.tar.xz b/frameworkintegration-5.13.0.tar.xz new file mode 100644 index 0000000..a5327bd --- /dev/null +++ b/frameworkintegration-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2232d18e918c5af18fcd7f7ac14d6c39a3999b62d24d1cab2bc43d0c8bff0e +size 1780404 diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 71e5271..1751102 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 19:20:11 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php + ------------------------------------------------------------------- Sun Jul 5 18:44:44 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/frameworkintegration.spec b/frameworkintegration.spec index 8a53c5e..c40d099 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Style5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: frameworkintegration -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 4bc53445c0fa59f606a2a49b08f9be8c33d71b25af46230a7e3e4b16b6045c98 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:09:51 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=80 --- frameworkintegration.changes | 6 ++++++ frameworkintegration.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 1751102..35f4b57 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -2,6 +2,12 @@ Tue Aug 4 19:20:11 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated + * Fix crash in directories-only file dialog + * Don't rely on options()->initialDirectory() for Qt < 5.4 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/frameworkintegration.spec b/frameworkintegration.spec index c40d099..2e6eee2 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -34,10 +34,10 @@ BuildRequires: kiconthemes-devel >= %{_tar_path} BuildRequires: kio-devel >= %{_tar_path} BuildRequires: knotifications-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} -BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: libQt5Gui-private-headers-devel >= 5.3.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcursor)