This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 5776f04 debian/control: Bump Standards-Version: to 4.1.4. No changes needed. new 5e7b058 x2goserver.spec: pull in GCC as a build dependency. new 13589e6 x2goserver.spec: mask out variables in comments to avoid build-time warning messages. 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 | 2 ++ x2goserver.spec | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 5e7b058733adc8e21a17a6cbbdedb4f593f9e9d3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 27 02:26:26 2018 +0200 x2goserver.spec: pull in GCC as a build dependency. --- debian/changelog | 1 + x2goserver.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 700c07f..8d4530b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -157,6 +157,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium + Depend upon perl(DBD::mysql) for MySQL/MariaDB support in perl DBD. + Comment out perl(DBD::mysql) dependency for now. + Backport dangling symlink check for /etc/x2go/applications. + + Pull in GCC as a build dependency. * debian/copyright.in: + Remove reference to rgb file. + Remove reference to x2goagent wrapper script. diff --git a/x2goserver.spec b/x2goserver.spec index 2fa9117..2fa719f 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -24,6 +24,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +# Fedora 29+ doesn't install gcc and g++ automatically any longer, +# but this dependency should be useful for all distros really. +BuildRequires: gcc + BuildRequires: findutils # We need this package for SuSE-specific macros. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 13589e64d4cc85f0edb639f9ecc76d0658e0ac22 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 27 02:27:14 2018 +0200 x2goserver.spec: mask out variables in comments to avoid build-time warning messages. --- debian/changelog | 1 + x2goserver.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8d4530b..0c72d85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -158,6 +158,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium + Comment out perl(DBD::mysql) dependency for now. + Backport dangling symlink check for /etc/x2go/applications. + Pull in GCC as a build dependency. + + Mask out variables in comments to avoid build-time warning messages. * debian/copyright.in: + Remove reference to rgb file. + Remove reference to x2goagent wrapper script. diff --git a/x2goserver.spec b/x2goserver.spec index 2fa719f..beb7db2 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -75,7 +75,7 @@ BuildRequires: sudo BuildRequires: logcheck %endif -# for /usr/%{_lib}/nx/bin to be owned by some package +# for %%{_libdir}/nx/bin to be owned by some package BuildRequires: nxagent %if 0%{?suse_version} @@ -949,7 +949,7 @@ fi %doc debian/copyright %doc debian/changelog %{_bindir}/x2goagent -# %{_libdir}/nx/bin/ is owned by nxagent package... +# %%{_libdir}/nx/bin/ is owned by nxagent package... %{_libdir}/nx/bin/x2goagent %{_datadir}/x2go/versions/VERSION.x2goserver-x2goagent %{_datadir}/pixmaps/x2goagent.xpm -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git