From 18f612163dab15e71b2be34ffda46be8a9fdf55f Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Fri, 11 Sep 2020 14:20:29 +0800 Subject: [PATCH] Modify source0 --- nano.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nano.spec b/nano.spec index 8213aa8..092716b 100644 --- a/nano.spec +++ b/nano.spec @@ -1,10 +1,10 @@ Name: nano Version: 4.9.3 -Release: 0 +Release: 1 Summary: Nano is a tiny GNU editor License: GPLv3+ URL: https://www.nano-editor.org -Source0: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz +Source0: https://www.nano-editor.org/dist/v4/%{name}-%{version}.tar.xz BuildRequires: file-devel gettext-devel gcc git ncurses-devel sed texinfo groff Conflicts: filesystem < 3 @@ -57,6 +57,9 @@ install -d %{buildroot}%{_sysconfdir} %{_defaultdocdir}/nano/faq.html %changelog +* Thu Sep 10 2020 baizhonggui - 4.9.3-1 +- Modify source0 + * Sat May 30 2020 SimpleUpdate Robot - Update to version 4.9.3 -- Gitee