Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2014-03-09 20:21:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-04 
08:18:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes       2014-03-09 
20:21:42.000000000 +0100
@@ -1,0 +2,73 @@
+Thu Mar  6 10:08:59 UTC 2014 - [email protected]
+
+- Upstream release 3.0.3
+- Most important
+  CHANGES IN R 3.0.3:
+
+  NEW FEATURES:
+
+    * On Windows there is support for making .texi manuals using
+      texinfo 5.0 or later: the setting is in file
+      src/gnuwin32/MkRules.dist.
+
+      A packaging of the Perl script and modules for texinfo 5.2 has
+      been made available at <URL:
+      http://www.stats.ox.ac.uk/pub/Rtools/>.
+
+    * write.table() now handles matrices of 2^31 or more elements, for
+      those with large amounts of patience and disc space.
+
+    * There is a new function, La_version(), to report the version of
+      LAPACK in use.
+
+    * The HTML version of 'An Introduction to R' now has links to PNG
+      versions of the figures.
+
+    * There is some support to produce manuals in ebook formats. (See
+      doc/manual/Makefile.  Suggested by Mauro Cavalcanti.)
+
+    * On a Unix-alike Sys.timezone() returns NA if the environment
+      variable TZ is unset, to distinguish it from an empty string
+      which on some OSes means the UTC time zone.
+
+    * The backtick may now be escaped in strings, to allow names
+      containing them to be constructed, e.g. `\``.  (PR#15621)
+
+    * read.table(), readLines() and scan() now warn when an embedded
+      nul is found in the input.  (Related to PR#15625 which was
+      puzzled by the behaviour in this unsupported case.)
+
+    * (Windows only.)  file.symlink() works around the undocumented
+      restriction of the Windows system call to backslashes.  (Wish of
+      PR#15631.)
+
+    * KalmanForecast(fast = FALSE) is now the default, and the help
+      contains an example of how fast = TRUE can be used in this
+      version.  (The usage will change in 3.1.0.)
+
+    * strptime() now checks the locale only when locale-specific
+      formats are used and caches the locale in use: this can halve the
+      time taken on OSes with slow system functions (e.g. OS X).
+
+    * strptime() and the format() methods for classes "POSIXct",
+      "POSIXlt" and "Date" recognize strings with marked encodings:
+      this allows, for example, UTF-8 French month names to be read on
+      (French) Windows.
+
+    * iconv(to = "utf8") is now accepted on all platforms (some
+      implementations did already, but GNU libiconv did not: however
+      converted strings were not marked as being in UTF-8).  The
+      official name, "UTF-8" is still preferred.
+
+    * available.packages() is better protected against corrupt metadata
+      files.  (A recurring problem with Debian package shogun-r:
+      PR#14713.)
+
+    * Finalizers are marked to be run at garbage collection, but run
+      only at a somewhat safer later time (when interrupts are
+      checked).  This circumvents some problems with finalizers running
+      arbitrary code during garbage collection (the known instances
+      being running options() and (C-level) path.expand()
+      re-entrantly).
+
+-------------------------------------------------------------------

Old:
----
  R-3.0.2.tar.bz2

New:
----
  R-3.0.3.tar.bz2

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

Other differences:
------------------
++++++ R-base.spec ++++++
--- /var/tmp/diff_new_pack.eTwCLb/_old  2014-03-09 20:21:43.000000000 +0100
+++ /var/tmp/diff_new_pack.eTwCLb/_new  2014-03-09 20:21:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           R-base
 %define release 1 
-Version:        3.0.2
+Version:        3.0.3
 Release:        %release
 Source:         R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
@@ -84,30 +84,30 @@
 Provides:       R = %{version}
 Provides:       R-KernSmooth = 2.23.10
 Provides:       R-MASS = 7.3.29
-Provides:       R-Matrix = 1.0.14
+Provides:       R-Matrix = 1.1.2
 Provides:       R-base = %{version}
-Obsoletes:      R-Matrix < 1.0.14
+Obsoletes:      R-Matrix < 1.1.2
 Provides:       R-boot = 1.3.9
 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.55
+Provides:       R-foreign = 0.8.59
 Provides:       R-grDevices = %{version}
 Provides:       R-graphics = %{version}
 Provides:       R-grid = %{version}
-Provides:       R-lattice = 0.20.23
+Provides:       R-lattice = 0.20.27
 Provides:       R-methods = %{version}
-Provides:       R-mgcv = 1.7.26
-Provides:       R-nlme = 3.1.111
+Provides:       R-mgcv = 1.7.28
+Provides:       R-nlme = 3.1.113
 Provides:       R-nnet = 7.3.7
-Provides:       R-rpart = 4.1.3
+Provides:       R-rpart = 4.1.5
 Provides:       R-spatial = 7.3.7
 Provides:       R-splines = %{version}
 Provides:       R-stats = %{version}
 Provides:       R-stats4 = %{version}
-Provides:       R-survival = 2.37.4
+Provides:       R-survival = 2.37.7
 Provides:       R-tcltk = %{version}
 Provides:       R-tools = %{version}
 Provides:       R-utils = %{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.14
+Provides:       R-Matrix-devel = 1.1.2
 Provides:       R-devel = %{version}
 Requires:       R-base
-Obsoletes:      R-Matrix-devel < 1.0.14
+Obsoletes:      R-Matrix-devel < 1.1.2
 
 %description -n R-base-devel
 This package provides the necessary development headers and
@@ -594,6 +594,7 @@
 %dir %{_libdir}/R/library/survival/
 %{_libdir}/R/library/survival/data/
 %{_libdir}/R/library/survival/CITATION
+%{_libdir}/R/library/survival/COPYRIGHTS
 %{_libdir}/R/library/survival/doc/
 %{_libdir}/R/library/survival/DESCRIPTION
 %{_libdir}/R/library/survival/help/

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

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

Reply via email to