[libsndfile/f19] fix support for aarch64, another part (#969831)

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jun 3 14:00:32 UTC 2013


commit e040f8961f504f13033e7cb6e39524f23de4eb90
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Jun 3 16:00:06 2013 +0200

    fix support for aarch64, another part (#969831)

 libsndfile.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libsndfile.spec b/libsndfile.spec
index 2a5dcc1..cb531b9 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:	6%{?dist}
+Release:	7%{?dist}
 License:	LGPLv2+ and GPLv2+ and BSD
 Group:		System Environment/Libraries
 URL:		http://www.mega-nerd.com/libsndfile/
@@ -81,7 +81,7 @@ cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 sparc64
+%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32
@@ -161,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 03 2013 Michal Hlavinka <mhlavink at redhat.com> - 1.0.25-7
+- fix support for aarch64, another part (#969831)
+
 * Wed Mar 27 2013 Michal Hlavinka <mhlavink at redhat.com> - 1.0.25-6
 - fix support for aarch64 (#925887)
 


More information about the scm-commits mailing list