From 1ae9bb24c876891839dab41caa359f2a6a2301364f1bb8c3da9211534e1da958 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 15 Sep 2017 03:22:12 +0000 Subject: [PATCH 1/3] Plasma 5.11 Beta - hopefully everything addressed now (if it builds fine) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=99 --- discover-5.10.5.tar.xz | 3 --- discover-5.10.95.tar.xz | 3 +++ discover.changes | 9 +++++++++ discover.spec | 22 +++++++++++++++++----- 4 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 discover-5.10.5.tar.xz create mode 100644 discover-5.10.95.tar.xz diff --git a/discover-5.10.5.tar.xz b/discover-5.10.5.tar.xz deleted file mode 100644 index 16044fa..0000000 --- a/discover-5.10.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae13990f3d9afcffd713d04d2fc6e072a54c2efe6746d19714211b953cc0b420 -size 10188256 diff --git a/discover-5.10.95.tar.xz b/discover-5.10.95.tar.xz new file mode 100644 index 0000000..6418ad7 --- /dev/null +++ b/discover-5.10.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed6a95b7d1c2e1c4ddfc6794d2953b05d3507a75e0550d643312a275242c1fe +size 10191364 diff --git a/discover.changes b/discover.changes index 8785391..c44b658 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 14 14:29:04 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.95.php +- Too many changes to list here + ------------------------------------------------------------------- Mon Aug 28 15:25:02 UTC 2017 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index f84abe8..7d9f626 100644 --- a/discover.spec +++ b/discover.spec @@ -18,20 +18,25 @@ %bcond_without lang Name: discover -Version: 5.10.5 +Version: 5.10.95 Release: 0 Summary: KDE Software Installer -License: GPL-2.0 AND GPL-3.0 AND GPL-3.0+ +License: GPL-2.0 and GPL-3.0 and GPL-3.0+ Group: System/GUI/KDE Url: https://quickgit.kde.org/?p=discover.git -Source: http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz +%if 0%{?suse_version} < 1330 +# It does not build with the default compiler (GCC 4.8) on Leap 42.x +BuildRequires: gcc6-c++ +%endif BuildRequires: PackageKit-Qt5-devel BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules +BuildRequires: flatpak-devel BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel BuildRequires: update-desktop-files -BuildRequires: cmake(AppStreamQt) >= 0.10 +BuildRequires: cmake(AppStreamQt) >= 0.11.1 BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Attica) BuildRequires: cmake(KF5Config) @@ -58,6 +63,7 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) Requires: AppStream Requires: PackageKit +Requires: flatpak Requires: kirigami2 Requires: libqt5-qtquickcontrols2 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300 @@ -88,7 +94,12 @@ This is the systray plasmoid to notify the user that updates are available %setup -q %build - %cmake_kf5 -d build + %if 0%{?suse_version} < 1330 + # It does not build with the default compiler (GCC 4.8) on Leap 42.x + export CC=gcc-6 + export CXX=g++-6 + %endif + %cmake_kf5 -d build -- -DBUILD_TESTING=ON %make_jobs %install @@ -114,6 +125,7 @@ This is the systray plasmoid to notify the user that updates are available %{_kf5_plugindir}/discover/ %{_kf5_qmldir}/ %{_kf5_applicationsdir}/org.kde.discover.desktop +%{_kf5_applicationsdir}/org.kde.discover-flatpak.desktop %{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop %{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.* %{_kf5_notifydir}/discoverabstractnotifier.notifyrc From ec98208af62c6f3ff1a8ed152cb70513fc4d1bf0cd758ff95f4f7e6d32b16f92 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 5 Oct 2017 20:23:37 +0000 Subject: [PATCH 2/3] Plasma 5.11 final OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=100 --- discover-5.10.95.tar.xz | 3 --- discover-5.11.0.tar.xz | 3 +++ discover.changes | 19 +++++++++++++++++++ discover.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 discover-5.10.95.tar.xz create mode 100644 discover-5.11.0.tar.xz diff --git a/discover-5.10.95.tar.xz b/discover-5.10.95.tar.xz deleted file mode 100644 index 6418ad7..0000000 --- a/discover-5.10.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ed6a95b7d1c2e1c4ddfc6794d2953b05d3507a75e0550d643312a275242c1fe -size 10191364 diff --git a/discover-5.11.0.tar.xz b/discover-5.11.0.tar.xz new file mode 100644 index 0000000..1f961c9 --- /dev/null +++ b/discover-5.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f62347bba692e9885fc8e5d16ea2cc94d1c1c8e848022fdb31178a046320bd3 +size 10193812 diff --git a/discover.changes b/discover.changes index c44b658..89cfabc 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 5 12:39:17 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.11.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.0.php +- Changes since 5.10.95: + * Use the right update icon when there's no updates + * When the delegate is compact, don't show the longDescription at all + * Fix featured filtering + * Fix listing several sources in an application + * Fix warnings + * Optimize adding resources to the model (kde#383743) + * make for better debug output + * Don't go through categories more than necessary + * Properly traverse a hash with iterators + * Use flatpak_installation_list_installed_refs for listing installed flatpaks + ------------------------------------------------------------------- Thu Sep 14 14:29:04 CEST 2017 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index 7d9f626..1528815 100644 --- a/discover.spec +++ b/discover.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: discover -Version: 5.10.95 +Version: 5.11.0 Release: 0 Summary: KDE Software Installer License: GPL-2.0 and GPL-3.0 and GPL-3.0+ From ef9469e7b89974bf642091709d81cf060707741d92f722208ddaf6a2767e7ea1 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 6 Oct 2017 04:32:05 +0000 Subject: [PATCH 3/3] Strip URLs from sources OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=101 --- discover.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover.spec b/discover.spec index 1528815..347ac05 100644 --- a/discover.spec +++ b/discover.spec @@ -24,7 +24,7 @@ Summary: KDE Software Installer License: GPL-2.0 and GPL-3.0 and GPL-3.0+ Group: System/GUI/KDE Url: https://quickgit.kde.org/?p=discover.git -Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz +Source: discover-%{version}.tar.xz %if 0%{?suse_version} < 1330 # It does not build with the default compiler (GCC 4.8) on Leap 42.x BuildRequires: gcc6-c++