This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 6976669 debian/rules: add missing single quotes - two strings were merged into one by accident. new 8f309ef x2gokdrive.spec: let description be the description of xorg-x11-server-x2gokdrive, not the x2gokdrive source package. new 0b1b323 x2gokdrive.spec: add/copy Summary tag to xorg-x11-server-x2gokdrive binary package. 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 +++ x2gokdrive.spec | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) -- 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 8f309ef234b1b7bf23d48cc62bcb9092fbff3c17 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 26 23:40:11 2019 +0200 x2gokdrive.spec: let description be the description of xorg-x11-server-x2gokdrive, not the x2gokdrive source package. --- debian/changelog | 2 ++ x2gokdrive.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a8edb80..479d3c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Rename binary package to xorg-x11-server-x2gokdrive to be consistent with Fedora/*SuSE package naming. + It's still %endif, not %fi. + + Let description be the description of xorg-x11-server-x2gokdrive, not + the x2gokdrive source package. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 97c481c..82c69dd 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -132,7 +132,7 @@ Requires: mesa-dri-drivers Requires: x2goserver >= 4.2.0.0 %endif -%description +%description -n xorg-x11-server-x2gokdrive X2Go is a server based computing environment with - session resuming - low bandwidth support -- 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 0b1b323597eb85855fd7da594e5ec35e2fe9dfe8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 26 23:42:08 2019 +0200 x2gokdrive.spec: add/copy Summary tag to xorg-x11-server-x2gokdrive binary package. --- debian/changelog | 1 + x2gokdrive.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 479d3c4..bcc6027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + It's still %endif, not %fi. + Let description be the description of xorg-x11-server-x2gokdrive, not the x2gokdrive source package. + + Add/copy Summary tag to xorg-x11-server-x2gokdrive binary package. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 82c69dd..593b004 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -123,6 +123,7 @@ BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(xshmfence) %package -n xorg-x11-server-x2gokdrive +Summary: KDrive graphical server backend for X2GoServer Requires: xorg-x11-server-common >= 1.20.3 %if 0%{?rhel} > 8 || 0%{?suse_version} Recommends: mesa-dri-drivers -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git