diff --git a/.gitignore b/.gitignore index 1ec18c8..be33b09 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/cppad.spec b/cppad.spec index 0d74456..8b8c9f2 100644 --- a/cppad.spec +++ b/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 - 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 - 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) diff --git a/sources b/sources index aab2034..cec3270 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aa7d3a8cf0bfb892579d736f18ea358 cppad-20130000.1.gpl.tgz +8f764be6e3bcc8b201bc4b7a59717cde cppad-20130000.2.gpl.tgz