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