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

Bradley M. Bell bradbell at fedoraproject.org
Thu Feb 28 12:35:49 UTC 2013


commit 3e912e42ff7123d67b82e40439c19ffd83e3b3e6
Author: Brad Bell <bradbell at seanet.com>
Date:   Thu Feb 28 04:35:15 2013 -0800

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

 .gitignore |    1 +
 cppad.spec |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 <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)
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


More information about the scm-commits mailing list