]> git.pld-linux.org Git - packages/dash.git/commitdiff
up to 0.5.11 auto/th/dash-0.5.11-1
authorJan Palus <atler@pld-linux.org>
Sun, 5 Jul 2020 17:17:03 +0000 (19:17 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 5 Jul 2020 17:17:03 +0000 (19:17 +0200)
- format patch no longer needed
- enabled verbose output

dash-format.patch [deleted file]
dash.spec

diff --git a/dash-format.patch b/dash-format.patch
deleted file mode 100644 (file)
index b93bb52..0000000
+++ /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)");
index 0f7433f98c6d2e8ebf248331a84c315bb7d73c1c..b0e0157ee88dad9c4cfa3b68168822606911f234 100644 (file)
--- 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
This page took 0.108919 seconds and 4 git commands to generate.