Loading nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.38 Version: 1.39 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -68,6 +68,9 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/ %license LICENSE %changelog * Mon Apr 17 2023 Jose Borreguero - Add support for v4 environment of refred * Fri Apr 14 2023 Jose Borreguero - Utility function to remove the user's font cache Loading refred +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ if [ -n "$1" ]; then elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa shift # drop this argument elif [ "$1" == "--v4" ]; then CONDA_ENVIRON=refred-v4 shift # drop this argument fi fi Loading Loading
nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.38 Version: 1.39 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -68,6 +68,9 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/ %license LICENSE %changelog * Mon Apr 17 2023 Jose Borreguero - Add support for v4 environment of refred * Fri Apr 14 2023 Jose Borreguero - Utility function to remove the user's font cache Loading
refred +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ if [ -n "$1" ]; then elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa shift # drop this argument elif [ "$1" == "--v4" ]; then CONDA_ENVIRON=refred-v4 shift # drop this argument fi fi Loading