This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 1947fc4 pyhoca-gui.spec: backport build fix from pyhoca-cli: stage pycache files into a subdir on newer *SuSE versions. new c3554b4 pyhoca-gui.spec: backport build fix from pyhoca-cli: 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 | 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 c3554b4961697d73300e55e13a18b4a128524ee8 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 18:56:01 2019 +0100 pyhoca-gui.spec: backport build fix from pyhoca-cli: actually apply pycache changes to 15.0+ and not just 15.1+. --- debian/changelog | 2 ++ pyhoca-gui.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 808ea71..277ea3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,8 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium comment. + Backport build fix from pyhoca-cli: stage pycache files into a subdir on newer *SuSE versions. + + Backport build fix from pyhoca-cli: actually apply pycache changes to + 15.0+ and not just 15.1+. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 11 Dec 2019 12:47:21 +0100 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index d997a53..c88ea3e 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -315,7 +315,7 @@ fi %{python3_sitelib}/PyHoca_GUI* %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/wxgui/__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-gui.git