Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c40a40e778 | ||
|
|
6f06d9f2f2 |
3 changed files with 9 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ cppad-20120101.1.gpl.tgz
|
||||||
/cppad-20130000.0.gpl.tgz
|
/cppad-20130000.0.gpl.tgz
|
||||||
/cppad-20130000.1.gpl.tgz
|
/cppad-20130000.1.gpl.tgz
|
||||||
/cppad-20130000.2.gpl.tgz
|
/cppad-20130000.2.gpl.tgz
|
||||||
|
/cppad-20140000.2.gpl.tgz
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
|
|
||||||
Name: cppad
|
Name: cppad
|
||||||
Version: 20130000.2
|
Version: 20140000.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
|
Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
|
||||||
|
|
||||||
|
|
@ -117,6 +117,12 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 03 2014 Brad Bell <bradbell at seanet dot com> - 20140000.2-1
|
||||||
|
- Advance to version 2014 of cppad.
|
||||||
|
|
||||||
|
* Wed Oct 09 2013 Brad Bell <bradbell at seanet doc com> - 20130000.3-1
|
||||||
|
- Use new upstream source to fix warnings generated by g++ 4.8.1.
|
||||||
|
|
||||||
* Thu Feb 28 2013 Brad Bell <bradbell at seanet doc com> - 20130000.2-1
|
* 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
|
- Fix bug https://bugzilla.redhat.com/show_bug.cgi?id=913929
|
||||||
- in the upstream soruce and use the corresponding upstream release.
|
- in the upstream soruce and use the corresponding upstream release.
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
8f764be6e3bcc8b201bc4b7a59717cde cppad-20130000.2.gpl.tgz
|
5c2973e0a399167f4edc6551aa5e2432 cppad-20140000.2.gpl.tgz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue