Loading rpm/nsd-app-wrap.spec +5 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.87 Version: 1.88 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -110,6 +110,10 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %changelog * Fri Apr 11 2025 John Hetrick - Removed refred-v4 support - Update refl1d command parameters * Wed Mar 12 2025 Chen Zhang - Add ibeatles desktop icon - Add ibeatles startup command Loading src/refl1d +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # http://bit.ly/3JhBV54 unset SESSION_MANAGER COMMAND="refl1d-webview" # --port XXXX COMMAND="refl1d" # --port XXXX # select the environment to use CONDA_ENVIRON=refl1d Loading src/refred +0 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,6 @@ 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
rpm/nsd-app-wrap.spec +5 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.87 Version: 1.88 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -110,6 +110,10 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %changelog * Fri Apr 11 2025 John Hetrick - Removed refred-v4 support - Update refl1d command parameters * Wed Mar 12 2025 Chen Zhang - Add ibeatles desktop icon - Add ibeatles startup command Loading
src/refl1d +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # http://bit.ly/3JhBV54 unset SESSION_MANAGER COMMAND="refl1d-webview" # --port XXXX COMMAND="refl1d" # --port XXXX # select the environment to use CONDA_ENVIRON=refl1d Loading
src/refred +0 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,6 @@ 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