This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 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. new 65c527b debian/control: recommend x2goserver >= 4.1.0.4, we'll better stay on the 4.1.x line. new 994873f x2gokdrive.spec: depend on/recommend x2goserver >= 4.1.0.4, backported from debian/control. The 2 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 | 3 +++ debian/control | 2 +- x2gokdrive.spec | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) -- 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 65c527bf377821514edde00cdcf6b5ada7dbb36b Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 6 04:29:16 2019 +0100 debian/control: recommend x2goserver >= 4.1.0.4, we'll better stay on the 4.1.x line. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e2eeeac..d381121 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Add build-dependency upon libpam-dev. It would really be libpam0g-dev currently, but that looks like a moving target. + Add B-D upon x11proto-gl-dev (or nil/hello). + + Recommend x2goserver >= 4.1.0.4, we'll better stay on the 4.1.x line. * x2gokdrive.spec: + Drop Debian-style formatting in description. + Typo fixes. diff --git a/debian/control b/debian/control index aac9045..e9d9825 100644 --- a/debian/control +++ b/debian/control @@ -100,7 +100,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, Recommends: - x2goserver (>= 4.2.0.0~), + x2goserver (>= 4.1.0.4~), libgl1-mesa-dri (>= 7.1~rc1), Description: KDrive graphical server backend for X2Go Server 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 994873fc4e2a6972079f20a99d8391884abfc30e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 6 04:29:39 2019 +0100 x2gokdrive.spec: depend on/recommend x2goserver >= 4.1.0.4, backported from debian/control. --- debian/changelog | 2 ++ x2gokdrive.spec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d381121..e4dd2b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -128,6 +128,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium 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. + + Depend on/recommend x2goserver >= 4.1.0.4, backported from + debian/control. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 511078d..794b97c 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -188,10 +188,10 @@ Summary: KDrive graphical server backend for X2GoServer Requires: xorg-x11-server-common >= 1.18.4 %if 0%{?rhel} > 8 || 0%{?suse_version} Recommends: mesa-dri-drivers -Recommends: x2goserver >= 4.2.0.0 +Recommends: x2goserver >= 4.1.0.4 %else Requires: mesa-dri-drivers -Requires: x2goserver >= 4.2.0.0 +Requires: x2goserver >= 4.1.0.4 %endif %description -n xorg-x11-server-x2gokdrive -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git