From f01552555222fa7ead0425d4e87971e2e19a5cb8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Jun 2014 11:59:46 +0100 Subject: [PATCH] Update config.guess/sub for new architecture support --- libtheora.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libtheora.spec b/libtheora.spec index a76c54d..da38821 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -1,7 +1,7 @@ Name: libtheora Epoch: 1 Version: 1.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Theora Video Compression Codec Group: System Environment/Libraries License: BSD @@ -74,6 +74,8 @@ with theora bitstreams. # no custom CFLAGS please sed -i 's/CFLAGS="$CFLAGS $cflags_save"/CFLAGS="$cflags_save"/g' configure +# Update config.guess/sub to fix builds on new architectures (aarch64/ppc64le) +cp /usr/lib/rpm/config.* . %build ./autogen.sh @@ -120,6 +122,9 @@ install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora %changelog +* Tue Jun 10 2014 Peter Robinson 1.1.1-11 +- Update config.guess/sub for new architecture support + * Mon Jun 09 2014 Adam Jackson 1.1.1-10 - Fix FTBFS due to underlinked examples