Use new upstream source to fix bug in test_more/limits.cpp.

This commit is contained in:
Brad Bell 2013-02-28 04:35:15 -08:00
commit 3e912e42ff
3 changed files with 10 additions and 3 deletions

View file

@ -8,8 +8,8 @@
# ----------------------------------------------------------------------------
Name: cppad
Version: 20130000.1
Release: 3%{?dist}
Version: 20130000.2
Release: 1%{?dist}
Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
# Only noarch.rpms provided.
@ -117,6 +117,12 @@ rm -rf %{buildroot}
# ----------------------------------------------------------------------------
%changelog
* Thu Feb 28 2013 Brad Bell <bradbell at seanet doc com> - 20130000.2-1
- Fix bug https://bugzilla.redhat.com/show_bug.cgi?id=913929
- in the upstream soruce and use the corresponding upstream release.
- Note, the previous commit, 20130000.1-3, could have been avoided using
- https://fedoraproject.org/wiki/Using_the_Koji_build_system#Scratch_Builds
* Wed Feb 13 2013 Brad Bell <bradbell at seanet doc com> - 20130000.1-3
- Attempt to reproduce failure reported in bug id=913929
- (The build logs were deleted because I did not get to this soon enough)