[libtheora] Update config.guess/sub for new architecture support

Peter Robinson pbrobinson at fedoraproject.org
Tue Jun 10 10:59:57 UTC 2014


commit f01552555222fa7ead0425d4e87971e2e19a5cb8
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jun 10 11:59:46 2014 +0100

    Update config.guess/sub for new architecture support

 libtheora.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <pbrobinson at fedoraproject.org> 1.1.1-11
+- Update config.guess/sub for new architecture support
+
 * Mon Jun 09 2014 Adam Jackson <ajax at redhat.com> 1.1.1-10
 - Fix FTBFS due to underlinked examples
 


More information about the scm-commits mailing list