From 2bbab78090cd143fdbd2d493d63ef460a2fc4b4d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Sep 2010 22:34: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..d98713f 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -3,7 +3,7 @@ Name: http-parser Version: %{somajor}.%{sominor} -Release: 2.20100911git%{?dist} +Release: 2.20100911git%{?dist}.1 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-2.20100911git.1 +- Rebuilt for gcc bug 634757 + * Mon Sep 20 2010 Lubomir Rintel - 0.3-2.20100911git - Call ldconfig (Peter Lemenkov)