diff --git a/polymake.spec b/polymake.spec index be54cd0..8714dd0 100644 --- a/polymake.spec +++ b/polymake.spec @@ -9,11 +9,11 @@ # JuPyMake version and release numbers %global jupymakever 0.8 -%global jupymakerel 6%{?dist} +%global jupymakerel 7%{?dist} # jupyter-polymake version and release numbers %global jupyterpmver 0.16 -%global jupyterpmrel 6%{?dist} +%global jupyterpmrel 7%{?dist} # Build with the bundled version of jreality. This currently includes bundled # versions of several other Java projects (e.g., bsh, janino, jinput), and also @@ -22,7 +22,7 @@ Name: polymake Version: 3.5 -Release: 2%{?dist} +Release: 3%{?dist} %global polydir %{_libdir}/%{name} %global majver %(cut -dr -f1 <<< %{version}) @@ -410,6 +410,9 @@ export QA_SKIP_BUILD_ROOT=1 %{python3_sitelib}/jupyter_kernel_polymake* %changelog +* Wed Aug 28 2019 Jerry James - 3.5-3 +- Bump all of the release numbers and rebuild + * Tue Aug 27 2019 Jerry James - 3.5-2 - Fix permlib-devel R; it is noarch