This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit b1b3477e29a0af6025f68c60b2888e526a3202fd Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Aug 7 22:09:41 2023 +0200 x2goplasmabindings.spec: fix Plasma 5 detection on OpenSuSE Tumbleweed. --- debian/changelog | 1 + x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d0007a7..4477bc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium %doc macros in %files section. + Add BRs on kf5umbrella for *SuSE-based systems and kf5-rpm-macros for RedHat-based systems to get ECMQmlModule support. + + Fix Plasma 5 detection on OpenSuSE Tumbleweed. * debian/control: + Adapt description to also mention KDE 5. + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 0c13c3f..d37bac7 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -1,7 +1,7 @@ # Choose between KDE 4 and 5. %global plasma5 0 %if 0%{?suse_version} -%if 0%{?sle_version} >= 150300 +%if 0%{?sle_version} >= 150300 || 0%{?suse_version} > 1550 %global plasma5 1 %endif %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git