[diffutils] Run autoreconf for aarch64 support (bug #925256).

Tim Waugh twaugh at fedoraproject.org
Mon Apr 29 15:24:17 UTC 2013


commit 47f8f06f47dc56fe4bb2b37d1baaf488860bd6d1
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Apr 29 15:40:51 2013 +0100

    Run autoreconf for aarch64 support (bug #925256).

 diffutils.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/diffutils.spec b/diffutils.spec
index c3d09ed..f6173dd 100644
--- a/diffutils.spec
+++ b/diffutils.spec
@@ -1,7 +1,7 @@
 Summary: A GNU collection of diff utilities
 Name: diffutils
 Version: 3.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Text
 URL: http://www.gnu.org/software/diffutils/diffutils.html
 Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
@@ -14,6 +14,7 @@ Requires(preun): info
 Provides: bundled(gnulib)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: help2man
+BuildRequires: autoconf, automake
 
 %description
 Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
@@ -38,6 +39,9 @@ Install diffutils if you need to compare text files.
 
 %patch4 -p1 -b .i18n
 
+# Run autoreconf for aarch64 support (bug #925256).
+autoreconf
+
 %build
 %configure
 make PR_PROGRAM=%{_bindir}/pr
@@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/diffutils.info*gz
 
 %changelog
+* Mon Apr 29 2013 Tim Waugh <twaugh at redhat.com> 3.3-2
+- Run autoreconf for aarch64 support (bug #925256).
+
 * Tue Mar 26 2013 Tim Waugh <twaugh at redhat.com> 3.3-1
 - 3.3 (bug #927560).
 


More information about the scm-commits mailing list