[cppad/el6] Advance to version 2014 of cppad.

Bradley M. Bell bradbell at fedoraproject.org
Fri Jan 31 12:14:55 UTC 2014


commit d1aec3235810c3994de353077429797e8a0762bb
Author: Brad Bell <bradbell at seanet.com>
Date:   Fri Jan 31 04:15:14 2014 -0800

    Advance to version 2014 of cppad.
    
    - Add link to bug report about cmake not working on el6

 .gitignore |    1 +
 cppad.spec |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1c10db..399ca6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cppad-20110101.5.gpl.tgz
 cppad-20120101.1.gpl.tgz
+/cppad-20140000.2.gpl.tgz
diff --git a/cppad.spec b/cppad.spec
index 76b2959..9ecbaa6 100644
--- a/cppad.spec
+++ b/cppad.spec
@@ -8,8 +8,8 @@
 # ---------------------------------------------------------------------------- 
 
 Name: cppad
-Version: 20130000.1
-Release: 2%{?dist}
+Version: 20140000.2
+Release: 1%{?dist}
 Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
 
 # Only noarch.rpms provided.
@@ -86,8 +86,8 @@ int main(void)\\
 EOF
 sed -i.stamp example/example.cpp -f example.sed
 
-# See https://fedoraproject.org/wiki/Packaging:Cmake?rd=Packaging/cmake
-# for suggestions on using cmake.
+# See https://bugzilla.redhat.com/show_bug.cgi?id=896116
+# for why we are using auto-tools instead of cmake.
 %build
 ./configure \
 	--prefix='/usr' \
@@ -122,6 +122,10 @@ rm -rf %{buildroot}
 
 # ----------------------------------------------------------------------------
 %changelog
+* Fri Jan 31 2014  Brad Bell <bradbell at seanet dot com> - 20140000.2-1
+- Advance to version 2014 of cppad.
+- Add link to bug report about cmake not working on el6
+
 * Thu Jan 17 2013 Brad Bell <bradbell at seanet dot com> - 20130000.1-1
 - Change build from using cmake to using auto-tools because Red-Hat
 - will not fix problems with cmake 2.6; see
diff --git a/sources b/sources
index aab2034..2c939a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9aa7d3a8cf0bfb892579d736f18ea358  cppad-20130000.1.gpl.tgz
+5c2973e0a399167f4edc6551aa5e2432  cppad-20140000.2.gpl.tgz


More information about the scm-commits mailing list