Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2021-11-08 17:24:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Mon Nov  8 17:24:31 2021 rev:82 rq:930112 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2021-08-18 
08:57:04.402892966 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new.1890/R-base.changes  2021-11-08 
17:25:19.924738535 +0100
@@ -1,0 +2,83 @@
+Mon Nov  1 09:24:49 UTC 2021 - Detlef Steuer <[email protected]>
+
+- 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 <[email protected]>
+
+- repaired https://bugzilla.suse.com/show_bug.cgi?id=1191380
+  (rpmacros now go to rpmmacrodir)
+- minor clean-ups in spec file
+
+-------------------------------------------------------------------

Old:
----
  R-4.1.1.tar.bz2

New:
----
  R-4.1.2.tar.bz2

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.X8cLab/_old  2021-11-08 17:25:20.568738958 +0100
+++ /var/tmp/diff_new_pack.X8cLab/_new  2021-11-08 17:25:20.572738960 +0100
@@ -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-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 @@
 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 @@
 %{_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 @@
 
 %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 @@
 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 @@
 %{_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 @@
 
 %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 @@
 
 %package -n R-survival
 Summary:        Package provides recommended R-survival
-Version:        3.2.11
+Version:        3.2.13
 Release:        %release
 Requires:       R-base
 

++++++ R-4.1.1.tar.bz2 -> R-4.1.2.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/R-base/R-4.1.1.tar.bz2 
/work/SRC/openSUSE:Factory/.R-base.new.1890/R-4.1.2.tar.bz2 differ: char 11, 
line 1

Reply via email to