diff --git a/discover-5.19.5.tar.xz b/discover-5.19.5.tar.xz deleted file mode 100644 index f2da9cd..0000000 --- a/discover-5.19.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f989060450fbbfa596424fa6d3c4d0c5ea6ab532d09e58a935a109c628a3f82 -size 10296324 diff --git a/discover-5.19.5.tar.xz.sig b/discover-5.19.5.tar.xz.sig deleted file mode 100644 index a106f76..0000000 --- a/discover-5.19.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9OIRYACgkQ7JTRj38F -mX64jAgAlY7mClcYfVxmHKTwUkvZQ/6Yq/zSCjt3A8mfpGJwsUeIHqPddJ6oVmVh -K1t40jscc7MTYPOq5Ml4XU1U0NDABKcnmsAFuVtFM9f/PmeRUmQ1TQk8KLpIAeEa -DLA2xiO/4q7kl8P0a/s6HEFGavnsGeBydf6/vkSm91dW1CkCIVuCy5ZuuH7moqGb -hQt1QkRP28rfHX6HcJLOaK/qWjpF8ug/ewEnh+rS77qgbfJqaTYp2TzXyDHaQJre -1J9IqNG0ZE3twieq1YfzXjlC3+gIQWbQqDrWNo3Cnd9rQ2dJp7MwELokKKeoRVVA -TtUcTZDK6GoCFLRQP7A9jjXca3pdLQ== -=k7PF ------END PGP SIGNATURE----- diff --git a/discover-5.19.90.tar.xz b/discover-5.19.90.tar.xz new file mode 100644 index 0000000..c4eef05 --- /dev/null +++ b/discover-5.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829759ec402d9002dee25c5833f8ce5af490887878efaca80dc239bc37d08ff2 +size 10308912 diff --git a/discover-5.19.90.tar.xz.sig b/discover-5.19.90.tar.xz.sig new file mode 100644 index 0000000..9b96c8c --- /dev/null +++ b/discover-5.19.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jPjkACgkQEZaMRJKM +rvzHJwgAhBB0wP+sxLcICOqWEvCu1RZH9MS56ctorDRjFeA8EBmFl9IOpS4w8nzM +hwgNa2xBf2P6ZDBcI+6oDgRh7DKSDmGZEDAPf7HkcxIBlWn7/zm0JaCYGh5Lg94p +7IiZvf0cGCbIJKQfGF4A40j3h5PqrPcVq/juRUAuwth4F7WJ2vB9e/ulsSYS2hi6 +L+uuC65cA5q+EL99oKqAd8A4kpUiJFuvIalBPx+i5k5IQHCpGJNFRvwGIpt8utl6 +6Ro7sE26JgKnbGjM3Xnkmt3YSnc5Qz0z/ftt6SOtvyEmr0No4tiKDzAtVMVXHQ++ +Ap4LJv5fozVHE1uV3jCKI7r0n+FEew== +=FlXi +-----END PGP SIGNATURE----- diff --git a/discover.changes b/discover.changes index c5ebf64..947cf5c 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 17 20:02:56 UTC 2020 - Fabian Vogt + +- Update to 5.19.90 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.90 +- Too many changes to list here + ------------------------------------------------------------------- Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt diff --git a/discover.spec b/discover.spec index 0a81601..8c12060 100644 --- a/discover.spec +++ b/discover.spec @@ -17,16 +17,19 @@ %bcond_without lang +# Version in Leap 15.1 is too old +%global have_fwupd (!0%{?sle_version} || 0%{?sle_version} >= 150200) + Name: discover -Version: 5.19.5 +Version: 5.19.90 Release: 0 Summary: Software store for the KDE Plasma desktop License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later Group: System/GUI/KDE URL: https://quickgit.kde.org/?p=discover.git -Source: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz +Source: discover-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz.sig +Source1: discover-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE @@ -64,7 +67,9 @@ BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(packagekitqt5) >= 1.0.1 +%if %{have_fwupd} BuildRequires: pkgconfig(fwupd) >= 1.0.6 +%endif Requires: kdeclarative-components Requires: kirigami2 Requires: kuserfeedback-imports @@ -152,7 +157,7 @@ user to install them using Discover. %endif %files -%license COPYING* +%license LICENSES/* %{_kf5_bindir}/plasma-discover %{_kf5_bindir}/plasma-discover-update %{_kf5_libdir}/plasma-discover/ @@ -176,14 +181,14 @@ user to install them using Discover. %endif %files backend-packagekit -%license COPYING* +%license LICENSES/* %{_kf5_plugindir}/discover/packagekit-backend.so %{_kf5_sharedir}/libdiscover/categories/packagekit-backend-categories.xml %{_kf5_appstreamdir}/org.kde.discover.packagekit.appdata.xml %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150100 %files backend-flatpak -%license COPYING* +%license LICENSES/* %{_kf5_plugindir}/discover/flatpak-backend.so %{_kf5_sharedir}/libdiscover/categories/flatpak-backend-categories.xml %{_kf5_appstreamdir}/org.kde.discover.flatpak.appdata.xml @@ -191,12 +196,14 @@ user to install them using Discover. %{_kf5_iconsdir}/hicolor/*/apps/flatpak-discover.svg %endif +%if %{have_fwupd} %files backend-fwupd -%license COPYING* +%license LICENSES/* %{_kf5_plugindir}/discover/fwupd-backend.so +%endif %files notifier -f notifier.lang -%license COPYING* +%license LICENSES/* %dir %{_kf5_plugindir}/discover-notifier %{_kf5_configdir}/autostart/org.kde.discover.notifier.desktop %{_libdir}/libexec/DiscoverNotifier