Bump version number and include log message in ?/cppad.spec

This commit is contained in:
Bradley M. Bell 2008-01-09 12:02:55 +00:00
commit d6f06a5ff9

View file

@ -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 <bradbell at seanet dot com> 20071229-2
Cygwin's verison of md5sum puts a <space><star> 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 <bradbell at seanet dot com> 20071229-1
- Fix gpl_license.sh in upstream source (missed some special cases).