This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit f18eedb5694f2ad70f62149f20f017b17462232e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 28 03:14:40 2018 +0100 misc: fix links and switch to HTTPS URLs where appropriate. --- debian/changelog | 1 + debian/copyright | 2 +- man/man1/x2godesktopsharing.1 | 2 +- share/x2gofeature.d/x2godesktopsharing.features | 2 +- x2godesktopsharing.spec | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9906b82..f6368fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium - accessdialog.cpp: re-enable Qt4 compatibility. - misc: pre-release copyright updates. - misc: fix Oleksandrs mail address and last name. + - misc: fix links and switch to HTTPS URLs where appropriate. * x2godesktopsharing.spec: + Pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. diff --git a/debian/copyright b/debian/copyright index f53b620..9f7a53c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -87,7 +87,7 @@ Files: bin/x2goresume-desktopsharing bin/x2gosuspend-desktopsharing bin/x2goterminate-desktopsharing share/x2gofeature.d/x2godesktopsharing.features -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2006-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2006-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2006-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/man/man1/x2godesktopsharing.1 b/man/man1/x2godesktopsharing.1 index 0ca70ed..693bc4f 100644 --- a/man/man1/x2godesktopsharing.1 +++ b/man/man1/x2godesktopsharing.1 @@ -26,4 +26,4 @@ Activate desktop sharing on applet startup. The default is: desktop sharing is d .PP .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/share/x2gofeature.d/x2godesktopsharing.features b/share/x2gofeature.d/x2godesktopsharing.features index 9c3e7db..b227593 100755 --- a/share/x2gofeature.d/x2godesktopsharing.features +++ b/share/x2gofeature.d/x2godesktopsharing.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # Copyright (C) 2011-2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software; you can redistribute it and/or modify diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index dcaf040..8f56725 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -10,8 +10,8 @@ License: GPL-2.0+ Group: Applications/Communications License: GPLv2+ %endif -URL: http://www.x2go.org -Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz +URL: https://www.x2go.org +Source0: https://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc %if 0%{?suse_version} && 0%{?suse_version} <= 1130 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git