From cfb5cc9fd8a7b4380b46f4bca95d09118d9f5a53 Mon Sep 17 00:00:00 2001 From: Raven Date: Sun, 25 Aug 2024 08:58:41 +0600 Subject: [PATCH] nano: 8.0 --- base/nano/nano.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/base/nano/nano.spec b/base/nano/nano.spec index 5d851a6..c50a72e 100644 --- a/base/nano/nano.spec +++ b/base/nano/nano.spec @@ -1,11 +1,11 @@ %define nanorc_ver master Summary: A small text editor Name: nano -Version: 7.2 -Release: 3%{?dist} +Version: 8.0 +Release: 1%{?dist} License: GPLv3+ MIT 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 # https://github.com/davidhcefx/nanorc/archive/refs/heads/master.tar.gz#/nanorc-master.tar.gz Source3: nanorc-%{nanorc_ver}.tar.gz @@ -121,6 +121,9 @@ exit 0 %{_datadir}/nano-syntax-highlighting %changelog +* Thu May 2 2024 Raven - 8.0-1 +- update to 8.0 + * Thu Feb 8 2024 Raven - 7.2-3 - use default html highlighing for twig and j2 files