summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2014-04-10 14:43:43 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2014-04-10 14:43:43 +0200
commit17e2e0692e6a4afaea0b5869eec3bc934f69ac6e (patch)
tree6666fcab22661656bdab9810ccd7be321b9d7ae3 /m4.spec
parent6790bdbb9b333e5fe6897435a24db6a3015c38ff (diff)
downloadm4-17e2e0692e6a4afaea0b5869eec3bc934f69ac6e.tar.gz
m4-17e2e0692e6a4afaea0b5869eec3bc934f69ac6e.tar.xz
m4-17e2e0692e6a4afaea0b5869eec3bc934f69ac6e.zip
Fix ppc64le test fails
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/m4.spec b/m4.spec
index c5638cc..50b5234 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,12 +1,15 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.17
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz.sig
URL: http://www.gnu.org/software/m4/
+# Patch0: Fixes math tests for little-endian PowerPC, rhbz#1083434
+# patch by Menanteau Guy and Ulrich Weigand
+Patch0: m4-1.4.17-gnulib-ppc64le.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: autoconf automake
@@ -29,6 +32,7 @@ Install m4 if you need a macro processor.
%prep
%setup -q
+%patch0 -p1 -b .gnulib-ppc64le
chmod 644 COPYING
%build
@@ -62,6 +66,10 @@ if [ "$1" = 0 ]; then
fi
%changelog
+* Thu Apr 10 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.17-4
+- Fix ppc64le test fails
+ Resolves: #1083434
+
* Mon Dec 09 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.17-3
- Buildrequire texinfo for ppc architecture
Resolves: #1038230