Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2015-08-19 09:29:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and      /work/SRC/openSUSE:Factory/.R-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-base/R-base.changes    2015-06-23 
11:57:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes       2015-08-19 
09:29:48.000000000 +0200
@@ -1,0 +2,145 @@
+Mon Aug 17 14:41:24 UTC 2015 - [email protected]
+
+- Upstream release 3.2.2
+- Most important
+CHANGES IN R 3.2.2:
+
+  SIGNIFICANT USER-VISIBLE CHANGES:
+
+    * It is now easier to use secure downloads from https:// URLs on
+      builds which support them: no longer do non-default options need
+      to be selected to do so.  In particular, packages can be
+      installed from repositories which offer https:// URLs, and those
+      listed by setRepositories() now do so (for some of their
+      mirrors).
+
+      Support for https:// URLs is available on Windows, and on other
+      platforms if support for libcurl was compiled in and if that
+      supports the https protocol (system installations can be expected
+      to do).  So https:// support can be expected except on rather old
+      OSes (an example being OS X 'Snow Leopard', where a non-system
+      version of libcurl can be used).
+
+      (Windows only) The default method for accessing URLs _via_
+      download.file() and url() has been changed to be "wininet" using
+      Windows API calls.  This changes the way proxies need to be set
+      and security settings made: there have been some reports of sites
+      being inaccessible under the new default method (but the previous
+      methods remain available).
+
+  NEW FEATURES:
+
+    * cmdscale() gets new option list. for increased flexibility when a
+      list should be returned.
+
+    * configure now supports texinfo version 6.0, which (unlike the
+      change from 4.x to 5.0) is a minor update.  (Wish of PR#16456.)
+
+    * (Non-Windows only) download.file() with default method = "auto"
+      now chooses "libcurl" if that is available and a https:// or
+      ftps:// URL is used.
+
+    * (Windows only) setInternet2(TRUE) is now the default.  The
+      command-line option --internet2 and environment variable
+      R_WIN_INTERNET2 are now ignored.
+
+      Thus by default the "internal" method for download.file() and
+      url() uses the "wininet" method: to revert to the previous
+      default use setInternet2(FALSE).
+
+      This means that https:// can be read by default by
+      download.file() (they have been readable by file() and url()
+      since R 3.2.0).
+
+      There are implications for how proxies need to be set (see
+      ?download.file): also, cacheOK = FALSE is not supported.
+
+    * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors
+      in preference to HTTP mirrors.  This changes the interpretation
+      of their ind arguments: see their help pages.
+
+    * capture.output() gets optional arguments type and split to pass
+      to sink(), and hence can be used to capture messages.
+
+  C-LEVEL FACILITIES:
+
+    * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has
+      the alloca.h header (it is needed to define alloca on Solaris and
+      AIX, at least: see 'Writing R Extensions' for how to use it).
+
+  INSTALLATION and INCLUDED SOFTWARE:
+
+    * The libtool script generated by configure has been modified to
+      support FreeBSD >= 10 (PR#16410).
+
+  BUG FIXES:
+
+    * The HTML help page links to demo code failed due to a change in R
+      3.2.0.  (PR#16432)
+
+    * If the na.action argument was used in model.frame(), the original
+      data could be modified. (PR#16436)
+
+    * getGraphicsEvent() could cause a crash if a graphics window was
+      closed while it was in use. (PR#16438)
+
+    * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type
+      "expression".
+
+    * strptime() could overflow the allocated storage on the C stack
+      when the timezone had a non-standard format much longer than the
+      standard formats. (Part of PR#16328.)
+
+    * options(OutDec = s) now signals a warning (which will become an
+      error in the future) when s is not a string with exactly one
+      character, as that has been a documented requirement.
+
+    * prettyNum() gains a new option input.d.mark which together with
+      other changes, e.g., the default for decimal.mark, fixes some
+      format()ting variants with non-default getOption("OutDec") such
+      as in PR#16411.
+
+    * download.packages() failed for type equal to either "both" or
+      "binary".  (Reported by Dan Tenenbaum.)
+
+    * The dendrogram method of labels() is much more efficient for
+      large dendrograms, now using rapply().  (Comment #15 of PR#15215)
+
+    * The "port" algorithm of nls() could give spurious errors.
+      (Reported by Radford Neal.)
+
+    * Reference classes that inherited from reference classes in
+      another package could invalidate methods of the inherited class.
+      Fixing this requires adding the ability for methods to be
+      "external", with the object supplied explicitly as the first
+      argument, named .self. See "Inter-Package Superclasses" in the
+      documentation.
+
+    * readBin() could fail on the SPARC architecture due to alignment
+      issues.  (Reported by Radford Neal.)
+
+    * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead
+      of returning NaN. (PR#16475)
+
+    * Auto-printing of S3 and S4 values now searches for print() in the
+      base namespace and show() in the methods namespace instead of
+      searching the global environment.
+
+    * polym() gains a coefs = NULL argument and returns class "poly"
+      just like poly() which gets a new simple=FALSE option.  They now
+      lead to correct predict()ions, e.g., on subsets of the original
+      data.
+
+    * rhyper(nn, <large>) now works correctly. (PR#16489)
+
+    * ttkimage() did not (and could not) work so was removed. Ditto for
+      tkimage.cget() and tkimage.configure(). Added two Ttk widgets and
+      missing subcommands for Tk's image command: ttkscale(),
+      ttkspinbox(), tkimage.delete(), tkimage.height(),
+      tkimage.inuse(), tkimage.type(), tkimage.types(),
+      tkimage.width(). (PR#15372, PR#16450)
+
+    * getClass("foo") now also returns a class definition when it is
+      found in the cache more than once.
+
+-------------------------------------------------------------------

Old:
----
  R-3.2.1.tar.bz2

New:
----
  R-3.2.2.tar.bz2

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.2A9wWT/_old  2015-08-19 09:29:50.000000000 +0200
+++ /var/tmp/diff_new_pack.2A9wWT/_new  2015-08-19 09:29:50.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           R-base
 %define release 1 
-Version:        3.2.1
+Version:        3.2.2
 Release:        %release
 Source:         R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
@@ -90,33 +90,33 @@
 Requires:       xorg-x11-fonts-75dpi
 
 Provides:       R = %{version}
-Provides:       R-KernSmooth = 2.23.14
-Provides:       R-MASS = 7.3.40
-Provides:       R-Matrix = 1.2.1
+Provides:       R-KernSmooth = 2.23.15
+Provides:       R-MASS = 7.3.43
+Provides:       R-Matrix = 1.2.2
 #Provides:       R-base = %%{version} # implicitly provided
-Obsoletes:      R-Matrix < 1.2.1
-Provides:       R-boot = 1.3.16
-Provides:       R-class = 7.3.12
-Provides:       R-cluster = 2.0.1
-Provides:       R-codetools = 0.2.11
+Obsoletes:      R-Matrix < 1.2.2
+Provides:       R-boot = 1.3.17
+Provides:       R-class = 7.3.13
+Provides:       R-cluster = 2.0.3
+Provides:       R-codetools = 0.2.14
 Provides:       R-compiler = %{version}
 Provides:       R-datasets = %{version}
-Provides:       R-foreign = 0.8.63
+Provides:       R-foreign = 0.8.65
 Provides:       R-grDevices = %{version}
 Provides:       R-graphics = %{version}
 Provides:       R-grid = %{version}
-Provides:       R-lattice = 0.20.31
+Provides:       R-lattice = 0.20.33
 Provides:       R-methods = %{version}
-Provides:       R-mgcv = 1.8.6
-Provides:       R-nlme = 3.1.120
-Provides:       R-nnet = 7.3.9
+Provides:       R-mgcv = 1.8.7
+Provides:       R-nlme = 3.1.121
+Provides:       R-nnet = 7.3.10
 Provides:       R-parallel = %{version}
-Provides:       R-rpart = 4.1.9
-Provides:       R-spatial = 7.3.9
+Provides:       R-rpart = 4.1.10
+Provides:       R-spatial = 7.3.10
 Provides:       R-splines = %{version}
 Provides:       R-stats = %{version}
 Provides:       R-stats4 = %{version}
-Provides:       R-survival = 2.38.1
+Provides:       R-survival = 2.38.3
 Provides:       R-tcltk = %{version}
 Provides:       R-tools = %{version}
 Provides:       R-utils = %{version}
@@ -128,10 +128,10 @@
 %package -n R-base-devel
 Summary:        Libraries and includefiles for developing with R-base
 Group:          Development/Libraries/Other
-Provides:       R-Matrix-devel = 1.2.0
+Provides:       R-Matrix-devel = 1.2.2
 Provides:       R-devel = %{version}
 Requires:       R-base
-Obsoletes:      R-Matrix-devel < 1.2.0
+Obsoletes:      R-Matrix-devel < 1.2.2
 
 %description -n R-base-devel
 This package provides the necessary development headers and
@@ -272,11 +272,13 @@
 %{_libdir}/R/library/cluster/libs/
 %{_libdir}/R/library/cluster/Meta/
 %{_libdir}/R/library/cluster/NAMESPACE
+%{_libdir}/R/library/cluster/NEWS.Rd
 %{_libdir}/R/library/cluster/R/
 %dir %{_libdir}/R/library/cluster/po/
 %lang(de) %{_libdir}/R/library/cluster/po/de/
 %lang(en) %{_libdir}/R/library/cluster/po/en*/
 %lang(fr) %{_libdir}/R/library/cluster/po/fr/
+%lang(ko) %{_libdir}/R/library/cluster/po/ko/
 %lang(pl) %{_libdir}/R/library/cluster/po/pl/
 # codetools
 %dir %{_libdir}/R/library/codetools/
@@ -470,7 +472,7 @@
 %lang(fr) %{_libdir}/R/library/mgcv/po/fr/
 %lang(ko) %{_libdir}/R/library/mgcv/po/ko/
 %lang(pl) %{_libdir}/R/library/mgcv/po/pl/
-%lang(po) %{_libdir}/R/library/mgcv/po/po/
+#%lang(po) %{_libdir}/R/library/mgcv/po/po/
 # nlme
 %dir %{_libdir}/R/library/nlme/
 %{_libdir}/R/library/nlme/CITATION

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


Reply via email to