nano: 8.0

This commit is contained in:
Raven 2024-08-25 08:58:41 +06:00
parent 2e91e79694
commit cfb5cc9fd8

View File

@ -1,11 +1,11 @@
%define nanorc_ver master %define nanorc_ver master
Summary: A small text editor Summary: A small text editor
Name: nano Name: nano
Version: 7.2 Version: 8.0
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv3+ MIT License: GPLv3+ MIT
URL: https://www.nano-editor.org URL: https://www.nano-editor.org
Source: https://www.nano-editor.org/dist/v3/%{name}-%{version}.tar.xz Source: https://www.nano-editor.org/dist/v8/%{name}-%{version}.tar.xz
Source2: nanorc Source2: nanorc
# https://github.com/davidhcefx/nanorc/archive/refs/heads/master.tar.gz#/nanorc-master.tar.gz # https://github.com/davidhcefx/nanorc/archive/refs/heads/master.tar.gz#/nanorc-master.tar.gz
Source3: nanorc-%{nanorc_ver}.tar.gz Source3: nanorc-%{nanorc_ver}.tar.gz
@ -121,6 +121,9 @@ exit 0
%{_datadir}/nano-syntax-highlighting %{_datadir}/nano-syntax-highlighting
%changelog %changelog
* Thu May 2 2024 Raven <raven@sysadmins.ws> - 8.0-1
- update to 8.0
* Thu Feb 8 2024 Raven <raven@sysadmins.ws> - 7.2-3 * Thu Feb 8 2024 Raven <raven@sysadmins.ws> - 7.2-3
- use default html highlighing for twig and j2 files - use default html highlighing for twig and j2 files