Commit 573a0373 authored by Borreguero Calvo, Jose's avatar Borreguero Calvo, Jose
Browse files

Merge branch 'refred_v4' into 'main'

option to lauch refred v4

See merge request !23
parents 836a6b51 47807f09
Loading
Loading
Loading
Loading
Loading
+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
@@ -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

+3 −0
Original line number Diff line number Diff line
@@ -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