diff --git a/cppad.spec b/cppad.spec index d2f290b..1153780 100644 --- a/cppad.spec +++ b/cppad.spec @@ -13,7 +13,7 @@ # ---------------------------------------------------------------------------- Name: cppad Version: 20071229 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{name} base package (not installed) Group: Development/Libraries @@ -83,7 +83,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %check example/example -introduction/exp_apx/exp_apx test_more/test_more speed/cppad/cppad correct 123 speed/double/double correct 123 @@ -105,20 +104,26 @@ rm -rf $RPM_BUILD_ROOT # ---------------------------------------------------------------------------- %changelog +* Thu Jan 11 2008 Brad Bell 20071229-5 +- Remove introduction/exp_apx/exp_apx from the set of tests +- (which should have been done in 20071229-4). +- From now on test building rpm locally before making tags. + * Thu Jan 10 2008 Brad Bell 20071229-4 -Add code to print out DBL_EPSILON at the beginning of the example tests. -Remove --with-Introduction (these tests only check by hand calculations in the -AD Introcution section of the documentation). Remove extra --with-Documentation +- Add code to print out DBL_EPSILON at the beginning of the example tests. +- Remove --with-Introduction (it only checks by hand calculations that are in +- AD Introduction section of the documentation). +- Remove extra --with-Documentation * Wed Jan 09 2008 Brad Bell 20071229-3 -I mistakenly tried to make tag 20071229-2 in devel before committing local -changes. It appears tag was partially created, but not sure it is correct. -So I am bumping the version number. +- I mistakenly tried to make tag 20071229-2 in devel before committing local +- changes. It appears tag was partially created, but not sure it is correct. +- So I am bumping the version number. * Wed Jan 09 2008 Brad Bell 20071229-2 -Cygwin's version 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. +- Cygwin's version 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).