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-05-19 17:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Wed May 19 17:49:03 2021 rev:79 rq:894139 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2021-04-01 
14:19:28.720169270 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new.2988/R-base.changes  2021-05-19 
17:49:10.313587030 +0200
@@ -1,0 +2,629 @@
+Tue May 18 17:01:25 UTC 2021 - Detlef Steuer <detlef.ste...@gmx.de>
+
+- CHANGES IN R 4.1.0:
+
+  FUTURE DIRECTIONS:
+
+    * It is planned that the 4.1.x series will be the last to support
+      32-bit Windows, with production of binary packages for that
+      series continuing until early 2023.
+
+  SIGNIFICANT USER-VISIBLE CHANGES:
+
+    * Data set esoph in package datasets now provides the correct
+      numbers of controls; previously it had the numbers of cases added
+      to these.  (Reported by Alexander Fowler in PR#17964.)
+
+  NEW FEATURES:
+
+    * www.omegahat.net is no longer one of the repositories known by
+      default to setRepositories().  (Nowadays it only provides source
+      packages and is often unavailable.)
+
+    * Function package_dependencies() (in package tools) can now use
+      different dependency types for direct and recursive dependencies.
+
+    * The checking of the size of tarball in R CMD check --as-cran
+      <pkg> may be tweaked via the new environment variable
+      _R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_, as suggested in
+      PR#17777 by Jan Gorecki.
+
+    * Using c() to combine a factor with other factors now gives a
+      factor, an ordered factor when combining ordered factors with
+      identical levels.
+
+    * apply() gains a simplify argument to allow disabling of
+      simplification of results.
+
+    * The format() method for class "ftable" gets a new option justify.
+      (Suggested by Thomas Soeiro.)
+
+    * New ...names() utility.  (Proposed by Neal Fultz in PR#17705.)
+
+    * type.convert() now warns when its as.is argument is not
+      specified, as the help file always said it _should_.  In that
+      case, the default is changed to TRUE in line with its change in
+      read.table() (related to stringsAsFactor) in R 4.0.0.
+
+    * When printing list arrays, classed objects are now shown _via_
+      their format() value if this is a short enough character string,
+      or by giving the first elements of their class vector and their
+      length.
+
+    * capabilities() gets new entry "Rprof" which is TRUE when R has
+      been configured with the equivalent of --enable-R-profiling (as
+      it is by default).  (Related to Michael Orlitzky's report
+      PR#17836.)
+
+    * str(xS4) now also shows extraneous attributes of an S4 object
+      xS4.
+
+    * Rudimentary support for vi-style tags in rtags() and R CMD rtags
+      has been added.  (Based on a patch from Neal Fultz in PR#17214.)
+
+    * checkRdContents() is now exported from tools; it and also
+      checkDocFiles() have a new option chkInternal allowing to check
+      Rd files marked with keyword "internal" as well.  The latter can
+      be activated for R CMD check via environment variable
+      _R_CHECK_RD_INTERNAL_TOO_.
+
+    * New functions numToBits() and numToInts() extend the raw
+      conversion utilities to (double precision) numeric.
+
+    * Functions URLencode() and URLdecode() in package utils now work
+      on vectors of URIs.  (Based on patch from Bob Rudis submitted
+      with PR#17873.)
+
+    * path.expand() can expand ~user on most Unix-alikes even when
+      readline is not in use.  It tries harder to expand ~, for example
+      should environment variable HOME be unset.
+
+    * For HTML help (both dynamic and static), Rd file links to help
+      pages in external packages are now treated as references to
+      topics rather than file names, and fall back to a file link only
+      if the topic is not found in the target package. The earlier rule
+      which prioritized file names over topics can be restored by
+      setting the environment variable _R_HELP_LINKS_TO_TOPICS_ to a
+      false value.
+
+    * c() now removes NULL arguments before dispatching to methods,
+      thus simplifying the implementation of c() methods, _but_ for
+      back compatibility keeps NULL when it is the first argument.
+      (From a report and patch proposal by Lionel Henry in PR#17900.)
+
+    * Vectorize()'s result function's environment no longer keeps
+      unneeded objects.
+
+    * Function ...elt() now propagates visibility consistently with
+      ..n.  (Thanks to Lionel Henry's PR#17905.)
+
+    * capture.output() no longer uses non-standard evaluation to
+      evaluate its arguments.  This makes evaluation of functions like
+      parent.frame() more consistent.  (Thanks to Lionel Henry's
+      PR#17907.)
+
+    * packBits(bits, type="double") now works as inverse of
+      numToBits().  (Thanks to Bill Dunlap's proposal in PR#17914.)
+
+    * curlGetHeaders() has two new arguments, timeout to specify the
+      timeout for that call (overriding getOption("timeout")) and TLS
+      to specify the minimum TLS protocol version to be used for
+      https:// URIs (_inter alia_ providing a means to check for sites
+      using deprecated TLS versions 1.0 and 1.1).
+
+    * For nls(), an optional constant scaleOffset may be added to the
+      denominator of the relative offset convergence test for cases
+      where the fit of a model is expected to be exact, thanks to a
+      proposal by John Nash.  nls(*, trace=TRUE) now also shows the
+      convergence criterion.
+
+    * Numeric differentiation _via_ numericDeriv() gets new optional
+      arguments eps and central, the latter for taking central divided
+      differences.  The latter can be activated for nls() via
+      nls.control(nDcentral = TRUE).
+
+    * nls() now passes the trace and control arguments to getInitial(),
+      notably for all self-starting models, so these can also be fit in
+      zero-noise situations via a scaleOffset.  For this reason, the
+      initial function of a selfStart model must now have ... in its
+      argument list.
+
+    * bquote(splice = TRUE) can now splice expression vectors with
+      attributes: this makes it possible to splice the result of
+      parse(keep.source = TRUE).  (Report and patch provided by Lionel
+      Henry in PR#17869.)
+
+    * textConnection() gets an optional name argument.
+
+    * get(), exists(), and get0() now signal an error if the first
+      argument has length greater than 1.  Previously additional
+      elements were silently ignored.  (Suggested by Antoine Fabri on
+      R-devel.)
+
+    * R now provides a shorthand notation for creating functions, e.g.
+      \(x) x + 1 is parsed as function(x) x + 1.
+
+    * R now provides a simple native forward pipe syntax |>.  The
+      simple form of the forward pipe inserts the left-hand side as the
+      first argument in the right-hand side call.  The pipe
+      implementation as a syntax transformation was motivated by
+      suggestions from Jim Hester and Lionel Henry.
+
+    * all.equal(f, g) for functions now by default also compares their
+      environment(.)s, notably via new all.equal method for class
+      function.  Comparison of nls() fits, e.g., may now need
+      all.equal(m1, m2, check.environment = FALSE).
+
+    * .libPaths() gets a new option include.site, allowing to _not_
+      include the site library.  (Thanks to Dario Strbenac's suggestion
+      and Gabe Becker's PR#18016.)
+
+    * Lithuanian translations are now available.  (Thanks to Rimantas
+      Zakauskas.)
+
+    * names() now works for DOTSXP objects.  On the other hand, in
+      R-lang, the R language manual, we now warn against relying on the
+      structure or even existence of such dot-dot-dot objects.
+
+    * all.equal() no longer gives an error on DOTSXP objects.
+
+    * capabilities("cairo") now applies only to the file-based devices
+      as it is now possible (if very unusual) to build R with Cairo
+      support for those but not for X11().
+
+    * There is optional support for tracing the progress of
+      loadNamespace() - see its help.
+
+    * (Not Windows.)  l10n_info() reports an additional element, the
+      name of the encoding as reported by the OS (which may differ from
+      the encoding part (if any) of the result from
+      Sys.getlocale("LC_CTYPE").
+
+    * New function gregexec() which generalizes regexec() to find _all_
+      disjoint matches and well as all substrings corresponding to
+      parenthesized subexpressions of the given regular expression.
+      (Contributed by Brodie Gaslam.)
+
+    * New function charClass() in package utils to query the
+      wide-character classification functions in use (such as
+      iswprint).
+
+    * The names of quantile()'s result no longer depend on the global
+      getOption("digits"), but quantile() gets a new optional argument
+      digits = 7 instead.
+
+    * grep(), sub(), regexp and variants work considerably faster for
+      long factors with few levels.  (Thanks to Michael Chirico's
+      PR#18063.)
++++ 432 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/R-base/R-base.changes
++++ and /work/SRC/openSUSE:Factory/.R-base.new.2988/R-base.changes

Old:
----
  R-4.0.5.tar.bz2

New:
----
  R-4.1.0.tar.bz2

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.JWC3Px/_old  2021-05-19 17:49:10.869584698 +0200
+++ /var/tmp/diff_new_pack.JWC3Px/_new  2021-05-19 17:49:10.873584682 +0200
@@ -25,7 +25,7 @@
 %define release 1
 
 Name:           R-base
-Version:        4.0.5
+Version:        4.1.0
 Release:        %release
 %define Rversion %{version}
 Source0:        R-%{version}.tar.bz2
@@ -57,9 +57,11 @@
 BuildRequires:  readline-devel
 BuildRequires:  shadow
 BuildRequires:  tcl-devel
+BuildRequires:  texlive-ae
 BuildRequires:  texlive-bibtex
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-dvips
+BuildRequires:  texlive-fancyvrb
 BuildRequires:  texlive-helvetic
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-makeindex
@@ -162,10 +164,10 @@
 %files -n R-base
 
 %package -n R-base-devel
-Summary:        Metapackage, requires R-core-devel, R-core-libs, R-Matrix-devel
+Summary:        Metapackage, requires R-core-devel, R-core-libs
 Version:        %{Rversion}
 Release:        %release
-Requires:       R-Matrix-devel
+#Requires:       R-Matrix-devel
 Requires:       R-core-devel
 Requires:       R-core-libs
 
@@ -263,6 +265,9 @@
 %lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R.mo
 %lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/RGui.mo
 
+%dir %{_libdir}/R/library/translations/lt/
+%dir %{_libdir}/R/library/translations/lt/LC_MESSAGES/
+
 %dir %{_libdir}/R/library/translations/nn
 %dir %{_libdir}/R/library/translations/nn/LC_MESSAGES
 %lang(nn) %{_libdir}/R/library/translations/nn/LC_MESSAGES/R-base.mo
@@ -847,6 +852,7 @@
 %license %{_libdir}/R/library/stats/COPYRIGHTS.modreg
 %{_libdir}/R/library/stats/demo/
 %{_libdir}/R/library/stats/DESCRIPTION
+%{_libdir}/R/library/stats/doc/
 %{_libdir}/R/library/stats/help/
 %{_libdir}/R/library/stats/html/
 %{_libdir}/R/library/stats/INDEX
@@ -864,21 +870,74 @@
 %lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/stats.mo
 %lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-stats.mo
 %lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/stats.mo
+%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/utils.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-compiler.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-grid.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-methods.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-parallel.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-splines.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-utils.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/methods.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/parallel.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/splines.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/tcltk.mo
+%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/utils.mo
 %lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-stats.mo
 %lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/stats.mo
 %lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-stats.mo
 %lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/stats.mo
 %lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-stats.mo
 %lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/stats.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-base.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-compiler.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-grDevices.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-graphics.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-grid.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-parallel.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-stats4.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-tcltk.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R-utils.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/R.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/RGui.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/grDevices.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/graphics.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/grid.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/methods.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/parallel.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/splines.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/stats.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/tcltk.mo
+%lang(lt) %{_libdir}/R/library/translations/lt/LC_MESSAGES/utils.mo
 %lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-stats.mo
 %lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/stats.mo
 %lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-stats.mo
 %lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/stats.mo
 %lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-stats.mo
 %lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/stats.mo
+%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/utils.mo
 %lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R-stats.mo
 %lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-stats.mo
 %lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/stats.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-base.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-compiler.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-grDevices.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-graphics.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-grid.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-parallel.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-splines.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-stats.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-stats4.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-tcltk.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R-utils.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/grDevices.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/grid.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/methods.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/parallel.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/splines.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/stats.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/tcltk.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/tools.mo
+%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/utils.mo
 
 # stats4
 %package -n R-stats4
@@ -1077,7 +1136,7 @@
 
 %package -n R-boot
 Summary:        Package provides recommended R-boot
-Version:        1.3.27
+Version:        1.3.28
 Release:        %release
 Requires:       R-base
 
@@ -1109,7 +1168,7 @@
 
 %package -n R-class
 Summary:        Package provides recommended R-class
-Version:        7.3.18
+Version:        7.3.19
 Release:        %release
 Requires:       R-base
 
@@ -1141,7 +1200,7 @@
 
 %package -n R-cluster
 Summary:        Package provides recommended R-cluster
-Version:        2.1.1
+Version:        2.1.2
 Release:        %release
 Requires:       R-base
 
@@ -1170,6 +1229,7 @@
 %lang(fr) %{_libdir}/R/library/cluster/po/fr/
 %lang(ko) %{_libdir}/R/library/cluster/po/it/
 %lang(ko) %{_libdir}/R/library/cluster/po/ko/
+%lang(ko) %{_libdir}/R/library/cluster/po/lt/
 %lang(pl) %{_libdir}/R/library/cluster/po/pl/
 
 %package -n R-codetools
@@ -1225,7 +1285,7 @@
 
 %package -n R-KernSmooth
 Summary:        Package provides recommended R-KernSmooth
-Version:        2.23.18
+Version:        2.23.20
 Release:        %release
 Requires:       R-base
 
@@ -1254,7 +1314,7 @@
 
 %package -n R-lattice
 Summary:        Package provides recommended R-lattice
-Version:        0.20.41
+Version:        0.20.44
 Release:        %release
 Requires:       R-base
 
@@ -1280,13 +1340,14 @@
 %lang(de) %{_libdir}/R/library/lattice/po/de/
 %lang(en) %{_libdir}/R/library/lattice/po/en*/
 %lang(fr) %{_libdir}/R/library/lattice/po/fr/
+%lang(ko) %{_libdir}/R/library/lattice/po/it/
 %lang(ko) %{_libdir}/R/library/lattice/po/ko/
 %lang(pl) %{_libdir}/R/library/lattice/po/pl/
 %{_libdir}/R/library/lattice/R/
 
 %package -n R-MASS
 Summary:        Package provides recommended R-MASS
-Version:        7.3.53.1
+Version:        7.3.54
 Release:        %release
 Requires:       R-base
 
@@ -1319,9 +1380,13 @@
 
 %package -n R-Matrix
 Summary:        Package provides recommended R-Matrix
-Version:        1.3.2
+Version:        1.3.3
 Release:        %release
 Requires:       R-base
+Obsoletes:      R-Matrix-devel < 1.3.3
+Provides:       R-Matrix-devel
+# This is for backwards-compatibility only. Nothind *should*
+# (Build)Require R-Matrix-devel
 
 %description -n R-Matrix
 This packages provides R-Matrix, one of the recommended packages.
@@ -1348,34 +1413,40 @@
 %lang(de) %{_libdir}/R/library/Matrix/po/de/
 %lang(en) %{_libdir}/R/library/Matrix/po/en*/
 %lang(fr) %{_libdir}/R/library/Matrix/po/fr/
+%lang(ko) %{_libdir}/R/library/Matrix/po/it/
 %lang(ko) %{_libdir}/R/library/Matrix/po/ko/
+%lang(ko) %{_libdir}/R/library/Matrix/po/lt/
 %lang(pl) %{_libdir}/R/library/Matrix/po/pl/
 %{_libdir}/R/library/Matrix/R/
 %{_libdir}/R/library/Matrix/test-tools.R
 %{_libdir}/R/library/Matrix/test-tools-1.R
 %{_libdir}/R/library/Matrix/test-tools-Matrix.R
-
-%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-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.34
+Version:        1.8.35
 Release:        %release
 Requires:       R-base
 
@@ -1400,6 +1471,7 @@
 %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(ko) %{_libdir}/R/library/mgcv/po/it/
 %lang(ko) %{_libdir}/R/library/mgcv/po/ko/
 %lang(pl) %{_libdir}/R/library/mgcv/po/pl/
 
@@ -1438,7 +1510,7 @@
 
 %package -n R-nnet
 Summary:        Package provides recommended R-nnet
-Version:        7.3.15
+Version:        7.3.16
 Release:        %release
 Requires:       R-base
 
@@ -1501,7 +1573,7 @@
 
 %package -n R-spatial
 Summary:        Package provides recommended R-spatial
-Version:        7.3.13
+Version:        7.3.14
 Release:        %release
 Requires:       R-base
 
@@ -1534,7 +1606,7 @@
 
 %package -n R-survival
 Summary:        Package provides recommended R-survival
-Version:        3.2.10
+Version:        3.2.11
 Release:        %release
 Requires:       R-base
 

++++++ R-4.0.5.tar.bz2 -> R-4.1.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/R-base/R-4.0.5.tar.bz2 
/work/SRC/openSUSE:Factory/.R-base.new.2988/R-4.1.0.tar.bz2 differ: char 11, 
line 1

Reply via email to