From b2f900ec005c60b66eaa0a742a08090b7685802c Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 22 Feb 2012 10:12:42 +0200 Subject: [PATCH] - add GNAT arch definitions --- redhat-rpm-config-9.1.0-arches-macros.patch | 8 ++++++++ redhat-rpm-config.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config-9.1.0-arches-macros.patch b/redhat-rpm-config-9.1.0-arches-macros.patch index e862fbf..3d545dd 100644 --- a/redhat-rpm-config-9.1.0-arches-macros.patch +++ b/redhat-rpm-config-9.1.0-arches-macros.patch @@ -17,6 +17,14 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.ocaml-srpm redhat-rpm-config-9.1.0 @@ -0,0 +1,2 @@ +# arches that ocaml runs on +%ocaml_arches alpha %{arm} %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64 +diff -uNr redhat-rpm-config-9.1.0-orig/macros.gnat-srpm redhat-rpm-config-9.1.0/macros.gnat-srpm +--- redhat-rpm-config-9.1.0-orig/macros.gnat-srpm 1970-01-01 01:00:00.000000000 +0100 ++++ redhat-rpm-config-9.1.0/macros.gnat-srpm 2012-01-05 17:04:35.000000000 +0100 +@@ -0,0 +1,4 @@ ++# GNAT_arches lists the architectures where GNAT is available in Fedora. Ada ++# packages won't build on other architectures until GNAT is bootstrapped for ++# them. ++%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 alpha diff -uNr redhat-rpm-config-9.1.0-orig/Makefile redhat-rpm-config-9.1.0/Makefile --- redhat-rpm-config-9.1.0-orig/Makefile 2010-02-02 03:24:04.000000000 -0600 +++ redhat-rpm-config-9.1.0/Makefile 2011-05-27 10:43:34.898205307 -0500 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index c47740b..e8e5e6a 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 9.1.0 -Release: 26%{?dist} +Release: 27%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -69,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/rpm/* %changelog +* Wed Feb 22 2012 Panu Matilainen - 9.1.0-27 +- add GNAT arch definitions + * Sun Jan 15 2012 Dennis Gilmore - 9.1.0-26 - per ppc team request drop -mminimal-toc on ppc64