This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from 1d301c5 Merge branch 'sunweaver-pr/fix-compiler-warnings' into 3.6.x new 8cf5b5b nx-libs.spec: add back erroneously dropped xkeyboard-config dependency. new 8cca3f0 nx-libs.spec: actually use a weak dependency for xkeyboard-config. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-libs.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 8cf5b5b7c7bcaa8465bbde0cefade28b537fb763 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 08:10:32 2017 +0100 nx-libs.spec: add back erroneously dropped xkeyboard-config dependency. --- nx-libs.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nx-libs.spec b/nx-libs.spec index 1d6d96d..440e72c 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -314,6 +314,10 @@ Obsoletes: nxauth < 3.5.99.1 Requires: xorg-x11-font-utils %endif +# Should be a weak dependency, because this package +# works without the dependency. +Requires: xkeyboard-config + # For /usr/bin/xkbcomp %if 0%{?fedora} || 0%{?rhel} Requires: xorg-x11-xkb-utils -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 8cca3f09d85a4eaab2df1d671a0f57972b1c167d Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 08:26:23 2017 +0100 nx-libs.spec: actually use a weak dependency for xkeyboard-config. At least on platforms that support weak dependencies. --- nx-libs.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nx-libs.spec b/nx-libs.spec index 440e72c..9506cb7 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -316,7 +316,17 @@ Requires: xorg-x11-font-utils # Should be a weak dependency, because this package # works without the dependency. +# *SUSE supports weak dependencies since version 10, +# so when it comes to our "supported" platforms any +# *SUSE version supports that feature. +# Fedora supports it since version 21. RHEL has not +# yet had any release based on anything newer than +# FC19, so no support on RHEL. +%if 0%{?fedora} >= 21 || 0%{?suse_version} +Recommends: xkeyboard-config +%else Requires: xkeyboard-config +%endif # For /usr/bin/xkbcomp %if 0%{?fedora} || 0%{?rhel} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git