Hello community, here is the log from the commit of package R-base for openSUSE:Factory checked in at 2020-01-21 21:01:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/R-base (Old) and /work/SRC/openSUSE:Factory/.R-base.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "R-base" Tue Jan 21 21:01:14 2020 rev:71 rq:765989 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/R-base/R-base.changes 2019-12-12 23:20:13.342202395 +0100 +++ /work/SRC/openSUSE:Factory/.R-base.new.26092/R-base.changes 2020-01-21 21:01:40.132885412 +0100 @@ -1,0 +2,8 @@ +Mon Jan 20 18:30:04 UTC 2020 - Dan Čermák <[email protected]> + +- Don't mark %{_libdir}/R/doc as %doc: + This causes issues for rstudio, which requires the directory %{_libdir}/R/doc + to exist, but the directory is not present if libzypp is configured to omit + documentation. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ R-base.spec ++++++ --- /var/tmp/diff_new_pack.H0DPIx/_old 2020-01-21 21:01:41.948886258 +0100 +++ /var/tmp/diff_new_pack.H0DPIx/_new 2020-01-21 21:01:41.968886268 +0100 @@ -1,7 +1,7 @@ # # spec file for package R-base # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -108,7 +108,7 @@ %prep %setup -n R-%{version} -#%patch0 -p1 +#%%patch0 -p1 %build #export R_BROWSER="xdg-open" @@ -310,7 +310,7 @@ %{_bindir}/* %{_libdir}/R/bin/ %{_libdir}/R/etc/ -#%{_libdir}/R/lib/ +#%%{_libdir}/R/lib/ %{_libdir}/R/modules/ %dir %{_libdir}/R/share %dir %{_libdir}/R/library @@ -457,7 +457,9 @@ %if 0%{?suse_version} > 1320 %{_infodir}/*.gz %endif -%doc %{_libdir}/R/doc/ +# this directory must *not* be marked as %%doc, as rstudio _requires_ the +# directory to be present even if rpm is invoked with --excludedocs +%{_libdir}/R/doc/ # R-core-packages
