From 0229dd24315c3fe256f93d724fb382e0fc2fe4c2 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 5 Jul 2020 19:17:03 +0200 Subject: [PATCH] up to 0.5.11 - format patch no longer needed - enabled verbose output --- dash-format.patch | 11 ----------- dash.spec | 8 +++----- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 dash-format.patch diff --git a/dash-format.patch b/dash-format.patch deleted file mode 100644 index b93bb52..0000000 --- a/dash-format.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dash-0.5.8/src/jobs.c.orig 2014-09-28 10:19:32.000000000 +0200 -+++ dash-0.5.8/src/jobs.c 2014-10-05 17:40:52.165504729 +0200 -@@ -427,7 +427,7 @@ - goto out; - #endif - } -- col = fmtstr(s, 32, strsignal(st)); -+ col = fmtstr(s, 32, "%s", strsignal(st)); - #ifdef WCOREDUMP - if (WCOREDUMP(status)) { - col += fmtstr(s + col, 16, " (core dumped)"); diff --git a/dash.spec b/dash.spec index 0f7433f..b0e0157 100644 --- a/dash.spec +++ b/dash.spec @@ -1,13 +1,12 @@ Summary: POSIX-compliant implementation of /bin/sh Summary(pl.UTF-8): Zgodna z POSIX implementacja /bin/sh Name: dash -Version: 0.5.10.2 +Version: 0.5.11 Release: 1 License: GPL v2+ Group: Applications/Shells Source0: http://gondor.apana.org.au/~herbert/dash/files/%{name}-%{version}.tar.gz -# Source0-md5: 8f485f126c05d0ab800e85abfe1987aa -Patch0: %{name}-format.patch +# Source0-md5: 027236e48b9202607b1418fee42c473e URL: http://gondor.apana.org.au/~herbert/dash/ Requires(post): grep Requires(preun): sed >= 4.0 @@ -36,11 +35,10 @@ SHell). %prep %setup -q -%patch0 -p1 %build %configure -%{__make} +%{__make} V=1 %install rm -rf $RPM_BUILD_ROOT -- 2.44.0