Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2012-03-01 17:27:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2012-01-05 
13:49:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes       2012-03-01 
17:27:06.000000000 +0100
@@ -1,0 +2,28 @@
+Fri Feb 17 20:53:49 UTC 2012 - [email protected]
+
+- Minor cleanup for easier automativ building of R-patched.spec 
+
+-------------------------------------------------------------------
+Wed Feb 15 19:41:43 UTC 2012 - [email protected]
+
+- changed licence string to "GPL-2.0 or GPL-3.0" 
+
+-------------------------------------------------------------------
+Mon Feb 13 22:39:51 UTC 2012 - [email protected]
+
+- uninstall rule for R.conf more than useless ... reverted. 
+
+-------------------------------------------------------------------
+Mon Feb 13 21:59:13 UTC 2012 - [email protected]
+
+- Applications like KDE's Cantor search for the R standard library
+- using the library search path. However, in openSUSE's package, 
+- libraries are installed to %{_libdir}/R/lib, hence attempts to 
+- load them from these applications will fail.
+- This revision adds a R.conf file to ld.so.conf.d to enable 
+- searching for libraries where R is installed. Once this change
+- is in, applications are able to use libR.so.
+- Thx to [email protected] for spotting this.
+- Thought had done this for release of 2.14.0.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.WQafAg/_old  2012-03-01 17:27:09.000000000 +0100
+++ /var/tmp/diff_new_pack.WQafAg/_new  2012-03-01 17:27:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,10 @@
 %define release 1 
 Version:        2.14.1
 Release:        %release
-Source:         R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
+Source:         R-%{version}.tar.bz2
 
-License:        GPL-2.0 || GPL-3.0
+License:        GPL-2.0 or GPL-3.0
 Url:            http://www.r-project.org/
 Group:          Productivity/Scientific/Math
 
@@ -49,6 +49,7 @@
 Requires:       xorg-x11-fonts-75dpi, cairo >= 1.2
 Requires:       fontconfig, freetype2, xdg-utils
 
+Provides:       R = %{version}
 Provides:       R-boot = 1.3.3
 Provides:       R-class = 7.3.3
 Provides:       R-cluster = 1.14.1
@@ -83,15 +84,16 @@
 AT&T Bell Laboratories by Rick Becker, John Chambers and Allan Wilks.
 
 %package -n R-base-devel
-Summary:        Libraries and includefiles for developing with R-base
+Summary:        Libraries and includefiles for using R as library
 Group:          Development/Libraries/Other
-Requires:       R-base = %{version}
+Requires:       R = %{version}
+Provides:       R-devel = %{version}
 Provides:       R-Matrix-devel = 1.0.2
 Obsoletes:      R-Matrix-devel < 1.0.2
 
 %description -n R-base-devel
 This package provides the necessary development headers and
-libraries to allow you to devel with R-base.
+libraries to allow you to use R-core as library.
 
 %prep 
 
@@ -132,6 +134,12 @@
 %fdupes -s $RPM_BUILD_ROOT  
 %endif
 
+# Install ld.so.conf.d file to ensure other applications access the shared lib
+mkdir -p %{buildroot}/etc/ld.so.conf.d
+cat << EOF >%{buildroot}/etc/ld.so.conf.d/R.conf
+%{_libdir}/R/lib
+EOF
+
 %post
 /sbin/ldconfig
 %install_info --info-dir=%{_infodir} %{_infodir}/R-exts.info-1.gz
@@ -699,7 +707,7 @@
 %{_libdir}/R/library/utils/Sweave/
 %{_libdir}/R/library/utils/doc/
 
-# R-base main part
+# R-base (core) part
 %doc README
 %{_mandir}/man1/R.1*
 %{_mandir}/man1/Rscript.1*
@@ -756,6 +764,8 @@
 %{_libdir}/R/share/R/
 %{_libdir}/R/share/sh/
 %{_libdir}/R/share/texmf/
+# ld.so.conf
+/etc/ld.so.conf.d/R.conf
 
 %files -n R-base-devel
 %defattr(-, root, root)

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

Reply via email to