[gprbuild] Update config.sub and config.guess for new architectures

Peter Robinson pbrobinson at fedoraproject.org
Mon Nov 10 16:07:05 UTC 2014


commit 0e9c53f408c0eed73b7f08bc49b5944bb280c87b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Nov 10 16:06:52 2014 +0000

    Update config.sub and config.guess for new architectures

 gprbuild.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gprbuild.spec b/gprbuild.spec
index f335be5..646eea3 100644
--- a/gprbuild.spec
+++ b/gprbuild.spec
@@ -1,6 +1,6 @@
 Name:       gprbuild
 Version:    2013
-Release:    13%{?dist}
+Release:    14%{?dist}
 Summary:    Ada project builder
 Group:      Development/Languages
 License:    GPLv2+
@@ -41,6 +41,9 @@ and libraries and is particularly well-suited for compiled languages.
 %patch3 -p1 
 %patch6 -p1 
 
+# Update the various config.guess to upstream release for new arch support
+cp /usr/lib/rpm/config.* .
+
 %build
 %configure --disable-rpath
 make %{?_smp_mflags} LIBRARY_TYPE="relocatable" GNATOPTFLAGS="%{Gnatmake_optflags}" ADA_PROJECT_PATH=%_GNAT_project_dir
@@ -66,6 +69,9 @@ find __doc/examples -type f -exec chmod -x {} \;
 %_GNAT_project_dir/*
 
 %changelog
+* Mon Nov 10 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2013-14
+- Update config.sub and config.guess for new architectures
+
 * Sat Oct 11 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 2013-13
 - Add gnat-srpm-macros as dependency
  


More information about the scm-commits mailing list