This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 0a9a564 x2gokdrive.spec: fix %exclude entry for protocol.txt, the new configure flags changed its path to %{_libexecdir}. new 659b93c x2gokdrive.spec: downgrade dependency upon xorg-x11-server-common to 1.18.4. 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 | 5 +++++ x2gokdrive.spec | 2 +- 2 files changed, 6 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 659b93c655b5db642f565eae6a18bdd4c6da0d99 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 31 23:53:22 2019 +0100 x2gokdrive.spec: downgrade dependency upon xorg-x11-server-common to 1.18.4. Strictly speaking, we'd have to define a unique dependency for each 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. --- debian/changelog | 5 +++++ x2gokdrive.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cb6f42a..9c12dc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -120,6 +120,11 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium pull it in by other means (while RHEL-land does). + Fix %exclude entry for protocol.txt, the new configure flags changed its path to %{_libexecdir}. + + Downgrade dependency upon xorg-x11-server-common to 1.18.4. Strictly + speaking, we'd have to define a unique dependency for each + 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. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 60e36ae..53e7dff 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -181,7 +181,7 @@ More information about X2Go can be found at: %package -n xorg-x11-server-x2gokdrive Summary: KDrive graphical server backend for X2GoServer -Requires: xorg-x11-server-common >= 1.20.3 +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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git