Accepting request 930112 from devel:languages:R:released
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/R-base?expand=0&rev=82
This commit is contained in:
commit
de5917f8bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32f7479876be68a4db144c8523ac1b5cc3019586675acf19586bffd46a24b4bc
|
||||
size 29553882
|
3
R-4.1.2.tar.bz2
Normal file
3
R-4.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa9eb57f904db1bd0b6fd861094de96a1ad23b166a0d9ac1f7bdacb79f8f6646
|
||||
size 29841463
|
@ -1,3 +1,86 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 09:24:49 UTC 2021 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
- CHANGES IN R 4.1.2:
|
||||
|
||||
C-LEVEL FACILITIES:
|
||||
|
||||
* The workaround in headers R.h and Rmath.h (using namespace std;)
|
||||
for the Oracle Developer Studio compiler is no longer needed now
|
||||
C++11 is required so has been removed. A couple more usages of
|
||||
log() (which should have been std::log()) with an int argument
|
||||
are reported on Solaris.
|
||||
|
||||
* The undocumented limit of 4095 bytes on messages from the
|
||||
S-compatibility macros PROBLEM and MESSAGE is now documented and
|
||||
longer messages will be silently truncated rather than
|
||||
potentially causing segfaults.
|
||||
|
||||
* If the R_NO_SEGV_HANDLER environment variable is non-empty, the
|
||||
signal handler for SEGV/ILL/BUS signals (which offers recovery
|
||||
user interface) is not set. This allows more reliable debugging
|
||||
of crashes that involve the console.
|
||||
|
||||
DEPRECATED AND DEFUNCT:
|
||||
|
||||
* The legacy S-compatibility macros PROBLEM, MESSAGE, ERROR, WARN,
|
||||
WARNING, RECOVER, ... are deprecated and will be hidden in R
|
||||
4.2.0. R's native interface of Rf_error and Rf_warning has long
|
||||
been preferred.
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* .mapply(F, dots, .) no longer segfaults when dots is not a list
|
||||
and uses match.fun(F) as always documented; reported by Andrew
|
||||
Simmons in PR#18164.
|
||||
|
||||
* hist(<Date>, ...) and hist(<POSIXt>, ...) no longer pass
|
||||
arguments for rect() (such as col and density) to axis().
|
||||
(Thanks to Sebastian Meyer's PR#18171.)
|
||||
|
||||
* \Sexpr{ch} now preserves Encoding(ch). (Thanks to report and
|
||||
patch by Jeroen Ooms in PR#18152.)
|
||||
|
||||
* Setting the RNG to "Marsaglia-Multicarry" e.g., by RNGkind(), now
|
||||
warns in more places, thanks to Andr'e Gillibert's report and
|
||||
patch in PR#18168.
|
||||
|
||||
* gray(numeric(), alpha=1/2) no longer segfaults, fixing PR#18183,
|
||||
reported by Till Krenz.
|
||||
|
||||
* Fixed dnbinom(x, size=<very_small>, .., log=TRUE) regression,
|
||||
reported by Martin Morgan.
|
||||
|
||||
* as.Date.POSIXlt(x) now keeps names(x), thanks to Davis Vaughan's
|
||||
report and patch in PR#18188.
|
||||
|
||||
* model.response() now strips an "AsIs" class typically, thanks to
|
||||
Duncan Murdoch's report and other discussants in PR#18190.
|
||||
|
||||
* try() is considerably faster in case of an error and long call,
|
||||
as e.g., from some do.call(). Thanks to Alexander Kaever's
|
||||
suggestion posted to R-devel.
|
||||
|
||||
* qqline(y = <object>) such as y=I(.), now works, see also
|
||||
PR#18190.
|
||||
|
||||
* Non-integer mgp par() settings are now handled correctly in
|
||||
axis() and mtext(), thanks to Mikael Jagan and Duncan Murdoch's
|
||||
report and suggestion in PR#18194.
|
||||
|
||||
* formatC(x) returns length zero character() now, rather than ""
|
||||
when x is of length zero, as documented, thanks to Davis
|
||||
Vaughan's post to R-devel.
|
||||
|
||||
* removeSource(fn) now retains (other) attributes(fn).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 25 14:09:08 UTC 2021 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
- repaired https://bugzilla.suse.com/show_bug.cgi?id=1191380
|
||||
(rpmacros now go to rpmmacrodir)
|
||||
- minor clean-ups in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 10 12:23:48 UTC 2021 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
|
47
R-base.spec
47
R-base.spec
@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?sle_version} < 150000
|
||||
%define macrosdir %{_sysconfdir}/rpm/
|
||||
%else
|
||||
%define macrosdir %{_rpmconfigdir}/macros.d/
|
||||
%if %{undefined _rpmmacrodir}
|
||||
%define _rpmmacrodir %{_sysconfdir}/rpm/
|
||||
%endif
|
||||
|
||||
%define release 1
|
||||
|
||||
Name: R-base
|
||||
Version: 4.1.1
|
||||
Version: 4.1.2
|
||||
Release: %release
|
||||
%define Rversion %{version}
|
||||
Source0: R-%{version}.tar.bz2
|
||||
@ -134,7 +132,6 @@ make DESTDIR=%{buildroot} install
|
||||
make DESTDIR=%{buildroot} install-pdf
|
||||
|
||||
# Installation of Info-files
|
||||
#%{__install} -m 755 -d %{_infodir}
|
||||
%if 0%{?suse_version} > 1320
|
||||
make DESTDIR=%{buildroot} INFODIR=%{buildroot}%{_infodir} install-info
|
||||
%{__rm} -f %{buildroot}%{_infodir}/dir
|
||||
@ -154,9 +151,9 @@ cat << EOF >%{buildroot}/etc/ld.so.conf.d/R.conf
|
||||
EOF
|
||||
|
||||
# Install RPM macros
|
||||
mkdir -p %{buildroot}%{macrosdir}
|
||||
install -m 644 -t %{buildroot}%{macrosdir} %{SOURCE10}
|
||||
sed -i 's|@vers@|%{Rversion}|' %{buildroot}%{macrosdir}/macros.R
|
||||
mkdir -p %{buildroot}%{_rpmmacrodir}
|
||||
install -m 644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE10}
|
||||
sed -i 's|@vers@|%{Rversion}|' %{buildroot}%{_rpmmacrodir}/macros.R
|
||||
|
||||
# Add noarch R library directory
|
||||
mkdir -p %{buildroot}%{_datadir}/R/library
|
||||
@ -397,7 +394,7 @@ libraries to allow you to devel with R-base.
|
||||
%{_libdir}/R/include/R_ext/stats_package.h
|
||||
%{_libdir}/R/include/R_ext/stats_stubs.h
|
||||
|
||||
%{macrosdir}/macros.R
|
||||
%config %{_rpmmacrodir}/macros.R
|
||||
%{_libdir}/pkgconfig/libR.pc
|
||||
|
||||
#R-core-libs
|
||||
@ -1314,7 +1311,7 @@ This packages provides R-KernSmooth, one of the recommended packages.
|
||||
|
||||
%package -n R-lattice
|
||||
Summary: Package provides recommended R-lattice
|
||||
Version: 0.20.44
|
||||
Version: 0.20.45
|
||||
Release: %release
|
||||
Requires: R-base
|
||||
|
||||
@ -1383,9 +1380,9 @@ Summary: Package provides recommended R-Matrix
|
||||
Version: 1.3.4
|
||||
Release: %release
|
||||
Requires: R-base
|
||||
Obsoletes: R-Matrix-devel < 1.3.4
|
||||
Obsoletes: R-Matrix-devel <= 1.3.2
|
||||
Provides: R-Matrix-devel
|
||||
# This is for backwards-compatibility only. Nothind *should*
|
||||
# This is for backwards-compatibility only. Nothing *should*
|
||||
# (Build)Require R-Matrix-devel
|
||||
|
||||
%description -n R-Matrix
|
||||
@ -1426,27 +1423,9 @@ This packages provides R-Matrix, one of the recommended packages.
|
||||
%{_libdir}/R/library/Matrix/include/Matrix_stubs.c
|
||||
%{_libdir}/R/library/Matrix/include/cholmod.h
|
||||
|
||||
#%package -n R-Matrix-devel
|
||||
#Summary: Package provides header files for recommended R-Matrix
|
||||
#Version: 1.3.2
|
||||
#Release: %release
|
||||
#Requires: R-Matrix
|
||||
#Requires: R-base
|
||||
#
|
||||
#%description -n R-Matrix-devel
|
||||
#Package provides header files for recommended R-Matrix
|
||||
#
|
||||
#%files -n R-Matrix-devel
|
||||
#%defattr(-, root, root)
|
||||
#
|
||||
#%dir %{_libdir}/R/library/Matrix/include/
|
||||
#%{_libdir}/R/library/Matrix/include/Matrix.h
|
||||
#%{_libdir}/R/library/Matrix/include/Matrix_stubs.c
|
||||
#%{_libdir}/R/library/Matrix/include/cholmod.h
|
||||
|
||||
%package -n R-mgcv
|
||||
Summary: Package provides recommended R-mgcv
|
||||
Version: 1.8.36
|
||||
Version: 1.8.38
|
||||
Release: %release
|
||||
Requires: R-base
|
||||
|
||||
@ -1477,7 +1456,7 @@ This packages provides R-mgcv, one of the recommended packages.
|
||||
|
||||
%package -n R-nlme
|
||||
Summary: Package provides recommended R-nlme
|
||||
Version: 3.1.152
|
||||
Version: 3.1.153
|
||||
Release: %release
|
||||
Requires: R-base
|
||||
|
||||
@ -1606,7 +1585,7 @@ This packages provides R-spatial, one of the recommended packages.
|
||||
|
||||
%package -n R-survival
|
||||
Summary: Package provides recommended R-survival
|
||||
Version: 3.2.11
|
||||
Version: 3.2.13
|
||||
Release: %release
|
||||
Requires: R-base
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user