From fd79c0ce7aec895ea056d7e7b80e94ef13eff051 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 16 Mar 2015 11:54:31 +0100 Subject: [PATCH] rebuild against new gcc --- bash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index c58a796..6e18737 100644 --- a/bash.spec +++ b/bash.spec @@ -8,7 +8,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -409,6 +409,9 @@ end %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Mon Mar 16 2015 Than Ngo 4.3.33-3 +- rebuild against new gcc + * Fri Jan 23 2015 Elad Alfassa - 4.3.25-3 - Enable PIE (hardened build)