This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from df954ee x2godesktopsharing.spec: don't use %{my_name} in Sources1-9, buildscripts can only handle/replace %{name}. new 3a1d142 x2godesktopsharing.spec: unpack sources to project name, not source package name. 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 | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 3a1d142a661d6d904e08c9cb0af492dd9f081717 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 14 07:21:05 2018 +0100 x2godesktopsharing.spec: unpack sources to project name, not source package name. --- debian/changelog | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cbda949..0db2d67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium + Install system-wide configuration file, akin to Debian packages. + Don't use %{my_name} in Sources1-9, buildscripts can only handle/replace %{name}. + + Unpack sources to project name, not source package name. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index ab70506..7b65c18 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -95,7 +95,7 @@ support). The current session may be an X2Go session itself or simply a local X11 session. %prep -%setup -q +%setup -q -n %{my_name}-%{version} %build -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git