Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2017-03-12 20:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Sun Mar 12 20:02:37 2017 rev:51 rq:477409 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2016-11-01 
09:59:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes       2017-03-12 
20:02:39.277179355 +0100
@@ -1,0 +2,109 @@
+Tue Mar  7 08:25:48 UTC 2017 - [email protected]
+
+- a change in OBS now requires a BuildRequire: shadow for
+  some openSUSE releases.
+
+-------------------------------------------------------------------
+Mon Mar  6 11:36:54 UTC 2017 - [email protected]
+
+- upstream release 3.3.3
+
+- Most important changes
+  CHANGES IN R 3.3.3:
+
+  NEW FEATURES:
+
+    * Changes when redirection of a http:// URL to a https:// URL is
+      encountered:
+
+        * The internal methods of download.file() and url() now report
+          that they cannot follow this (rather than failing silently).
+
+        * (Unix-alike) download.file(method = "auto") (the default)
+          re-tries with method = "libcurl".
+
+        * (Unix-alike) url(method = "default") with an explicit open
+          argument re-tries with method = "libcurl".  This covers many
+          of the usages, e.g. readLines() with a URL argument.
+
+  INSTALLATION on a UNIX-ALIKE:
+
+    * The configure check for the zlib version is now robust to
+      versions longer than 5 characters, including 1.2.11.
+
+  UTILITIES:
+
+    * Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD
+      check reports failing tests (see SS8 of the 'R Internals' manual).
+
+  DEPRECATED AND DEFUNCT:
+
+    * (C-level Native routine registration.)  The undocumented styles
+      field of the components of R_CMethodDef and R_FortranMethodDef is
+      deprecated.
+
+  BUG FIXES:
+
+    * vapply(x, *) now works with long vectors x.  (PR#17174)
+
+    * isS3method("is.na.data.frame") and similar are correct now.
+      (PR#17171)
+
+    * grepRaw(<long>, <short>, fixed = TRUE) now works, thanks to a
+      patch by Mikko Korpela.  (PR#17132)
+
+    * Package installation into a library where the package exists
+      _via_ symbolic link now should work wherever Sys.readlink()
+      works, resolving PR#16725.
+
+    * "Cincinnati" was missing an "n" in the precip dataset.
+
+    * Fix buffer overflow vulnerability in pdf() when loading an
+      encoding file.  Reported by Talos (TALOS-2016-0227).
+
+    * getDLLRegisteredRoutines() now produces its warning correctly
+      when multiple DLLs match, thanks to Matt Dowle's PR#17184.
+
+    * Sys.timezone() now returns non-NA also on platforms such as
+      Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186.
+
+    * format(x) for an illegal "POSIXlt" object x no longer segfaults.
+
+    * methods(f) now also works for f "(" or "{".
+
+    * (Windows only) dir.create() did not check the length of the path
+      to create, and so could overflow a buffer and crash R.
+      (PR#17206)
+
+    * On some systems, very small hexadecimal numbers in hex notation
+      would underflow to zero.  (PR#17199)
+
+    * pmin() and pmax() now work again for ordered factors and 0-length
+      S3 classed objects, thanks to Suharto Anggono's PR#17195 and
+      PR#17200.
+
+    * bug.report() did not do any validity checking on a package's
+      BugReports field.  It now ignores an empty field, removes leading
+      whitespace and only attempts to open http:// and https:// URLs,
+      falling back to emailing the maintainer.
+
+    * Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers
+      or incorrectly reported an error (because of integer overflow)
+      for inputs longer than 46341.  Similarly for bw.bcv() at length
+      5793.
+
+      Another possible integer overflow is checked and may result in an
+      error report (rather than an incorrect result) for much longer
+      inputs (millions for a smooth distribution).
+
+    * findMethod() failed if the active signature had expanded beyond
+      what a particular package used. (Example with packages XR and
+      XRJulia on CRAN.)
+
+    * qbeta() underflowed too early in some very asymmetric cases.
+      (PR#17178)
+
+    * R CMD Rd2pdf had problems with packages with non-ASCII titles in
+      .Rd files (usually the titles were omitted).
+
+-------------------------------------------------------------------

Old:
----
  R-3.3.2.tar.bz2

New:
----
  R-3.3.3.tar.bz2

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.wba0gL/_old  2017-03-12 20:02:40.624988639 +0100
+++ /var/tmp/diff_new_pack.wba0gL/_new  2017-03-12 20:02:40.628988073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define release 1
 
 Name:           R-base
-Version:        3.3.2
+Version:        3.3.3
 Release:        %release
 %define Rversion %{version}
 Source:         R-%{version}.tar.bz2
@@ -46,6 +46,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  perl
 BuildRequires:  readline-devel
+BuildRequires:  shadow
 %if %suse_version < 1230
 # nowadays means == 1220
 BuildRequires:  texlive-bin
@@ -478,7 +479,6 @@
 
 %package -n R-compiler
 Summary:        Package providing R-core packages R-compiler
-#Provides:       R-compiler = %{version}
 Group:          Development/Libraries/Other
 Requires:       R-base = %{version}
 
@@ -1344,7 +1344,7 @@
 %package -n R-Matrix
 Summary:        Package provides recommended R-Matrix
 Group:          Development/Libraries/Other
-Version:        1.2.7.1
+Version:        1.2.8
 Release:        %release
 Requires:       R-base
 
@@ -1404,7 +1404,7 @@
 %package -n R-mgcv
 Summary:        Package provides recommended R-mgcv
 Group:          Development/Libraries/Other
-Version:        1.8.15
+Version:        1.8.17
 Release:        %release
 Requires:       R-base
 
@@ -1438,7 +1438,7 @@
 %package -n R-nlme
 Summary:        Package provides recommended R-nlme
 Group:          Development/Libraries/Other
-Version:        3.1.128
+Version:        3.1.131
 Release:        %release
 Requires:       R-base
 
@@ -1579,7 +1579,7 @@
 %package -n R-survival
 Summary:        Package provides recommended R-survival
 Group:          Development/Libraries/Other
-Version:        2.39.5
+Version:        2.40.1
 Release:        %release
 Requires:       R-base
 

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


Reply via email to