This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from bfb7d3d x2godesktopsharing.spec: build against Qt5. new 59ad64f x2godesktopsharing.spec: use qmake-qt5 globally. 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 + x2godesktopsharing.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/x2godesktopsharing.git
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