[libsndfile] fix support for aarch64 (#925887)

Michal Hlavinka mhlavink at fedoraproject.org
Wed Mar 27 15:08:31 UTC 2013


commit 3f62b075cda93cedd812d64f5decbcd4da0d3b25
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Mar 27 16:08:25 2013 +0100

    fix support for aarch64 (#925887)

 libsndfile.spec |    8 ++++++--
 1 files 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 <mhlavink at redhat.com> - 1.0.25-6
+- fix support for aarch64 (#925887)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.25-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list