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 2024-03-07 18:30:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Thu Mar  7 18:30:32 2024 rev:91 rq:1155848 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2023-11-10 
12:37:40.382148335 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new.1770/R-base.changes  2024-03-07 
18:32:08.775057771 +0100
@@ -1,0 +2,95 @@
+Thu Feb 29 09:49:16 UTC 2024 - Detlef Steuer <[email protected]>
+
+- CHANGES IN R 4.3.3:
+
+  NEW FEATURES:
+
+    * iconv() now fixes up variant encoding names such as "utf8"
+      case-insensitively.
+
+  DEPRECATED AND DEFUNCT:
+
+    * The legacy encoding = "MacRoman" is deprecated in pdf() and
+      postscript(): support was incomplete in earlier versions of R.
+
+  BUG FIXES:
+
+    * Arguments are now properly forwarded to methods on S4 generics
+      with ... in the middle of their formal arguments. This was broken
+      for the case when a method introduced an argument but did not
+      include ... in its own formals. Thanks to Herv'e Pag`es for the
+      report PR#18538.
+
+    * Some invalid file arguments to pictex(), postscript() and xfig()
+      opened a file called NA rather than throw an error.  These
+      included postscript(NULL) (which some people expected to work
+      like pdf(NULL)).
+
+    * Passing filename = NA to svg(), cairo_pdf(), cairo_ps() or the
+      Cairo-based bitmap devices opened a file called NA: it now throws
+      an error.
+
+    * quartz(file = NA) opened a file called NA, including when used as
+      a Quartz-based bitmap device.  It now gives an error.
+
+    * rank(<long vector>) now works, fixing PR#18617, thanks to Ilia
+      Kats.
+
+    * seq.int() did not adequately check its length.out argument.
+
+    * match(<POSIXct>, .) is correct again for differing time zones,
+      ditto for "POSIXlt", fixing PR#18618 reported by Bastian Klein.
+
+    * drop.terms(*, dropx = <0-length>) now works, fixing PR#18563 as
+      proposed by Mikael Jagan.
+
+    * drop.terms(*) keeps + offset(.) terms when it should, PR#18565,
+      and drop.terms() no longer makes up a response, PR#18566, fixing
+      both bugs thanks to Mikael Jagan.
+
+    * getS3method("t", "test") no longer finds the t.test() function,
+      fixing PR#18627.
+
+    * pdf() and postscript() support for the documented Adobe encodings
+      "Greek" and "Cyrilllic" was missing (although the corresponding
+      Windows' codepages could be used).
+
+    * Computations of glyph metric information for pdf() and
+      postscript() did not take into account that transliteration could
+      replace one character by two or more (only seen on macOS 14) and
+      typically warned that the information was not known.
+
+    * rank(x) no longer overflows during integer addition, when
+      computing rank average for largish but not-yet long vector x,
+      fixing PR#18630, thanks to Ilia Kats.
+
+    * list.files() on Windows now returns also files with names longer
+      that 260 bytes (the Windows limit is 260 characters).
+      Previously, some file names particularly with 'East Asian'
+      characters were omitted.
+
+    * cov2cor(<0 x 0>) now works, fixing PR#18423 thanks to Mikael
+      Jagan and Elin Waring.
+
+    * cov2cor(<negative diagonal>) and similar now give one warning
+      instead of two, with better wording, fixing PR#18424 thanks to
+      Mikael Jagan.
+
+    * tools:: startDynamicHelp() now ensures port is in proper range,
+      fixing PR#18645.
+
+    * pbeta(x, a,b) is correct now for x=0 or 1 in the boundary cases
+      where a or b or both are 0, fixing PR#18672 thanks to Michael
+      Fay.
+
+    * pmatch(x, table) for large table, also called for data frame row
+      selection, dfrm[nm, ], is now interruptible, fixing PR#18656.
+
+    * predict(<rank-deficient lm>, newdata=*) fix computing of nbasis,
+      see Russ Lenth's comment 29 in PR#16158.
+
+    * Added a work-around for a bug in macOS 14.3.1 and higher which
+      prevents R plots in the Quartz Cocoa device from updating on
+      screen. 
+
+-------------------------------------------------------------------

Old:
----
  R-4.3.2.tar.xz

New:
----
  R-4.3.3.tar.xz

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.noiios/_old  2024-03-07 18:32:09.467083306 +0100
+++ /var/tmp/diff_new_pack.noiios/_new  2024-03-07 18:32:09.471083454 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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.3.2
+Version:        4.3.3
 Release:        %release
 %define Rversion %{version}
 Source0:        R-%{version}.tar.xz
@@ -107,7 +107,7 @@
 AT&T Bell Laboratories by Rick Becker, John Chambers and Allan Wilks.
 
 %prep
-%setup -n R-%{version}
+%autosetup -n R-%{version}
 #%%patch0 -p1
 
 %build
@@ -1148,7 +1148,7 @@
 
 %package -n R-boot
 Summary:        Package provides recommended R-boot
-Version:        1.3.28
+Version:        1.3.29
 Release:        %release
 Requires:       R-base
 
@@ -1212,7 +1212,7 @@
 
 %package -n R-cluster
 Summary:        Package provides recommended R-cluster
-Version:        2.1.4
+Version:        2.1.6
 Release:        %release
 Requires:       R-base
 
@@ -1267,7 +1267,7 @@
 
 %package -n R-foreign
 Summary:        Package provides recommended R-foreign
-Version:        0.8.85
+Version:        0.8.86
 Release:        %release
 Requires:       R-base
 
@@ -1326,7 +1326,7 @@
 
 %package -n R-lattice
 Summary:        Package provides recommended R-lattice
-Version:        0.21.9
+Version:        0.22.5
 Release:        %release
 Requires:       R-base
 
@@ -1393,7 +1393,7 @@
 
 %package -n R-Matrix
 Summary:        Package provides recommended R-Matrix
-Version:        1.6.1
+Version:        1.6.5
 Release:        %release
 Requires:       R-base
 Obsoletes:      R-Matrix-devel <= 1.3.2
@@ -1436,10 +1436,18 @@
 %{_libdir}/R/library/Matrix/include/Matrix.h
 %{_libdir}/R/library/Matrix/include/Matrix_stubs.c
 %{_libdir}/R/library/Matrix/include/cholmod.h
+%dir %{_libdir}/R/library/Matrix/include/Matrix/
+%{_libdir}/R/library/Matrix/include/Matrix/Matrix.h
+%{_libdir}/R/library/Matrix/include/Matrix/alloca.h
+%{_libdir}/R/library/Matrix/include/Matrix/cholmod-utils.h
+%{_libdir}/R/library/Matrix/include/Matrix/cholmod.h
+%{_libdir}/R/library/Matrix/include/Matrix/remap.h
+%{_libdir}/R/library/Matrix/include/Matrix/stubs.c
+%{_libdir}/R/library/Matrix/include/Matrix/version.h
 
 %package -n R-mgcv
 Summary:        Package provides recommended R-mgcv
-Version:        1.9.0
+Version:        1.9.1
 Release:        %release
 Requires:       R-base
 
@@ -1464,13 +1472,12 @@
 %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.163
+Version:        3.1.164
 Release:        %release
 Requires:       R-base
 
@@ -1533,7 +1540,7 @@
 
 %package -n R-rpart
 Summary:        Package provides recommended R-rpart
-Version:        4.1.21
+Version:        4.1.23
 Release:        %release
 Requires:       R-base
 
@@ -1598,7 +1605,7 @@
 
 %package -n R-survival
 Summary:        Package provides recommended R-survival
-Version:        3.5.7
+Version:        3.5.8
 Release:        %release
 Requires:       R-base
 

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

Reply via email to