[perl-Marpa-XS] Update config.guess/sub for newer arch support

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 29 18:00:43 UTC 2014


commit e49ec48fffa634f57dd1741ec4222a43fb9cc890
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jun 29 19:00:39 2014 +0100

    Update config.guess/sub for newer arch support

 perl-Marpa-XS.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Marpa-XS.spec b/perl-Marpa-XS.spec
index 367bdfc..bbafff8 100644
--- a/perl-Marpa-XS.spec
+++ b/perl-Marpa-XS.spec
@@ -1,6 +1,6 @@
 Name:           perl-Marpa-XS
 Version:        1.008000
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Language grammar parser module for Perl
 License:        LGPLv3+
 Group:          Development/Libraries
@@ -61,6 +61,9 @@ grammars and grammars with useless or empty productions.
 %setup -q -n Marpa-XS-%{version}
 %patch1 -p1
 
+# Update the various config.guess to upstream release for newer arch support
+find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
+find ./ -name config.sub -exec cp /usr/lib/rpm/config.sub {} ';'
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
@@ -86,6 +89,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Sun Jun 29 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.008000-8
+- Update config.guess/sub for newer arch support
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.008000-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list