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 2023-11-10 12:33:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Fri Nov 10 12:33:48 2023 rev:90 rq:1124841 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2023-06-23 
21:53:35.810956092 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new.17445/R-base.changes 2023-11-10 
12:37:40.382148335 +0100
@@ -1,0 +2,112 @@
+Fri Nov  3 09:49:06 UTC 2023 - Detlef Steuer <detlef.ste...@gmx.de>
+
+- CHANGES IN R 4.3.2:
+
+  NEW FEATURES:
+
+    * The default initialization of the "repos" option from the
+      repositories file at startup can be skipped by setting
+      environment variable R_REPOSITORIES to NULL such that
+      getOption("repos") is empty if not set elsewhere.
+
+    * qr.X() is now an implicit S4 generic in methods.
+
+    * iconv(to = "ASCII//TRANSLIT") is emulated using substitution on
+      platforms which do not support it (notably Alpine Linux).  This
+      should give a human-readable conversion in ASCII on all platforms
+      (rather than NA_character_).
+
+    * trans3d() gains options continuous and verbose addressing the
+      problem of possible "wrap around" when projecting too long
+      curves, as reported by Achim Zeileis in PR#18537.
+
+    * tools::showNonASCII() has been rewritten to work better on macOS
+      14 (which has a changed implementation of iconv()).
+
+    * tiff(type = "quartz") (the default on macOS) now warns if
+      compression is specified: it continues to be ignored.
+
+  INSTALLATION on a UNIX-ALIKE:
+
+    * There is some support for building with Intel's LLVM-based
+      compilers on x86_64 Linux, such as (C) icx, (C++) ipcx and
+      (Fortran) ifx from oneAPI 2023.x.y.
+
+    * There is support for using LLVM's flang-new as the Fortran
+      compiler from LLVM 16.0.x (preferably 17.0.0 or later).
+
+  UTILITIES:
+
+    * R CMD check reports the use of the Fortran 90 random number
+      generator RANDOM_NUMBER() and the subroutines to initialize it.
+
+      'Writing R Extensions' has example code to use R's RNGs from
+      Fortran.
+
+  BUG FIXES:
+
+    * substr(x, n, L) <- cc now works (more) correctly for multibyte
+      UTF-8 strings x when L > nchar(x), thanks to a report and patch
+      by 'Architect 95'.
+
+    * contrib.url(character()) now returns 0-length character() as
+      documented, which also avoids spurious warnings from
+      available.packages() et al. in the edge case of an empty vector
+      of repository URLs.
+
+    * readChar(., 4e8) no longer fails, thanks to Kodi Arfer's report
+      (PR#18557).
+
+    * lapply(<list>, as.data.frame) no longer warns falsely for some
+      base vector components.
+
+    * Communication between parent and child processes in the multicore
+      part of parallel could fail on platforms that do not support an
+      arbitrarily large payload in system functions read()/write() on
+      pipes (seen on macOS where a restriction to INT_MAX bytes is
+      documented, without doing a partial read unlike Linux). The
+      payload is now split into 1Gb chunks to avoid that problem.
+      (PR#18571)
+
+    * qqplot(x,y, conf.level=.) gives better confidence bounds when
+      length(x) != length(y), thanks to Alexander Ploner's report and
+      patch proposal (PR#18557).
+
+    * norm(<0-length>, "2") now gives zero instead of an error, as all
+      the other norm types, thanks to Mikael Jagan's PR#18542.
+
+    * Build-stage Rd macros \packageAuthor and \packageMaintainer now
+      process Authors@R, fixing NA results when the package DESCRIPTION
+      omits Author and Maintainer fields.
+
+    * Formatting and printing complex numbers could give things like
+      0.1683-0i because of rounding error: -0i is now replaced by +0i.
+
+    * postscript() refused to accept a title comment containing the
+      letter "W" (PR#18599).
+
+    * isoreg(c(1,Inf)) signals an error instead of segfaulting, fixing
+      PR#18603.
+
+    * tiff(type = "Xlib") was only outputting the last page of
+      multi-page plots.
+
+    * tools::latexToUtf8() again knows about \~{n} and other letters
+      with tilde, fixing a regression in R 4.3.0, and about \^{i} as an
+      alternative to \^{\i} (similarly with other accents).
+      Furthermore, LaTeX codes for accented I letters are now correctly
+      converted, also fixing related mistakes in
+      tools::encoded_text_to_latex().
+
+    * tar(*, tar = "internal") no longer creates out-of-spec tar files
+      in the very rare case of user or group names longer than 32
+      bytes, fixing PR#17871 with thanks to Ivan Krylov.
+
+    * When using the "internal" timezone datetime code, adding a
+      fraction of a second no longer adds one second, fixing PR#16856
+      from a patch by Ivan Krylov.
+
+    * tools::checkRd() no longer produces spurious notes about
+      "unnecessary braces" from multi-line Rd results of \Sexpr macros.
+
+-------------------------------------------------------------------

Old:
----
  R-4.3.1.tar.xz

New:
----
  R-4.3.2.tar.xz

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.N1c5vL/_old  2023-11-10 12:37:41.146176613 +0100
+++ /var/tmp/diff_new_pack.N1c5vL/_new  2023-11-10 12:37:41.146176613 +0100
@@ -23,7 +23,7 @@
 %define release 1
 
 Name:           R-base
-Version:        4.3.1
+Version:        4.3.2
 Release:        %release
 %define Rversion %{version}
 Source0:        R-%{version}.tar.xz
@@ -1267,7 +1267,7 @@
 
 %package -n R-foreign
 Summary:        Package provides recommended R-foreign
-Version:        0.8.84
+Version:        0.8.85
 Release:        %release
 Requires:       R-base
 
@@ -1297,7 +1297,7 @@
 
 %package -n R-KernSmooth
 Summary:        Package provides recommended R-KernSmooth
-Version:        2.23.21
+Version:        2.23.22
 Release:        %release
 Requires:       R-base
 
@@ -1326,7 +1326,7 @@
 
 %package -n R-lattice
 Summary:        Package provides recommended R-lattice
-Version:        0.21.8
+Version:        0.21.9
 Release:        %release
 Requires:       R-base
 
@@ -1393,7 +1393,7 @@
 
 %package -n R-Matrix
 Summary:        Package provides recommended R-Matrix
-Version:        1.5.4
+Version:        1.6.1
 Release:        %release
 Requires:       R-base
 Obsoletes:      R-Matrix-devel <= 1.3.2
@@ -1408,11 +1408,9 @@
 %defattr(-, root, root)
 
 %dir %{_libdir}/R/library/Matrix/
-%license %{_libdir}/R/library/Matrix/Copyrights
 %{_libdir}/R/library/Matrix/data/
 %{_libdir}/R/library/Matrix/doc/
 %{_libdir}/R/library/Matrix/DESCRIPTION
-%{_libdir}/R/library/Matrix/Doxyfile
 %{_libdir}/R/library/Matrix/external/
 %{_libdir}/R/library/Matrix/help/
 %{_libdir}/R/library/Matrix/html/
@@ -1441,7 +1439,7 @@
 
 %package -n R-mgcv
 Summary:        Package provides recommended R-mgcv
-Version:        1.8.42
+Version:        1.9.0
 Release:        %release
 Requires:       R-base
 
@@ -1466,12 +1464,13 @@
 %lang(de) %{_libdir}/R/library/mgcv/po/de/
 %lang(en) %{_libdir}/R/library/mgcv/po/en*/
 %lang(fr) %{_libdir}/R/library/mgcv/po/fr/
+%lang(it) %{_libdir}/R/library/mgcv/po/it/
 %lang(ko) %{_libdir}/R/library/mgcv/po/ko/
 %lang(pl) %{_libdir}/R/library/mgcv/po/pl/
 
 %package -n R-nlme
 Summary:        Package provides recommended R-nlme
-Version:        3.1.162
+Version:        3.1.163
 Release:        %release
 Requires:       R-base
 
@@ -1534,7 +1533,7 @@
 
 %package -n R-rpart
 Summary:        Package provides recommended R-rpart
-Version:        4.1.19
+Version:        4.1.21
 Release:        %release
 Requires:       R-base
 
@@ -1566,7 +1565,7 @@
 
 %package -n R-spatial
 Summary:        Package provides recommended R-spatial
-Version:        7.3.16
+Version:        7.3.17
 Release:        %release
 Requires:       R-base
 
@@ -1599,7 +1598,7 @@
 
 %package -n R-survival
 Summary:        Package provides recommended R-survival
-Version:        3.5.5
+Version:        3.5.7
 Release:        %release
 Requires:       R-base
 

++++++ R-4.3.1.tar.xz -> R-4.3.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/R-base/R-4.3.1.tar.xz 
/work/SRC/openSUSE:Factory/.R-base.new.17445/R-4.3.2.tar.xz differ: char 1, 
line 1

Reply via email to