This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from a53195f fix building on Xorg < 11900000. new 011c413 x2gokdrive.spec: X11 server package is not split up into binary and common packages on *SuSE, so change dependency to xorg-x11-server. new d5dd44e debian/changelog: fixup. 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 | 18 ++++++++++++------ x2gokdrive.spec | 6 +++++- 2 files changed, 17 insertions(+), 7 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 011c4131b43e7d4cb32eade27ec09298ea60d49a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 3 18:58:46 2023 +0100 x2gokdrive.spec: X11 server package is not split up into binary and common packages on *SuSE, so change dependency to xorg-x11-server. --- debian/changelog | 2 ++ x2gokdrive.spec | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f925782..333ba0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -109,6 +109,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium rebased patch set. - patches.xorg/21.1.4/xorg-server-configure-ac.patch: fix FTBFS, typo when applying patch. + - x2gokdrive.spec: X11 server package is not split up into binary and + common packages on *SuSE, so change dependency to xorg-x11-server. * debian/control: + Grammar fix. + Remove dependencies that refer to disabled features. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 8ca2ded..892c668 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -204,7 +204,11 @@ More information about X2Go can be found at: %package -n xorg-x11-server-x2gokdrive Summary: KDrive graphical server backend for X2GoServer +%if 0%{?suse_version} +Requires: xorg-x11-server >= 1.18.4 +%else Requires: xorg-x11-server-common >= 1.18.4 +%endif %if 0%{?rhel} > 8 || 0%{?suse_version} Recommends: mesa-dri-drivers Recommends: x2goserver >= 4.1.0.4 @@ -399,7 +403,7 @@ popd %files -n xorg-x11-server-x2gokdrive %defattr(-,root,root) %{_bindir}/x2gokdrive -# Exclude protocol.txt, it's shipped by xorg-x11-server-common and we don't +# Exclude protocol.txt, it's shipped by xorg-x11-server(-common) and we don't # want to conflict with that package. %exclude %{_libexecdir}/protocol.txt %exclude %{_mandir}/man1/Xserver.1.gz -- 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 d5dd44ee5cc9155742b46e030c3b40049bd05772 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 3 19:02:17 2023 +0100 debian/changelog: fixup. --- debian/changelog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 333ba0e..b4b1ffe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium [ Oleksandr Shneyder ] - * Calculate screen dimensions (in mm) according to dpi value. - Default DPI (Xorg) is 75. User can set DPI using -dpi command - line option. + * Initial release: + - Calculate screen dimensions (in mm) according to dpi value. + Default DPI (Xorg) is 75. User can set DPI using -dpi command + line option. - Move selection functionality to separate thread. Use XCB API to manage selections. - add xcb-xfixes to deps. @@ -14,8 +15,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium writing INCR properties. - move declaration of RemoteHostVars from x2gokdriveremote.h to x2gokdriveremote.c. - - add some support for HTML5 client (like converting pointer cursors to PNG - format). + - add some support for HTML5 client (like converting pointer cursors to + PNG format). - fix crashing if client is sending unrequested selection. - extended clipboard support for HTML client. - add name of the thread to the debug output. @@ -31,7 +32,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - rootless mode for x2gokdrive. - improve icon handling in rootless mode. - don't show invisible windows. - - sending KEYRELEASE immediately after KEYPRESS to avoid the "key sticking". + - sending KEYRELEASE immediately after KEYPRESS to avoid the "key + sticking". - set initial geometry form the -geometry command line option. - change from alder32 to crc32 to avoid collisions on small frames. - automatically decrease the jpeg quality when to many frames in queue. @@ -216,6 +218,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium not on RHEL/CentOS (this includes *SuSE and Fedora) and for ppc64le, use it on RHEL/CentOS 8+ or when not on RHEL/CentOS. + Fix syntax error due to unclosed %if. + + X11 server package is not split up into binary and common packages on + *SuSE, so change dependency to xorg-x11-server. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git