diff --git a/python-jupyter_core.spec b/python-jupyter_core.spec index 1c2198d..a9892b7 100644 --- a/python-jupyter_core.spec +++ b/python-jupyter_core.spec @@ -1,7 +1,7 @@ %global srcname jupyter_core Name: python-%{srcname} -Version: 4.4.0 +Version: 4.5.0 Release: 1mamba Summary: Core common functionality of Jupyter projects Group: System/Libraries @@ -38,12 +38,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) %changelog +* Sat Jul 06 2019 Automatic Build System 4.5.0-1mamba +- automatic version update by autodist + * Thu Dec 28 2017 Automatic Build System 4.4.0-1mamba - automatic version update by autodist