diff --git a/python-qutepart.spec b/python-qutepart.spec index 8348d19..e572064 100644 --- a/python-qutepart.spec +++ b/python-qutepart.spec @@ -18,7 +18,7 @@ Qutepart is a code editor widget for PyQt. Features: \ Name: python-%{srcname} Version: 3.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} # LGPL 2.1 >> 2.0 (explicitly allows dynamic linking) @@ -78,8 +78,8 @@ rm -f test_all.py rm test_vim.py %endif # FIXME we saw crashes with python3 = 3.9, rhbz#1793009 -%if 0%{?python3_pkgversion} > 38 -true Skipping tests due to strange crashes! Python: 0%{?python3_version} +%if 0%{?python3_version_nodots} > 38 +true Skipping tests due to strange crashes! Python: %{python3_version_nodots} / %{?python3_pkgversion} %else # test_all.py: Look for all tests. Using test_* instead of # test_*.py finds modules (test_syntax and test_indenter). @@ -97,6 +97,9 @@ xvfb-run -s '-screen :0 1024x768x16'\ %changelog +* Wed Mar 18 2020 Raphael Groner - 3.3.0-3 +- use correct build conditional, rhbz#1793009 + * Wed Mar 18 2020 Raphael Groner - 3.3.0-2 - rebuilt