From 2754012ff303c81b0ef02595bde6a740ab6fa37c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Sep 2010 14:27:37 -0700 Subject: [PATCH] - Rebuilt for gcc bug 634757 --- http-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http-parser.spec b/http-parser.spec index cd8da65..c75040a 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -3,7 +3,7 @@ Name: http-parser Version: %{somajor}.%{sominor} -Release: 2.20100911git%{?dist} +Release: 3.20100911git%{?dist} Summary: HTTP request/response parser for C Group: System Environment/Libraries @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 29 2010 jkeating - 0.3-3.20100911git +- Rebuilt for gcc bug 634757 + * Mon Sep 20 2010 Lubomir Rintel - 0.3-2.20100911git - Call ldconfig (Peter Lemenkov)