This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 44d3f10 x2godesktopsharing.spec: install system-wide configuration file, akin to Debian packages. new df954ee x2godesktopsharing.spec: don't use %{my_name} in Sources1-9, buildscripts can only handle/replace %{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 | 2 ++ x2godesktopsharing.spec | 2 +- 2 files changed, 3 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 df954eef8e766104650c5b468fd0de2d76d9fd85 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 14 04:54:51 2018 +0100 x2godesktopsharing.spec: don't use %{my_name} in Sources1-9, buildscripts can only handle/replace %{name}. --- debian/changelog | 2 ++ x2godesktopsharing.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1b650a..cbda949 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium + Completely rename to x2goserver-desktopsharing, drop name overrides. + Keep x2godesktopsharing name in most locations. + Install system-wide configuration file, akin to Debian packages. + + Don't use %{my_name} in Sources1-9, buildscripts can only handle/replace + %{name}. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 5b864ab..ab70506 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -13,7 +13,7 @@ License: GPLv2+ %endif URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{my_name}/%{my_name}-%{version}.tar.gz -Source1: %{my_name}-rpmlintrc +Source1: x2godesktopsharing-rpmlintrc %if 0%{?suse_version} && 0%{?suse_version} <= 1130 BuildRequires: update-desktop-files -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git