diff --git a/nano.spec b/nano.spec index f1cbff4..ba6aac2 100644 --- a/nano.spec +++ b/nano.spec @@ -2,7 +2,7 @@ %define MAJversion %(echo %version | cut -d. -f 1) Name: nano -Version: 7.2 +Version: 8.0 Release: 1mamba Summary: GNU nano is a small and friendly text editor Group: Applications/Text @@ -35,6 +35,8 @@ Besides basic text editing, nano offers many extra features like an interactive [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +rm -f %{buildroot}%{_infodir}/dir + %{find_lang} %{name} %clean @@ -62,6 +64,9 @@ exit 0 %doc AUTHORS COPYING THANKS %changelog +* Sat May 04 2024 Automatic Build System 8.0-1mamba +- automatic version update by autodist + * Thu Jan 19 2023 Automatic Build System 7.2-1mamba - automatic version update by autodist