This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1b8fa77 x2goclient.spec: correctly quote PATH overrides. new 4787d1f x2goclient.spec: fix syntax error in Qt 5 PATH override. The 1 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: debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 4787d1f95d02eed569552129ca197933a66717ae Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 19 04:13:25 2021 +0200 x2goclient.spec: fix syntax error in Qt 5 PATH override. --- debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c17c48e..2dc7f29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section. - x2goclient.spec: use %{_qt5_bindir} macro analogous to the Qt 4 variant. - x2goclient.spec: correctly quote PATH overrides. + - x2goclient.spec: fix syntax error in Qt 5 PATH override. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/x2goclient.spec b/x2goclient.spec index 281e9c7..c2e0092 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -165,7 +165,7 @@ export 'PATH=%{_qt4_bindir}:'"${PATH}" %else %if %{qt_version} == 5 %if 0%{?_qt5_bindir:1} -export 'PATH=%{_qt5_bindir}:'${PATH}" +export 'PATH=%{_qt5_bindir}:'"${PATH}" %endif %{make_call} %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git