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-06-23 21:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Fri Jun 23 21:53:28 2023 rev:89 rq:1094852 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2023-04-29 
17:28:29.490630330 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new.15902/R-base.changes 2023-06-23 
21:53:35.810956092 +0200
@@ -1,0 +2,63 @@
+Fri Jun 16 10:46:51 UTC 2023 - Detlef Steuer <detlef.ste...@gmx.de>
+
+- CHANGES IN R 4.3.1:
+
+  C-LEVEL FACILITIES:
+
+    * The C-level API version of R's integrate(), Rdqags() in Applic.h,
+      now returns the correct number of integrand evaluations neval,
+      fixing PR#18515 reported and diagnosed by Stephen Wade.
+
+    * The C prototypes for LAPACK calls dspgv and dtptrs in
+      R_exts/Lapack.h had one too many and one too few character length
+      arguments - but this has not caused any known issues. To get the
+      corrected prototypes, include
+
+              #include <Rconfig.h> // for PR18534fixed
+              #ifdef PR18534fixed
+              # define usePR18534fix 1
+              #endif
+              #include <R_exts/Lapack.h>
+      
+      in your C/C++ code (PR#18534).
+
+  INSTALLATION:
+
+    * Many of the checks of esoteric Internet operations and those
+      using unreliable external sites have been moved to a new target
+      that is not run by default and primarily intended for the core
+      developers.  To run them use
+
+              cd tests; make test-Internet-dev
+      
+  BUG FIXES:
+
+    * .S3methods(), typically called from methods(), again marks
+      methods from package base as visible.
+
+      Also, the visibility of non-base methods is again determined by
+      the method's presence in search().
+
+    * tools::Rdiff() is now more robust against invalid strings, fixing
+      installation tests on Windows without Rtools installed
+      (PR#18530).
+
+    * Fix (new) bug in hcl.colors(2, *), by Achim Zeileis (PR#18523).
+
+    * head(., <illegal>) and tail(..) now produce more useful "Error in
+      ...." error messages, fixing PR#18362.
+
+    * Package code syntax on Windows is checked in UTF-8 when UTF-8 is
+      the native encoding.
+
+    * na.contiguous(x) now also returns the first run, when it is at
+      the beginning and there is a later one of the same length;
+      reported to R-devel, including a fix, by Georgi Boshnakov.
+      Further, by default, it modifies only an existing attr(*,"tsp")
+      but otherwise no longer sets one.
+
+    * chol(<not pos.def>, pivot = <T|F>) now gives a correct error or
+      warning message (depending on pivot), thanks to Mikael Jagan's
+      (PR#18541).
+
+-------------------------------------------------------------------

Old:
----
  R-4.3.0.tar.xz

New:
----
  R-4.3.1.tar.xz

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.kdaXHP/_old  2023-06-23 21:53:36.482959943 +0200
+++ /var/tmp/diff_new_pack.kdaXHP/_new  2023-06-23 21:53:36.486959966 +0200
@@ -23,7 +23,7 @@
 %define release 1
 
 Name:           R-base
-Version:        4.3.0
+Version:        4.3.1
 Release:        %release
 %define Rversion %{version}
 Source0:        R-%{version}.tar.xz
@@ -1180,7 +1180,7 @@
 
 %package -n R-class
 Summary:        Package provides recommended R-class
-Version:        7.3.21
+Version:        7.3.22
 Release:        %release
 Requires:       R-base
 
@@ -1297,7 +1297,7 @@
 
 %package -n R-KernSmooth
 Summary:        Package provides recommended R-KernSmooth
-Version:        2.23.20
+Version:        2.23.21
 Release:        %release
 Requires:       R-base
 
@@ -1360,7 +1360,7 @@
 
 %package -n R-MASS
 Summary:        Package provides recommended R-MASS
-Version:        7.3.58
+Version:        7.3.60
 Release:        %release
 Requires:       R-base
 
@@ -1503,7 +1503,7 @@
 
 %package -n R-nnet
 Summary:        Package provides recommended R-nnet
-Version:        7.3.18
+Version:        7.3.19
 Release:        %release
 Requires:       R-base
 

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

Reply via email to