Use new upstream source to fix bug in test_more/limits.cpp.
This commit is contained in:
parent
7c4cffb952
commit
3e912e42ff
3 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ cppad-20110101.5.gpl.tgz
|
|||
cppad-20120101.1.gpl.tgz
|
||||
/cppad-20130000.0.gpl.tgz
|
||||
/cppad-20130000.1.gpl.tgz
|
||||
/cppad-20130000.2.gpl.tgz
|
||||
|
|
|
|||
10
cppad.spec
10
cppad.spec
|
|
@ -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)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9aa7d3a8cf0bfb892579d736f18ea358 cppad-20130000.1.gpl.tgz
|
||||
8f764be6e3bcc8b201bc4b7a59717cde cppad-20130000.2.gpl.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue