This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from c3bd880 Makefile: invoke make as $(MAKE) to keep original invocation. new 164d666 x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section. 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 | 1 + 2 files changed, 2 insertions(+) -- 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 164d666c570b90c772e3d4e8567614874314d706 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 16 15:51:29 2021 +0200 x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section. --- debian/changelog | 1 + x2goclient.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 249dd55..6547b7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - Makefile: make controllable variables default-if-not-set to allow overriding via the environment. - Makefile: invoke make as $(MAKE) to keep original invocation. + - x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/x2goclient.spec b/x2goclient.spec index 6c88867..950efc3 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -46,6 +46,7 @@ BuildRequires: qt4-devel %else BuildRequires: qt-devel %endif +%endif %else %if %{qt_version} == 5 BuildRequires: pkgconfig(Qt5Core) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git