This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from fc2db75 Makefile: allow passing down variables that are safe to pass via the environment. new 242e073 x2goclient.spec: fix condition with maybe-undefined macro. 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 242e07335f2cb93d3b49452fe0fbd1dd3164653e Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 16 00:26:01 2021 +0200 x2goclient.spec: fix condition with maybe-undefined macro. --- debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12b21b0..019fbb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium defined. - Makefile: allow passing down variables that are safe to pass via the environment. + - x2goclient.spec: fix condition with maybe-undefined macro. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/x2goclient.spec b/x2goclient.spec index 20fc476..87fc01c 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -148,7 +148,7 @@ test -f ChangeLog.gitlog && cp ChangeLog.gitlog res/txt/git-info || true %build %define make_call make %{?_smp_mflags} CXXFLAGS='%{optflags}' QMAKE_OPTS='QMAKE_STRIP=:' QT_VERSION='%{qt_version}' %if %{qt_version} == 4 -%if 0%{_qt4_bindir} +%if 0%{?_qt4_bindir} export PATH=%{_qt4_bindir}:$PATH %endif %if 0%{?el5} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git