This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 59ad64f1c82641cfd3e89fb24ae8198c34656921 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 13 00:08:36 2018 +0100 x2godesktopsharing.spec: use qmake-qt5 globally. --- debian/changelog | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7b39ec0..91a4673 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ x2godesktopsharing (3.1.1.5-0x2go1) UNRELEASED; urgency=medium + Remove obsolete EPEL 5 support. + Whitespace only. + Build against Qt5. + + Use qmake-qt5 globally. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index a5ff585..9a869ff 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -91,7 +91,7 @@ a local X11 session. %build -qmake QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" QMAKE_STRIP=":" x2godesktopsharing.pro +qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" QMAKE_STRIP=":" x2godesktopsharing.pro make %{?_smp_mflags} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git