From 3f62b075cda93cedd812d64f5decbcd4da0d3b25 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 27 Mar 2013 16:08:25 +0100 Subject: [PATCH] fix support for aarch64 (#925887) --- libsndfile.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libsndfile.spec b/libsndfile.spec index 425926e..2a5dcc1 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.25 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ and GPLv2+ and BSD Group: System Environment/Libraries URL: http://www.mega-nerd.com/libsndfile/ @@ -55,7 +55,8 @@ This package contains command line utilities for libsndfile. %prep %setup -q %patch0 -p1 -rm -r src/GSM610 ; autoreconf -I M4 # for system-gsm patch +rm -r src/GSM610 ; autoreconf -I M4 -fiv # for system-gsm patch +#also for aarch64 support which requires autotools 2.69+ %build @@ -160,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 27 2013 Michal Hlavinka - 1.0.25-6 +- fix support for aarch64 (#925887) + * Thu Feb 14 2013 Fedora Release Engineering - 1.0.25-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild