@@ -2,7 +2,7 @@ %define _stripped_files_terminate_build 1 Name: oksh -Version: 7.0 +Version: 7.3 Release: alt2 Summary: Portable OpenBSD ksh(1) @@ -11,17 +11,20 @@ URL: https://github.com/ibara/oksh # https://github.com/ibara/oksh/releases/download/oksh-%version/oksh-%version.tar.gz -Source: %name-%version.tar +Source: %name-%version.tar.gz Packager: Aleksey Cheusov BuildRequires: libncurses-devel +Patch: oksh-7.3.patch + %description Self-contained port of OpenBSD's ksh(1) aimed to be maximally portable across operating systems and C compilers. %prep %setup +%patch -p1 %build %configure --enable-curses --no-strip