From f0e84bed23a4e7477964cc3a4d9eb7f85e51e7b4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Oct 18 2011 07:54:35 +0000 Subject: add armv5tel to ghc_arches and fix url --- diff --git a/redhat-rpm-config-9.1.0-arches-macros.patch b/redhat-rpm-config-9.1.0-arches-macros.patch index 85d8e8e..305b716 100644 --- a/redhat-rpm-config-9.1.0-arches-macros.patch +++ b/redhat-rpm-config-9.1.0-arches-macros.patch @@ -3,7 +3,7 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.ghc-srpm redhat-rpm-config-9.1.0/m +++ redhat-rpm-config-9.1.0/macros.ghc-srpm 2011-05-27 10:19:29.504287354 -0500 @@ -0,0 +1,2 @@ +# macro defining the archs that ghc runs on in fedora -+%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl ++%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel diff -uNr redhat-rpm-config-9.1.0-orig/macros.mono-srpm redhat-rpm-config-9.1.0/macros.mono-srpm --- redhat-rpm-config-9.1.0-orig/macros.mono-srpm 1969-12-31 18:00:00.000000000 -0600 +++ redhat-rpm-config-9.1.0/macros.mono-srpm 2011-05-27 10:59:00.348201750 -0500 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index dd06e32..4854b95 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,11 +1,11 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 9.1.0 -Release: 14%{?dist} +Release: 15%{?dist} # No version specified. License: GPL+ Group: Development/System -URL: http://git.fedoraproject.org/git/redhat-rpm-config +URL: http://git.fedorahosted.org/git/redhat-rpm-config Source: redhat-rpm-config-%{version}.tar.bz2 Patch0: redhat-rpm-config-9.1.0-strict-python-bytecompile.patch Patch1: redhat-rpm-config-9.1.0-fix-requires.patch @@ -22,7 +22,6 @@ BuildArch: noarch Requires: mktemp Requires: rpm >= 4.6.0 BuildRequires: libtool -BuildRoot: %{_tmppath}/%{name}-root %description Red Hat specific rpm configuration files. @@ -55,6 +54,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/rpm/* %changelog +* Tue Oct 18 2011 Jens Petersen - 9.1.0-15 +- add armv5tel to ghc_arches +- fix URL (Ville Skyttä) + * Thu Oct 6 2011 Jens Petersen - 9.1.0-14 - add armv7hl to ghc_arches