rpms/cppad/F-13 .cvsignore, 1.6, 1.7 cppad.spec, 1.18, 1.19 sources, 1.7, 1.8

Bradley M. Bell bradbell at fedoraproject.org
Thu Apr 1 03:30:55 UTC 2010


Author: bradbell

Update of /cvs/pkgs/rpms/cppad/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24777

Modified Files:
	.cvsignore cppad.spec sources 
Log Message:
copy changes from devel branch


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cppad/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	3 Jan 2010 13:33:12 -0000	1.6
+++ .cvsignore	1 Apr 2010 03:30:55 -0000	1.7
@@ -1 +1 @@
-cppad-20100101.0.gpl.tgz
+cppad-20100101.2.gpl.tgz


Index: cppad.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppad/F-13/cppad.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- cppad.spec	10 Feb 2010 12:55:59 -0000	1.18
+++ cppad.spec	1 Apr 2010 03:30:55 -0000	1.19
@@ -11,8 +11,8 @@
 # ---------------------------------------------------------------------------- 
 
 Name: cppad
-Version: 20100101.0
-Release: 2%{?dist}
+Version: 20100101.2
+Release: 1%{?dist}
 Summary: No base package is installed, see %{name}-devel 
 
 Group: Development/Libraries 
@@ -58,19 +58,6 @@ as a single web page, in both html and x
 %prep
 %setup -q 
 
-# Bug fix in revision https://projects.coin-or.org/CppAD/changeset/1647
-if [ %{version} != "20100101.0" ]
-then
-	echo "This bug fix should no longer be necessary"
-	exit 1
-fi 
-#
-sed -i cppad/local/optimize.hpp \
--e 's|(new_arg\[0\] == tape\[k\].new_var );|(new_arg[0] == tape[k].new_var )|'
-#
-sed -i cppad/local/print_op.hpp \
--e 's|( arg\[1\] < i_z );|( arg\[1\] <= i_z );|'
-
 # change example/example.cpp to print out machine epsilon 
 cat << EOF > example.sed
 /^int main(void)/N
@@ -131,6 +118,11 @@ rm -rf $RPM_BUILD_ROOT
 
 # ----------------------------------------------------------------------------
 %changelog
+* Wed Mar 31 2010 Brad Bell <bradbell at seanet dot com> - 20100101.2-1
+- Use new upstream source with bug fixes at revision
+- https://projects.coin-or.org/CppAD/changeset/1664
+- and remove patch from Wed Feb 10 2010. 
+
 * Wed Feb 10 2010 Brad Bell <bradbell at seanet dot com> - 20100101.0-2
 - Patch sources for bug fix between 20100101.0 and 20100101.1.
 - This should no longer be necessary once a new upstream source is loaded.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cppad/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	3 Jan 2010 13:33:12 -0000	1.7
+++ sources	1 Apr 2010 03:30:55 -0000	1.8
@@ -1 +1 @@
-4886174196fbd7745f30ec3c320a6975  cppad-20100101.0.gpl.tgz
+9947413be80ab9e8fb3a7b225c144d63  cppad-20100101.2.gpl.tgz



More information about the scm-commits mailing list