diff --git a/nano-4.5.tar.xz b/nano-4.5.tar.xz deleted file mode 100644 index 9da2d13..0000000 Binary files a/nano-4.5.tar.xz and /dev/null differ diff --git a/nano-4.9.3.tar.xz b/nano-4.9.3.tar.xz new file mode 100644 index 0000000..bf51dc9 Binary files /dev/null and b/nano-4.9.3.tar.xz differ diff --git a/nano.spec b/nano.spec index c98cb94..8213aa8 100644 --- a/nano.spec +++ b/nano.spec @@ -1,7 +1,7 @@ Name: nano -Version: 4.5 -Release: 2 -Summary: Nano is now part of Apache CouchDB +Version: 4.9.3 +Release: 0 +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 @@ -10,7 +10,7 @@ BuildRequires: file-devel gettext-devel gcc git ncurses-devel sed texinfo groff Conflicts: filesystem < 3 %description -Nano is now part of Apache CouchDB. +Nano is a tiny GNU editor %package_help @@ -57,6 +57,9 @@ install -d %{buildroot}%{_sysconfdir} %{_defaultdocdir}/nano/faq.html %changelog +* Sat May 30 2020 SimpleUpdate Robot +- Update to version 4.9.3 + * Fri Jan 17 2020 Lei Zhang - 4.5-2 - Remove useless nanorc config file diff --git a/nano.yaml b/nano.yaml index e42a035..e0986e2 100644 --- a/nano.yaml +++ b/nano.yaml @@ -1,4 +1,5 @@ -version_control: github -src_repo: apache/nano -tag_prefix: ^v -seperator: . +--- +version_control: git +src_repo: git://git.savannah.gnu.org/nano.git +tag_prefix: "^v" +seperator: "."