diff --git a/python-dipy.spec b/python-dipy.spec index 916ce0c..44c7503 100644 --- a/python-dipy.spec +++ b/python-dipy.spec @@ -13,7 +13,7 @@ Current information can always be found from the DIPY website - http://dipy.org} # Full documentation downloads 100+MB of data, so we'd rather users look at the # upstream documentation -%bcond_without docs +%bcond_with docs # Fail because of xvfb related errors %bcond_with tests @@ -22,7 +22,7 @@ Current information can always be found from the DIPY website - http://dipy.org} Name: python-%{srcname} Version: 0.15.0 -Release: 0.1.git%{shortcommit}%{?dist} +Release: 0.2.git%{shortcommit}%{?dist} Summary: Diffusion MRI utilities in python License: BSD @@ -144,5 +144,8 @@ export TEST_WITH_XVFB=True %endif %changelog +* Mon Nov 19 2018 Ankur Sinha - 0.15.0-0.2.git756b519 +- Disable doc generation + * Thu Nov 15 2018 Ankur Sinha - 0.15.0-0.1.git756b519 - Initial rpm build