Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2014-05-13 20:47:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2014-04-11 
13:42:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes       2014-05-13 
20:48:09.000000000 +0200
@@ -1,0 +2,19 @@
+Fri May  9 18:18:25 UTC 2014 - [email protected]
+
+- Removed / commented out symlink to %{_bindir}/r
+  new package 'littler' should be used instead for packages
+  that need /usr/bin/r 
+
+-------------------------------------------------------------------
+Thu May  1 15:29:30 UTC 2014 - [email protected]
+
+-  Add make dependency for Rcmd
+
+-------------------------------------------------------------------
+Tue Apr 29 15:31:15 UTC 2014 - [email protected]
+
+- Created symlink to %{_bindir}/r
+  Many CRAN packages ship with scripts which call %{_bindir}/r,
+  which creates a dependency on it, this fixes that.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.jIbhN4/_old  2014-05-13 20:48:10.000000000 +0200
+++ /var/tmp/diff_new_pack.jIbhN4/_new  2014-05-13 20:48:10.000000000 +0200
@@ -77,6 +77,7 @@
 Requires:       fontconfig
 Requires:       freetype2
 Requires:       glibc-locale
+Requires:       make
 Requires:       readline
 Requires:       xdg-utils
 Requires:       xorg-x11-fonts-100dpi
@@ -162,6 +163,13 @@
 
 chmod -x %{buildroot}%{_libdir}/R/library/mgcv/CITATION
 
+# littler should be used instead
+# link R -> r
+#%{__install} -m 755 -d %{buildroot}%{_bindir}
+#pushd %{buildroot}%{_bindir}
+#    ln -s R r
+#popd
+
 %if %suse_version > 1020    
 %fdupes -s $RPM_BUILD_ROOT  
 %endif
@@ -976,7 +984,7 @@
 %{_infodir}/*.gz
 %doc %{_libdir}/R/doc/
 %dir %{_libdir}/R
-/usr/bin/*
+%{_bindir}/*
 %{_libdir}/R/bin/
 %{_libdir}/R/etc/
 %{_libdir}/R/lib/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to