This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 0d9a365 pyhoca-gui.spec: remove pycache handling from the files list. new c384404 pyhoca-gui.spec: make sure that we enable Python 3 support on ALP, Tumbleweed and OpenSuSE Leap 15.4+. 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 ++ pyhoca-gui.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/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit c38440470f1d0c2c452402ee86f3d6463613499b Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Aug 24 08:05:50 2023 +0200 pyhoca-gui.spec: make sure that we enable Python 3 support on ALP, Tumbleweed and OpenSuSE Leap 15.4+. --- debian/changelog | 2 ++ pyhoca-gui.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4079c5e..51704e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ pyhoca-gui (0.6.1.2-0x2go1) UNRELEASED; urgency=medium you try to include a file or directory that does not exist. The fix is easy: don't try to include the non-existent __pycache__ top-level directory. + + Make sure that we enable Python 3 support on ALP, Tumbleweed and + OpenSuSE Leap 15.4+. -- X2Go Release Manager <git-admin@x2go.org> Thu, 02 Jan 2020 13:14:06 +0100 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index ef4ddec..ca62b6b 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,7 +1,7 @@ # Add conditional and ... # ... disable by default, mostly for older distros. %global want_python3 0 -%if 0%{?suse_version} > 1500 || 0%{?fedora} >= 26 || 0%{?rhel} >= 8 +%if 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150400 || 0%{?fedora} >= 26 || 0%{?rhel} >= 8 # ... enable by default on newer distros. %global want_python3 1 %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git