Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma5-applet-suse-prime for
openSUSE:Factory checked in at 2021-07-22 22:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-applet-suse-prime (Old)
and /work/SRC/openSUSE:Factory/.plasma5-applet-suse-prime.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-applet-suse-prime"
Thu Jul 22 22:43:18 2021 rev:2 rq:906920 version:1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma5-applet-suse-prime/plasma5-applet-suse-prime.changes
2019-06-01 09:57:30.655159356 +0200
+++
/work/SRC/openSUSE:Factory/.plasma5-applet-suse-prime.new.1899/plasma5-applet-suse-prime.changes
2021-07-22 22:43:58.099152268 +0200
@@ -1,0 +2,11 @@
+Sun Jul 18 08:47:44 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Fix the %files section. plasma-framework >= 5.84 doesn't install
+ desktop files in %_kf5_servicesdir anymore.
+
+-------------------------------------------------------------------
+Thu Aug 27 16:52:58 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Spec cleanup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-applet-suse-prime.spec ++++++
--- /var/tmp/diff_new_pack.3KSF60/_old 2021-07-22 22:43:58.503151742 +0200
+++ /var/tmp/diff_new_pack.3KSF60/_new 2021-07-22 22:43:58.503151742 +0200
@@ -1,7 +1,7 @@
#
# spec file for package plasma5-applet-suse-prime
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,8 @@
Source0: %{name}-%{version}.tar.gz
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5Plasma)
-Requires: libqt5-qdbus
Requires: kdialog
+Requires: libqt5-qdbus
Supplements: (plasma5-workspace and suse-prime)
BuildArch: noarch
@@ -39,20 +39,19 @@
%build
%cmake_kf5 -d build
-%make_jobs
+%cmake_build
%install
%kf5_makeinstall -C build
%files
%license LICENSE
-%doc README.md
-
%dir %{_kf5_plasmadir}/plasmoids
-
+%doc README.md
+%{_kf5_appstreamdir}/org.kde.plasma.prime.appdata.xml
%{_kf5_plasmadir}/plasmoids/org.kde.plasma.prime/
+%if %{pkg_vcmp plasma-framework-devel < 5.84}
%{_kf5_servicesdir}/plasma-applet-org.kde.plasma.prime.desktop
-%{_kf5_appstreamdir}/org.kde.plasma.prime.appdata.xml
-
+%endif
%changelog