From 336d54ef336311c2ac200f81ed79790730b3f564 Mon Sep 17 00:00:00 2001 From: Vincent Mihalkovic Date: Fri, 22 Jan 2021 16:51:47 +0100 Subject: [PATCH] Use set_build_flags and standard CC variables (commit: c488ab6) --- ksh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ksh.spec b/ksh.spec index e2805b7..7383219 100644 --- a/ksh.spec +++ b/ksh.spec @@ -7,7 +7,7 @@ URL: http://www.kornshell.com/ License: EPL Epoch: 2 Version: %{releasedate} -Release: 251%{?dist} +Release: 252%{?dist} Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{release_date}.tgz Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{release_date}.tgz Source2: kshcomp.conf @@ -370,6 +370,9 @@ fi %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Fri Jan 22 2021 Vincent Mihalkovic - 2:20120801-252 +- Use set_build_flags and standard CC variables (commit: c488ab6) + * Thu Aug 13 2020 Siteshwar Vashisht - 2:20120801-251 - Restore ksh to version 20120801 Resolves: #1868715