From 7887855d8df4f650cc89e2e3ae9090b882af183723ee65d78a8003026b5cc2d1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 9 Sep 2014 10:09:33 +0000 Subject: [PATCH 1/3] 5.2.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=38 --- frameworkintegration-5.1.0.tar.xz | 3 --- frameworkintegration-5.2.0.tar.xz | 3 +++ frameworkintegration.changes | 7 +++++++ frameworkintegration.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 frameworkintegration-5.1.0.tar.xz create mode 100644 frameworkintegration-5.2.0.tar.xz diff --git a/frameworkintegration-5.1.0.tar.xz b/frameworkintegration-5.1.0.tar.xz deleted file mode 100644 index d586653..0000000 --- a/frameworkintegration-5.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94f9d49f809b7d34bfaa3e64c09176877793c28084f74f2ee9d3284cbcfe2422 -size 1756916 diff --git a/frameworkintegration-5.2.0.tar.xz b/frameworkintegration-5.2.0.tar.xz new file mode 100644 index 0000000..854d2dd --- /dev/null +++ b/frameworkintegration-5.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b904050f618af2856c5a119b5010d8f210a64549614d9e356272dc8aeee5e0de +size 1765508 diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 7e6a696..aa35214 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 9 09:49:23 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:07 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/frameworkintegration.spec b/frameworkintegration.spec index 4faf897..bd09d9e 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -18,11 +18,11 @@ %define lname libKF5Style5 Name: frameworkintegration -Version: 5.1.0 +Version: 5.2.0 Release: 0 %define kf5_version %{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 466b2fcd35d6bf1ff8516568b0fe6515f6f51f369d550ee4ae08f6a4f62e8167 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 9 Sep 2014 14:08:39 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=39 --- frameworkintegration.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworkintegration.spec b/frameworkintegration.spec index bd09d9e..ec213c1 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -108,6 +108,7 @@ Applications do not need to link to this directly. Development files %{_kf5_libdir}/libKF5Style.so.* %{_kf5_datadir}/infopage/ %{_kf5_plugindir}/ +%{_kf5_notifydir}/ %files devel %defattr(-,root,root) From e65f27dd750322320f799bde69230a00c670e20ae472e64a8b6745dea8d9682e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 10 Sep 2014 15:19:29 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=40 --- frameworkintegration.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworkintegration.changes b/frameworkintegration.changes index aa35214..e167dd9 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -2,6 +2,8 @@ Tue Sep 9 09:49:23 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.2.0 + * Frameworkintegration: the file dialog now remembers its size + correctly, and works better with remote URLs. * For more details please see: http://kde.org/announcements/kde-frameworks-5.2.php