This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 659b93c x2gokdrive.spec: downgrade dependency upon xorg-x11-server-common to 1.18.4. new c2497f4 x2gokdrive.spec: work around issue on *SuSE: for some reason, Mesa-libGL-devel doesn't pull Mesa-devel in, leading to a compile failure. 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 | 2 ++ x2gokdrive.spec | 4 ++++ 2 files changed, 6 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit c2497f4218b5763f3d71f5ca733afa9ccfe910b3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 2 03:08:17 2019 +0100 x2gokdrive.spec: work around issue on *SuSE: for some reason, Mesa-libGL-devel doesn't pull Mesa-devel in, leading to a compile failure. Do that manually. --- debian/changelog | 2 ++ x2gokdrive.spec | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9c12dc5..e2eeeac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -125,6 +125,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium distro-version combination (e.g., Fedora 30 uses 1.20.5, EPEL 7 currently uses 1.20.4 etc.), but that's too complicated - let's depend on at least the earliest supported version for now. + + Work around issue on *SuSE: for some reason, Mesa-libGL-devel doesn't + pull Mesa-devel in, leading to a compile failure. Do that manually. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 53e7dff..511078d 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -153,6 +153,10 @@ BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(xshmfence) +# *SuSE-specific +%if 0%{?suse_version} +BuildRequires: Mesa-devel +%endif %description X2Go is a server based computing environment with -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git