This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from cb6ac40 python-x2go.spec: disable python2 builds on FC31+. new 4e80e42 python-x2go.spec: fix syntax error: if => %if. 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 + python-x2go.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/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 4e80e4255e30f6b25123fddc23ac6046cd6da706 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Sep 3 02:40:18 2019 +0200 python-x2go.spec: fix syntax error: if => %if. --- debian/changelog | 1 + python-x2go.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2266a51..05ec493 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium + Disable python2 builds on FC31+. Python 2 support has been deprecated in FC30 with a mass-removal of packages and FC31 continues this trend, but also disallows building new Python 2 packages. + + Fix syntax error: if => %if. -- X2Go Release Manager <git-admin@x2go.org> Sat, 01 Dec 2018 02:16:45 +0100 diff --git a/python-x2go.spec b/python-x2go.spec index 38c999c..b73eb29 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -9,7 +9,7 @@ # Fedora 30 deprecated Python 2, 31 disabled support for building these # packages. -if 0%{?fedora} >= 31 +%if 0%{?fedora} >= 31 %bcond_with python2 %else %bcond_without python2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git