Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2013-10-04 08:18:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-09-13 
14:43:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes       2013-10-04 
08:18:04.000000000 +0200
@@ -1,0 +2,120 @@
+Fri Sep 27 13:20:39 UTC 2013 - [email protected]
+
+- Removed outdated source file  
+
+-------------------------------------------------------------------
+Wed Sep 25 14:01:26 UTC 2013 - [email protected]
+
+- Upstream release 3.0.2
+- Most important
+  CHANGES IN R 3.0.2:
+
+  NEW FEATURES:
+
+    * The NEWS files have been re-organized.
+
+      This file contains news for R >= 3.0.0: news for the 0.x.y, 1.x.y
+      and 2.x.y releases is in files NEWS.0, NEWS.1 and NEWS.2.  The
+      latter files are now installed when R is installed.  An HTML
+      version of news from 2.10.0 to 2.15.3 is available as
+      doc/html/NEWS.2.html.
+
+    * sum() for integer arguments now uses an integer accumulator of at
+      least 64 bits and so will be more accurate in the very rare case
+      that a cumulative sum exceeds 2^53 (necessarily summing more than
+      4 million elements).
+
+    * The example() and tools::Rd2ex() functions now have parameters to
+      allow them to ignore \dontrun markup in examples.  (Suggested by
+      Peter Solymos.)
+
+    * str(x) is considerably faster for very large lists, or factors
+      with 100,000 levels, the latter as in PR#15337.
+
+    * col2rgb() now converts factors to character strings not integer
+      codes (suggested by Bryan Hanson).
+
+    * tail(warnings()) now works, via the new `[` method.
+
+    * There is now support for the LaTeX style file zi4.sty which has
+      in some distributions replaced inconsolata.sty.
+
+    * unlist(x) now typically returns all non-list xs unchanged, not
+      just the "vector" ones.  Consequently, format(lst) now also works
+      when the list lst has non-vector elements.
+
+    * The tools::getVignetteInfo() function has been added to give
+      information about installed vignettes.
+
+    * New assertCondition(), etc. utilities in tools, useful for
+      testing.
+
+    * Profiling now records non-inlined calls from byte-compiled code
+      to BUILTIN functions.
+
+    * Various functions in stats and elsewhere that use non-standard
+      evaluation are now more careful to follow the namespace scoping
+     rules.  E.g. stats::lm() can now find stats::model.frame() even
+      if stats is not on the search path or if some package defines a
+      function of that name.
+
+    * If an invalid/corrupt .Random.seed object is encountered in the
+      workspace it is ignored with a warning rather than giving an
+      error.  (This allows R itself to rely on a working RNG, e.g. to
+      choose a random port.)
+
+    * seq() and seq.int() give more explicit error messages if called
+      with invalid (e.g. NaN) inputs.
+
+    * When parse() finds a syntax error, it now makes partial parse
+      information available up to the location of the error.  (Request
+      of Reijo Sund.)
+
+    * Methods invoked by NextMethod() had a different dynamic parent to
+      the generic. This was causing trouble where S3 methods invoked
+      via lazy evaluation could lose track of their generic.
+      (PR#15267)
+
+    * Code for the negative binomial distribution now treats the case
+      size == 0 as a one-point distribution at zero.
+
+    * abbreviate() handles without warning non-ASCII input strings
+      which require no abbreviation.
+
+    * read.dcf() no longer has a limit of 8191 bytes per line. (Wish of
+      PR#15250.)
+
+    * formatC(x) no longer copies the class of x to the result, to
+      avoid misuse creating invalid objects as in PR#15303.  A warning
+      is given if a class is discarded.
+
+    * Dataset npk has been copied from MASS to allow more tests to be
+      run without recommended packages being installed.
+
+    * The initialization of the regression coefficients for
+      non-degenerate differenced models in arima() has been changed and
+      in some examples avoids a local maximum.  (PR#15396)
+
+    * termplot() now has an argument transform.x to control the display
+      of individual terms in the plot.  (PR#15329)
+
+    * format() now supports digits = 0, to display nsmall decimal
+      places.
+
+    * There is a new read-only par() parameter called "page", which
+      returns a logical value indicating whether the next plot.new()
+      call will start a new page.
+
+    * Processing Sweave and Rd documents to PDF now renders backticks
+      and single quotes better in several instances, including in \code
+      and \samp expressions.
+
+    * utils::modifyList() gets a new argument keep.null allowing NULL
+      components in the replacement to be retained, instead of causing
+      corresponding components to be deleted.
+
+    * tools::pkgVignettes() gains argument check; if set to TRUE, it
+      will warn when it appears a vignette requests a non-existent
+      vignette engine.
+
+-------------------------------------------------------------------

Old:
----
  R-3.0.1.tar.bz2

New:
----
  R-3.0.2.tar.bz2

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.EpFCtb/_old  2013-10-04 08:18:05.000000000 +0200
+++ /var/tmp/diff_new_pack.EpFCtb/_new  2013-10-04 08:18:05.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           R-base
 %define release 1 
-Version:        3.0.1
+Version:        3.0.2
 Release:        %release
 Source:         R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
@@ -83,27 +83,27 @@
 
 Provides:       R = %{version}
 Provides:       R-KernSmooth = 2.23.10
-Provides:       R-MASS = 7.3.26
-Provides:       R-Matrix = 1.0.12
+Provides:       R-MASS = 7.3.29
+Provides:       R-Matrix = 1.0.14
 Provides:       R-base = %{version}
-Obsoletes:      R-Matrix < 1.0.12
+Obsoletes:      R-Matrix < 1.0.14
 Provides:       R-boot = 1.3.9
-Provides:       R-class = 7.3.7
+Provides:       R-class = 7.3.9
 Provides:       R-cluster = 1.14.4
 Provides:       R-codetools = 0.2.8
 Provides:       R-compiler = %{version}
 Provides:       R-datasets = %{version}
-Provides:       R-foreign = 0.8.53
+Provides:       R-foreign = 0.8.55
 Provides:       R-grDevices = %{version}
 Provides:       R-graphics = %{version}
 Provides:       R-grid = %{version}
-Provides:       R-lattice = 0.20.15
+Provides:       R-lattice = 0.20.23
 Provides:       R-methods = %{version}
-Provides:       R-mgcv = 1.7.22
-Provides:       R-nlme = 3.1.109
-Provides:       R-nnet = 7.3.6
-Provides:       R-rpart = 4.1.1
-Provides:       R-spatial = 7.3.6
+Provides:       R-mgcv = 1.7.26
+Provides:       R-nlme = 3.1.111
+Provides:       R-nnet = 7.3.7
+Provides:       R-rpart = 4.1.3
+Provides:       R-spatial = 7.3.7
 Provides:       R-splines = %{version}
 Provides:       R-stats = %{version}
 Provides:       R-stats4 = %{version}
@@ -119,10 +119,10 @@
 %package -n R-base-devel
 Summary:        Libraries and includefiles for developing with R-base
 Group:          Development/Libraries/Other
-Provides:       R-Matrix-devel = 1.0.12
+Provides:       R-Matrix-devel = 1.0.14
 Provides:       R-devel = %{version}
 Requires:       R-base
-Obsoletes:      R-Matrix-devel < 1.0.12
+Obsoletes:      R-Matrix-devel < 1.0.14
 
 %description -n R-base-devel
 This package provides the necessary development headers and
@@ -236,10 +236,11 @@
 %{_libdir}/R/library/class/html/
 %{_libdir}/R/library/class/INDEX
 %{_libdir}/R/library/class/libs/
-%{_libdir}/R/library/class/LICENCE
+#{_libdir}/R/library/class/LICENCE
 %{_libdir}/R/library/class/Meta/
 %{_libdir}/R/library/class/NAMESPACE
 %{_libdir}/R/library/class/NEWS
+
 %dir %{_libdir}/R/library/class/po/
 %lang(de) %{_libdir}/R/library/class/po/de/
 %lang(en) %{_libdir}/R/library/class/po/en*/
@@ -377,6 +378,8 @@
 %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/ko/
+%lang(pl_PL) %{_libdir}/R/library/lattice/po/pl_PL/
 %{_libdir}/R/library/lattice/R/
 # MASS
 %dir %{_libdir}/R/library/MASS/
@@ -387,7 +390,7 @@
 %{_libdir}/R/library/MASS/html/
 %{_libdir}/R/library/MASS/INDEX
 %{_libdir}/R/library/MASS/libs/
-%{_libdir}/R/library/MASS/LICENCE
+#{_libdir}/R/library/MASS/LICENCE
 %{_libdir}/R/library/MASS/Meta/
 %{_libdir}/R/library/MASS/NAMESPACE
 %{_libdir}/R/library/MASS/NEWS
@@ -452,7 +455,7 @@
 %{_libdir}/R/library/nlme/html/
 %{_libdir}/R/library/nlme/INDEX
 %{_libdir}/R/library/nlme/libs/
-%{_libdir}/R/library/nlme/LICENCE
+#{_libdir}/R/library/nlme/LICENCE
 %{_libdir}/R/library/nlme/Meta/
 %{_libdir}/R/library/nlme/mlbook/
 %{_libdir}/R/library/nlme/NAMESPACE
@@ -460,6 +463,7 @@
 %lang(de) %{_libdir}/R/library/nlme/po/de/
 %lang(en) %{_libdir}/R/library/nlme/po/en*/
 %lang(fr) %{_libdir}/R/library/nlme/po/fr/
+%lang(ko) %{_libdir}/R/library/nlme/po/ko/
 %lang(pl) %{_libdir}/R/library/nlme/po/pl/
 %{_libdir}/R/library/nlme/R/
 %{_libdir}/R/library/nlme/scripts/
@@ -471,7 +475,7 @@
 %{_libdir}/R/library/nnet/html/
 %{_libdir}/R/library/nnet/INDEX
 %{_libdir}/R/library/nnet/libs/
-%{_libdir}/R/library/nnet/LICENCE
+#{_libdir}/R/library/nnet/LICENCE
 %{_libdir}/R/library/nnet/Meta/
 %{_libdir}/R/library/nnet/NAMESPACE
 %{_libdir}/R/library/nnet/NEWS
@@ -542,7 +546,7 @@
 %{_libdir}/R/library/spatial/html/
 %{_libdir}/R/library/spatial/INDEX
 %{_libdir}/R/library/spatial/libs/
-%{_libdir}/R/library/spatial/LICENCE
+#{_libdir}/R/library/spatial/LICENCE
 %{_libdir}/R/library/spatial/Meta/
 %{_libdir}/R/library/spatial/NAMESPACE
 %{_libdir}/R/library/spatial/NEWS
@@ -962,6 +966,9 @@
 %{_mandir}/man1/Rscript.1*
 %doc %{_libdir}/R/COPYING
 %doc %{_libdir}/R/NEWS
+%doc %{_libdir}/R/NEWS.0
+%doc %{_libdir}/R/NEWS.1
+%doc %{_libdir}/R/NEWS.2
 %doc %{_libdir}/R/NEWS.pdf
 %doc %{_libdir}/R/SVN-REVISION
 %{_infodir}/*.gz

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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to