From d6f06a5ff9cf99130da108d6bbe088bb96ee5b88 Mon Sep 17 00:00:00 2001 From: "Bradley M. Bell" Date: Wed, 9 Jan 2008 12:02:55 +0000 Subject: [PATCH] Bump version number and include log message in ?/cppad.spec --- cppad.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cppad.spec b/cppad.spec index 93076ca..68c643e 100644 --- a/cppad.spec +++ b/cppad.spec @@ -13,7 +13,7 @@ # ---------------------------------------------------------------------------- Name: cppad Version: 20071229 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{name} base package (not installed) Group: Development/Libraries @@ -95,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT # ---------------------------------------------------------------------------- %changelog +* Wed Jan 09 2008 Brad Bell 20071229-2 +Cygwin's verison of md5sum puts a between the check sum +and the file name. Fedora build tools expect two spaces, so the star has +was changed to a space in the devel, F-7, and F-8 sources file. + * Sat Dec 29 2007 Brad Bell 20071229-1 - Fix gpl_license.sh in upstream source (missed some special cases).