From 6f06d9f2f2dc3f96a11f24a878caffe0ff5ee7f5 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Wed, 9 Oct 2013 06:14:23 -0700 Subject: [PATCH 1/2] fix warnings with g++ 4.8.1 --- cppad.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cppad.spec b/cppad.spec index 8b8c9f2..35548f3 100644 --- a/cppad.spec +++ b/cppad.spec @@ -8,7 +8,7 @@ # ---------------------------------------------------------------------------- Name: cppad -Version: 20130000.2 +Version: 20130000.3 Release: 1%{?dist} Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc @@ -117,6 +117,9 @@ rm -rf %{buildroot} # ---------------------------------------------------------------------------- %changelog +* Wed Oct 09 2013 Brad Bell - 20130000.3-1 +- Use new upstream source to fix warnings generated by g++ 4.8.1. + * 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. diff --git a/sources b/sources index cec3270..8e24567 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f764be6e3bcc8b201bc4b7a59717cde cppad-20130000.2.gpl.tgz +7abd0ddc43aa7a3c066461904f5cb459 cppad-20130000.3.gpl.tgz From c40a40e778e300359c229ce2fdf10c9ff119102e Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Mon, 3 Feb 2014 04:16:32 -0800 Subject: [PATCH 2/2] Advance to version 2014 of cppad. --- .gitignore | 1 + cppad.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be33b09..4a55d06 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ cppad-20120101.1.gpl.tgz /cppad-20130000.0.gpl.tgz /cppad-20130000.1.gpl.tgz /cppad-20130000.2.gpl.tgz +/cppad-20140000.2.gpl.tgz diff --git a/cppad.spec b/cppad.spec index 35548f3..ba3bf0b 100644 --- a/cppad.spec +++ b/cppad.spec @@ -8,7 +8,7 @@ # ---------------------------------------------------------------------------- Name: cppad -Version: 20130000.3 +Version: 20140000.2 Release: 1%{?dist} Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc @@ -117,6 +117,9 @@ rm -rf %{buildroot} # ---------------------------------------------------------------------------- %changelog +* Mon Feb 03 2014 Brad Bell - 20140000.2-1 +- Advance to version 2014 of cppad. + * Wed Oct 09 2013 Brad Bell - 20130000.3-1 - Use new upstream source to fix warnings generated by g++ 4.8.1. diff --git a/sources b/sources index 8e24567..2c939a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7abd0ddc43aa7a3c066461904f5cb459 cppad-20130000.3.gpl.tgz +5c2973e0a399167f4edc6551aa5e2432 cppad-20140000.2.gpl.tgz