This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 6b7a676 pyhoca-cli.spec: fix spelling error in pycache directory. new 3f39a61 pyhoca-cli.spec: actually apply pycache changes to 15.0+ and not just 15.1+. 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 + pyhoca-cli.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/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 3f39a6173dce6d1d3d2fe37c2c5fdcb80b174ed0 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 18:55:09 2019 +0100 pyhoca-cli.spec: actually apply pycache changes to 15.0+ and not just 15.1+. --- debian/changelog | 1 + pyhoca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 53af2bb..baf8994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium + Fix newer *SuSE versions: 15.0+ seem to install the pycace files into a subdirectory based on the package name. + Fix spelling error in pycache directory. + + Actually apply pycache changes to 15.0+ and not just 15.1+. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index d6a3f94..2641b59 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -261,7 +261,7 @@ cp -rp man/* %{buildroot}/%{_mandir}/ %{python3_sitelib}/PyHoca_CLI* %if 0%{?suse_version} %if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 ) -%if 0%{?sle_version} > 150000 +%if 0%{?sle_version} >= 150000 %pycache_only %{python3_sitelib}/pyhoca/cli/__pycache__ %else %pycache_only %{python3_sitelib}/__pycache__ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git