From 44e0c244df26d6e9a0507c2ba9bf2f0c21f3e463 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: May 30 2019 02:42:03 +0000 Subject: fix bug corresponding to ustream release 20190200.3 --- diff --git a/cppad.spec b/cppad.spec index 8d62237..0c94268 100644 --- a/cppad.spec +++ b/cppad.spec @@ -19,7 +19,7 @@ # https://fedoraproject.org/wiki/Packaging:Versioning Name: cppad Version: %{yyyymmdd}.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc # As of yet, there are no object libraries or executables included in this @@ -91,6 +91,13 @@ mv CppAD-%{yyyymmdd}.doc/doc CppAD-%{version}/doc mv CppAD-%{version}/COPYING COPYING mv CppAD-%{version}/uw_copy_040507.html uw_copy_040507.html +# +# Bug fix corresponding to upstream source 20190200.3. +# This must be removed when advance upstream source version. +echo %{version} | grep 20190200.0 +sed -e '1258,1258s|^ *|&// |' \ + -i.bik CppAD-%{version}/include/cppad/local/sparse_list.hpp + # Replace cppad_SOURCE_DIR by the system include directory so that # installed files, instead of local files, are used for testing. includedir=%{buildroot}%{_includedir} @@ -165,6 +172,9 @@ make check # ---------------------------------------------------------------------------- %changelog +* Wed May 29 2019 Brad Bell - 20190200.0-3 +- Bug fix corresponding to upstream source 20190200.3. + * Fri Feb 01 2019 Brad Bell - 20190200.0-2 - Test with corrected version of source2; i.e., 20190200.doc.tar.gz