Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nano.git#73a88e37ea27bd01e3971a4c69c2c8fb0a68df75
This commit is contained in:
parent
875038605c
commit
08d55c714e
@ -4,5 +4,5 @@
|
|||||||
# Cf. https://fishshell.com/docs/current/index.html#variables-scope
|
# Cf. https://fishshell.com/docs/current/index.html#variables-scope
|
||||||
|
|
||||||
if ! set -q EDITOR;
|
if ! set -q EDITOR;
|
||||||
set -Ux EDITOR /usr/bin/nano
|
set -x EDITOR /usr/bin/nano
|
||||||
end
|
end
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A small text editor
|
Summary: A small text editor
|
||||||
Name: nano
|
Name: nano
|
||||||
Version: 5.3
|
Version: 5.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://www.nano-editor.org
|
URL: https://www.nano-editor.org
|
||||||
Source: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz
|
Source: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz
|
||||||
@ -95,6 +95,9 @@ install -Dpm 0644 %{SOURCE13} %{buildroot}%{_datadir}/fish/vendor_conf.d/%{basen
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 5.3-4
|
||||||
|
- fix nano-default-editor.fish - don't give EDITOR an universal scope
|
||||||
|
|
||||||
* Mon Oct 12 2020 Neal Gompa <ngompa13@gmail.com> - 5.3-3
|
* Mon Oct 12 2020 Neal Gompa <ngompa13@gmail.com> - 5.3-3
|
||||||
- Ensure default-editor subpackage is easily swappable
|
- Ensure default-editor subpackage is easily swappable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user