diff --git a/libnuml.spec b/libnuml.spec index bb826d9..bbaa0c4 100644 --- a/libnuml.spec +++ b/libnuml.spec @@ -1,5 +1,9 @@ ##Documents generation and Octave binding look not available yet +%if 0%{?fedora} >= 30 +%global with_python2 0 +%else %global with_python2 1 +%endif %global with_python3 1 %global with_ruby 0 @@ -35,7 +39,7 @@ Name: libnuml Summary: Numerical Markup Language Version: 1.1.1 -Release: 10%{?dist} +Release: 11%{?dist} URL: https://github.com/NuML/NuML Source0: https://github.com/NuML/NuML/releases/download/v%{version}/libNUML-%{version}-Source.tar.gz @@ -449,6 +453,9 @@ make test -C build2 %endif %changelog +* Sat Sep 01 2018 Antonio Trande - 1.1.1-11 +- Deprecate Python2 on fedora 30+ + * Fri Jul 13 2018 Fedora Release Engineering - 1.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild