]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix incorrect WTERMSIG usage auto/th/poldek-0.32.2-3
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 18 Oct 2016 06:16:47 +0000 (08:16 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 18 Oct 2016 06:16:47 +0000 (08:16 +0200)
- rel 3

WTERMSIG.patch [new file with mode: 0644]
poldek.spec

diff --git a/WTERMSIG.patch b/WTERMSIG.patch
new file mode 100644 (file)
index 0000000..5249c17
--- /dev/null
@@ -0,0 +1,11 @@
+--- poldek-0.32.2/vfile/vopen3.c~      2016-01-30 15:05:57.000000000 +0100
++++ poldek-0.32.2/vfile/vopen3.c       2016-10-18 08:14:09.638596140 +0200
+@@ -347,7 +347,7 @@
+     } else if (WIFSIGNALED(status)) {
+ #ifdef HAVE_STRSIGNAL
+         st_seterr(st, _("%s terminated by signal %d (%s)"),
+-                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(st)));
++                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(status)));
+ #else
+         st_seterr(st, _("%s terminated by signal %d"),
+                    st->cmd, WTERMSIG(status));
index 662014aca99ab5b92ee02f6e3b3df6e30efed02e..b85b51a2aabed52566fba87abd8417203391893d 100644 (file)
@@ -34,7 +34,7 @@
 %define                ver_rpm         5.4.10
 %endif
 
-%define                rel     2
+%define                rel     3
 Summary:       RPM packages management helper tool
 Summary(hu.UTF-8):     RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -63,6 +63,7 @@ Source102:    %{name}-debuginfo-snap.conf
 Patch0:                %{name}-size-type.patch
 Patch1:                %{name}-config.patch
 Patch2:                pm-hooks.patch
+Patch3:                WTERMSIG.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: %{db_pkg}-devel >= %{ver_db}-%{ver_db_rel}
 BuildRequires: autoconf
@@ -226,6 +227,7 @@ Moduły języka Python dla poldka.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__rm} m4/libtool.m4 m4/lt*.m4
 
This page took 0.152971 seconds and 4 git commands to generate.