From a2da1c490ff1c8c5dfb4e7fda99c4277cc97b88d Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 14 Feb 2011 10:03:56 -0700 Subject: [PATCH] Fedora 15 mass rebuild didn't parse the spec file. --- check.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/check.spec b/check.spec index b4e0cda..8615509 100644 --- a/check.spec +++ b/check.spec @@ -1,6 +1,6 @@ Name: check Version: 0.9.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A unit test framework for C Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz Group: Development/Tools @@ -86,6 +86,9 @@ fi %{_libdir}/libcheck.a %changelog +* Mon Feb 14 2011 Jerry James - 0.9.8-3 +- Rebuild for new gcc (Fedora 15 mass rebuild) + * Mon Nov 29 2010 Jerry James - 0.9.8-2 - Add license file to -static package. - Remove BuildRoot tag.