From fef1c38da0d5b74223152939327f0326e4e8b0e9 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 3 Jun 2013 16:32:14 +0200 Subject: [PATCH] fix support for aarch64, another part (#969831) --- libsndfile.spec | 7 +++++-- 1 file 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 - 1.0.25-7 +- fix support for aarch64, another part (#969831) + * Wed Mar 27 2013 Michal Hlavinka - 1.0.25-6 - fix support for aarch64 (#925887)