From 4254bf774ffdfee3f780ecb0b7ec14b86528ee74d6fce490fa36b7915f48a341 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 6 Mar 2016 09:54:25 +0000 Subject: [PATCH 1/3] start with 5.20.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=101 --- frameworkintegration-5.19.0.tar.xz | 3 --- frameworkintegration-5.20.0.tar.xz | 3 +++ frameworkintegration.changes | 7 +++++++ frameworkintegration.spec | 7 +++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 frameworkintegration-5.19.0.tar.xz create mode 100644 frameworkintegration-5.20.0.tar.xz diff --git a/frameworkintegration-5.19.0.tar.xz b/frameworkintegration-5.19.0.tar.xz deleted file mode 100644 index c528553..0000000 --- a/frameworkintegration-5.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3cb58b4758b28df9121c44aaadac74fb4546b968ec071a2ef177bc6cf3d8a02 -size 1784504 diff --git a/frameworkintegration-5.20.0.tar.xz b/frameworkintegration-5.20.0.tar.xz new file mode 100644 index 0000000..e1f8eb8 --- /dev/null +++ b/frameworkintegration-5.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6c2fcd98417501aeb483196324eb4bb0b970aa9f380168076abc78ce73c432 +size 1784792 diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 99a3a11..f69154b 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 6 09:54:01 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.20.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.20.0.php + ------------------------------------------------------------------- Sat Feb 6 17:58:33 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/frameworkintegration.spec b/frameworkintegration.spec index 977412a..f824894 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Style5 -%define _tar_path 5.19 +%define _tar_path 5.20 Name: frameworkintegration -Version: 5.19.0 +Version: 5.20.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -76,6 +76,7 @@ Summary: Plugins responsible for better integration of Qt applications in Group: System/GUI/KDE Requires: kde-oxygen-fonts Requires: noto-sans +Requires: plasma5-integration-plugin Conflicts: %lname < 5.6.0 %requires_eq libQt5Gui5 @@ -113,6 +114,8 @@ Applications do not need to link to this directly. Development files %kf5_makeinstall -C build %fdupes %{buildroot} +rm -rfv %{buildroot}%{_kf5_plugindir}/platformthemes + %if %{with lang} %find_lang %{name}5 %endif From af6e6c73f957ac68feaf2a215e6146328f8e895c538660476f09ab7f637b4d4d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 13 Mar 2016 16:26:14 +0000 Subject: [PATCH 2/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=102 --- frameworkintegration.changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frameworkintegration.changes b/frameworkintegration.changes index f69154b..ad42a96 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Sun Mar 6 09:54:01 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.20.0 +- Update to 5.20.0 (boo#970856) + * Remove possible file-name in KDEPlatformFileDialog::setDirectory() + * Don't filter by name if we have mime types * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.20.0.php From 3ef5dae4ca7de1a56b52f27ca2dc94ae1e8d9bfead18f5405b1a351f70b2240a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 14 Mar 2016 08:54:07 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=103 --- frameworkintegration.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworkintegration.spec b/frameworkintegration.spec index f824894..0c5f5cb 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -76,7 +76,7 @@ Summary: Plugins responsible for better integration of Qt applications in Group: System/GUI/KDE Requires: kde-oxygen-fonts Requires: noto-sans -Requires: plasma5-integration-plugin +#Requires: plasma5-integration-plugin Conflicts: %lname < 5.6.0 %requires_eq libQt5Gui5 @@ -114,7 +114,7 @@ Applications do not need to link to this directly. Development files %kf5_makeinstall -C build %fdupes %{buildroot} -rm -rfv %{buildroot}%{_kf5_plugindir}/platformthemes +#rm -rfv %{buildroot}%{_kf5_plugindir}/platformthemes %if %{with lang} %find_lang %{name}5