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-03-22 22:31:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Wed Mar 22 22:31:31 2023 rev:87 rq:1073781 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2022-11-07 
13:51:36.315772478 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new.31432/R-base.changes 2023-03-22 
22:32:21.570711744 +0100
@@ -1,0 +2,80 @@
+Wed Mar 15 11:30:49 UTC 2023 - Detlef Steuer <[email protected]>
+
+- CHANGES IN R 4.2.3:
+
+  C-LEVEL FACILITIES:
+
+    * The definition of DL_FUNC in R_ext/Rdynload.h has been changed to
+      be fully C-compliant.  This means that functions loaded _via_ for
+      example R_GetCCallable need to be cast to an appropriate type if
+      they have any arguments.
+
+    * .Machine has a new element sizeof.time_t to identify old systems
+      with a 32-bit type and hence a limited range of date-times (and
+      limited support for dates millions of years from present).
+
+  PACKAGE INSTALLATION:
+
+    * (Windows) The default C++ standard had accidentally been left at
+      C++11 when it was changed to C++14 on Unix.
+
+  BUG FIXES:
+
+    * As "POSIXlt" objects may be "partially filled" and their list
+      components meant to be recycled, length() now is the length of
+      the longest component.
+
+    * as.POSIXlt.Date() could underflow for dates in the far past (more
+      than half a million years BCE).
+
+    * as.Date.POSIXlt(x) would return "1970-01-01" instead of NA in R
+      4.2.2, e.g., for
+
+              x <- as.POSIXlt(c("2019-01-30","2001-1-1"))
+              x$mon <- c(0L, NA); as.Date(x)
+      
+    * R CMD check failed to apply enabled _R_CHECK_SUGGESTS_ONLY_ to
+      examples and vignettes (regression in R 4.2.0).
+
+    * R CMD check did not re-build vignettes in separate processes by
+      default (regression in R 4.2.0).
+
+    * Running examples from HTML documentation now restores previous
+      knitr settings and options (PR#18420).
+
+    * Quartz: fonts are now located using Core Graphics API instead of
+      deprecated ATS which is no longer supported in the macOS 13 SDK
+      (PR#18426).  This also addresses an issue where the currently
+      used font in the Quartz device context was not correctly
+      retained.
+
+    * (Windows) Math symbols in text drawing functions are again
+      rendered correctly (PR#18440).  This fixes a regression in R
+      4.2.1 caused by a fix in PR#18382 which uncovered an issue in
+      GraphApp due to which the symbol charset was not used with TT
+      Symbol font face.
+
+    * (Windows) Installing a package with a src/Makefile.{win,ucrt}
+      file includes ~/.R/Makevars.win64 in the search for user
+      makevars, as documented in "R Installation and Administration"
+      and done for packages with a src/Makevars.{win,ucrt} file.
+    * format(<POSIXlt_w/_unbalanced_sec>, "....%OS<n>") with n > 0 no
+      longer accidentally uses the unbalanced seconds, thanks to
+      Suharto Anggono's report (including patch) in PR#18448.
+
+    * solve.default(a, b) works around issues with some versions of
+      LAPACK when a contains NA or NaN values.
+
+    * When UseMethod() cannot dispatch, it no longer segfaults
+      producing the error message in case of a long class(), thanks to
+      Joris Vankerschaver's report (including patch) in PR#18447.
+
+    * When example(foo, ..) produces graphics on an interactive device
+      it needs to open itself, it now leaves devAskNewPage() unchanged
+      even when it was FALSE, thus fixing a 14 years old '<FIXME>'.
+
+    * packageDescription() again catches errors from encoding
+      conversions. This also fixes broken packageVersion() in C locale
+      on systems where iconv does not support transliteration.
+
+-------------------------------------------------------------------

Old:
----
  R-4.2.2.tar.xz

New:
----
  R-4.2.3.tar.xz

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.dHYFo4/_old  2023-03-22 22:32:22.766717763 +0100
+++ /var/tmp/diff_new_pack.dHYFo4/_new  2023-03-22 22:32:22.770717783 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define release 1
 
 Name:           R-base
-Version:        4.2.2
+Version:        4.2.3
 Release:        %release
 %define Rversion %{version}
 Source0:        R-%{version}.tar.xz
@@ -1170,7 +1170,7 @@
 
 %package -n R-class
 Summary:        Package provides recommended R-class
-Version:        7.3.20
+Version:        7.3.21
 Release:        %release
 Requires:       R-base
 
@@ -1236,7 +1236,7 @@
 
 %package -n R-codetools
 Summary:        Package provides recommended R-codetools
-Version:        0.2.18
+Version:        0.2.19
 Release:        %release
 Requires:       R-base
 
@@ -1257,7 +1257,7 @@
 
 %package -n R-foreign
 Summary:        Package provides recommended R-foreign
-Version:        0.8.83
+Version:        0.8.84
 Release:        %release
 Requires:       R-base
 
@@ -1382,7 +1382,7 @@
 
 %package -n R-Matrix
 Summary:        Package provides recommended R-Matrix
-Version:        1.5.1
+Version:        1.5.3
 Release:        %release
 Requires:       R-base
 Obsoletes:      R-Matrix-devel <= 1.3.2
@@ -1430,7 +1430,7 @@
 
 %package -n R-mgcv
 Summary:        Package provides recommended R-mgcv
-Version:        1.8.41
+Version:        1.8.42
 Release:        %release
 Requires:       R-base
 
@@ -1460,7 +1460,7 @@
 
 %package -n R-nlme
 Summary:        Package provides recommended R-nlme
-Version:        3.1.160
+Version:        3.1.162
 Release:        %release
 Requires:       R-base
 
@@ -1555,7 +1555,7 @@
 
 %package -n R-spatial
 Summary:        Package provides recommended R-spatial
-Version:        7.3.15
+Version:        7.3.16
 Release:        %release
 Requires:       R-base
 
@@ -1588,7 +1588,7 @@
 
 %package -n R-survival
 Summary:        Package provides recommended R-survival
-Version:        3.4.0
+Version:        3.5.3
 Release:        %release
 Requires:       R-base
 

++++++ R-4.2.2.tar.xz -> R-4.2.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/R-base/R-4.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.R-base.new.31432/R-4.2.3.tar.xz differ: char 20, 
line 1

Reply via email to