[R-Rsolid] R3

Tom Callaway spot at fedoraproject.org
Sat Apr 13 04:00:42 UTC 2013


commit 927b369d105c3c47e28e81b0961d26e912568147
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sat Apr 13 00:03:53 2013 -0400

    R3

 R-Rsolid-R3.patch |   21 +++++++++++++++++++++
 R-Rsolid.spec     |    2 ++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/R-Rsolid-R3.patch b/R-Rsolid-R3.patch
new file mode 100644
index 0000000..e797546
--- /dev/null
+++ b/R-Rsolid-R3.patch
@@ -0,0 +1,21 @@
+diff -up Rsolid/Rsolid/NAMESPACE.fixed Rsolid/Rsolid/NAMESPACE
+--- Rsolid/Rsolid/NAMESPACE.fixed	2013-04-13 00:00:48.092481213 -0400
++++ Rsolid/Rsolid/NAMESPACE	2013-04-13 00:00:48.092481213 -0400
+@@ -0,0 +1,6 @@
++# Default NAMESPACE created by R
++# Remove the previous line if you edit this file
++
++# Export all names
++exportPattern(".")
++
+diff -up Rsolid/Rsolid/src/util.c.fixed Rsolid/Rsolid/src/util.c
+--- Rsolid/Rsolid/src/util.c.fixed	2013-04-13 00:02:45.134477029 -0400
++++ Rsolid/Rsolid/src/util.c	2013-04-13 00:02:50.375476842 -0400
+@@ -6,7 +6,6 @@
+ #include <R_ext/PrtUtil.h>
+ #include <Rinternals.h>
+ #include <Rdefines.h>
+-#include <R_ext/RConverters.h>
+ #include <R_ext/Rdynload.h>
+ #include <string.h>
+ 
diff --git a/R-Rsolid.spec b/R-Rsolid.spec
index 39395b9..1827c85 100644
--- a/R-Rsolid.spec
+++ b/R-Rsolid.spec
@@ -9,6 +9,7 @@ Group:		  Applications/Engineering
 License:	  Artistic 2.0
 URL:		  http://rafalab.jhsph.edu/Rsolid/
 Source0:	  http://rafalab.jhsph.edu/Rsolid/Rsolid_0.9-31.tar.gz
+Patch0:           R-Rsolid-R3.patch
 BuildRoot:	  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	  R-devel >= 3.0.0 tex(latex) hdf5-devel 
@@ -50,6 +51,7 @@ developing applications that use %{name}
 
 %prep
 %setup -q -c -n %{packname}
+%patch0 -p1 -b .fixed
 
 %build
 


More information about the scm-commits mailing list