From df3fa9bf05c05f3c5aae710a5cb65f4dc2de42b0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Nov 2011 07:27:37 -0600 Subject: [PATCH] remove patch that forces --disable-silent-rules to configure it breaks anything set to not ignore unknown configure options --- ...add-disable-silent-rules-to-configur.patch | 34 ------------------- redhat-rpm-config.spec | 8 +++-- 2 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 0001-macros-Globally-add-disable-silent-rules-to-configur.patch diff --git a/0001-macros-Globally-add-disable-silent-rules-to-configur.patch b/0001-macros-Globally-add-disable-silent-rules-to-configur.patch deleted file mode 100644 index 6ed4da2..0000000 --- a/0001-macros-Globally-add-disable-silent-rules-to-configur.patch +++ /dev/null @@ -1,34 +0,0 @@ -From d24d382c325c8794c05bcb56b3820b15e4a67e55 Mon Sep 17 00:00:00 2001 -From: Colin Walters -Date: Tue, 9 Aug 2011 10:42:06 -0400 -Subject: [PATCH] macros: Globally add --disable-silent-rules to configure - -Various projects have been adding AM_SILENT_RULES from Automake to -their Makefiles for "developer convenience"; the goal being that they -see warnings more easily. - -Now really the right way to do this is to have a make wrapper (or an IDE) -that knows how to filter out warnings, but let's leave that aside for now. - -But for debugging builds, we really need the full log data. Being -able to see exactly how e.g. libtool is being run helps a lot for -debugging link problems as an example. ---- - macros | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/macros b/macros -index d7bf415..237e1f4 100644 ---- a/macros -+++ b/macros -@@ -35,6 +35,7 @@ - %{_configure} --build=%{_build} --host=%{_host} \\\ - --program-prefix=%{?_program_prefix} \\\ - --disable-dependency-tracking \\\ -+ --disable-silent-rules \\\ - --prefix=%{_prefix} \\\ - --exec-prefix=%{_exec_prefix} \\\ - --bindir=%{_bindir} \\\ --- -1.7.6 - diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 4e25a37..df65980 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: 22%{?dist} +Release: 23%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -28,7 +28,6 @@ Patch4: redhat-rpm-config-9.1.0-arches-macros.patch Patch5: redhat-rpm-config-9.1.0-arm.patch Patch6: redhat-rpm-config-9.1.0-relro.patch Patch7: redhat-rpm-config-9.1.0-hardened.patch -Patch8: 0001-macros-Globally-add-disable-silent-rules-to-configur.patch BuildArch: noarch Requires: mktemp Requires: rpm >= 4.6.0 @@ -47,7 +46,6 @@ Red Hat specific rpm configuration files. %patch5 -p1 %patch6 -p1 %patch7 -p1 -%patch8 -p1 %build @@ -69,6 +67,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/rpm/* %changelog +* Wed Nov 09 2011 Dennis Gilmore - 9.1.0-23 +- remove patch that forces --disable-silent-rules to configure +- it breaks anything set to not ignore unknown configure options + * Tue Oct 18 2011 Jens Petersen - 9.1.0-22 - add armv5tel to ghc_arches