diff --git a/nano.spec b/nano.spec index 17fb64d..015ea52 100644 --- a/nano.spec +++ b/nano.spec @@ -1,7 +1,8 @@ %define majversion %(echo %version | cut -d. -f 1-2) +%define MAJversion %(echo %version | cut -d. -f 1) Name: nano -Version: 2.9.8 +Version: 3.2 Release: 1mamba Summary: GNU nano is a small and friendly text editor Group: Applications/Text @@ -9,7 +10,7 @@ Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro URL: http://www.nano-editor.org -Source: http://www.nano-editor.org/dist/v%{majversion}/%{name}-%{version}.tar.gz +Source: http://www.nano-editor.org/dist/v%{MAJversion}/%{name}-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -62,6 +63,9 @@ exit 0 %doc AUTHORS COPYING THANKS %changelog +* Mon Jan 28 2019 Silvan Calarco 3.2-1mamba +- update to 3.2 + * Sat Jun 02 2018 Automatic Build System 2.9.8-1mamba - automatic version update by autodist