Hello community, here is the log from the commit of package R-base for openSUSE:Factory checked in at 2013-03-11 09:56:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/R-base (Old) and /work/SRC/openSUSE:Factory/.R-base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "R-base", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/R-base/R-base.changes 2012-11-02 17:31:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes 2013-03-11 09:56:44.000000000 +0100 @@ -1,0 +2,40 @@ +Fri Mar 1 12:15:30 UTC 2013 - [email protected] + +- There were a few new files in foreign and rpart. + Fixed now. Builds fine. + +------------------------------------------------------------------- +Fri Mar 1 10:25:32 UTC 2013 - [email protected] + +- Upstream release 2.15.3 +- see, as usual, /usr/lib/R/doc/NEWS.html +- This is mostly a bugfix release and the final release for the + R-2.x.y series. +- Most important additions: + NEW FEATURES: + o lgamma(x) for very small x (in the denormalized range) is no + longer Inf with a warning. + o image() now sorts an unsorted breaks vector, with a warning. + o The internal methods for tar() and untar() do a slightly more + general job for 'ustar'-style handling of paths of more than 100 + bytes. + o Packages compiler and parallel have been added to the reference + index (refman.pdf). + o untar(tar = "internal") has some support for pax headers as + produced by e.g. gnutar --posix (which seems prevalent on + OpenSUSE 12.2) or bsdtar --format pax, including long path and + link names. + o sQuote() and dQuote() now handle 0-length inputs. (Suggestion of + Ben Bolker.) + o summaryRprof() returns zero-row data frames rather than throw an + error if no events are recorded, for consistency. + o The included version of PCRE has been updated to 8.32. + o The tcltk namespace can now be re-loaded after unloading. + The Tcl/Tk event loop is inhibited in a forked child from package + parallel (as in e.g. mclapply()). + o parallel::makeCluster() recognizes the value random for the + environment variable R_PARALLEL_PORT: this chooses a random value + for the port and reduces the chance of conflicts when multiple + users start a cluster at the same time. + +------------------------------------------------------------------- Old: ---- R-2.15.2.tar.bz2 New: ---- R-2.15.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ R-base.spec ++++++ --- /var/tmp/diff_new_pack.Vt5gN3/_old 2013-03-11 09:56:49.000000000 +0100 +++ /var/tmp/diff_new_pack.Vt5gN3/_new 2013-03-11 09:56:49.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package R-base # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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: 2.15.2 +Version: 2.15.3 Release: %release Source: R-%{version}.tar.bz2 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz @@ -79,30 +79,30 @@ Provides: R = %{version} Provides: R-KernSmooth = 2.23.8 -Provides: R-MASS = 7.3.22 -Provides: R-Matrix = 1.0.9 -Obsoletes: R-Matrix < 1.0.9 +Provides: R-MASS = 7.3.23 +Provides: R-Matrix = 1.0.11 +Obsoletes: R-Matrix < 1.0.11 Provides: R-boot = 1.3.7 Provides: R-class = 7.3.5 Provides: R-cluster = 1.14.3 Provides: R-codetools = 0.2.8 Provides: R-compiler = %{version} Provides: R-datasets = %{version} -Provides: R-foreign = 0.8.51 +Provides: R-foreign = 0.8.52 Provides: R-grDevices = %{version} Provides: R-graphics = %{version} Provides: R-grid = %{version} -Provides: R-lattice = 0.20.10 +Provides: R-lattice = 0.20.13 Provides: R-methods = %{version} Provides: R-mgcv = 1.7.22 -Provides: R-nlme = 3.1.105 +Provides: R-nlme = 3.1.108 Provides: R-nnet = 7.3.5 -Provides: R-rpart = 3.1.55 +Provides: R-rpart = 4.1.0 Provides: R-spatial = 7.3.5 Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.36.14 +Provides: R-survival = 2.37.2 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -114,10 +114,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.9 +Provides: R-Matrix-devel = 1.0.11 Provides: R-devel = %{version} Requires: R-base -Obsoletes: R-Matrix-devel < 1.0.9 +Obsoletes: R-Matrix-devel < 1.0.11 %description -n R-base-devel This package provides the necessary development headers and @@ -313,6 +313,7 @@ # foreign %dir %{_libdir}/R/library/foreign/ %{_libdir}/R/library/foreign/DESCRIPTION +%{_libdir}/R/library/foreign/COPYRIGHTS %{_libdir}/R/library/foreign/files/ %{_libdir}/R/library/foreign/help/ %{_libdir}/R/library/foreign/html/ @@ -587,8 +588,10 @@ %lang(zh_CN) %{_libdir}/R/library/parallel/po/zh_CN/ # rpart %dir %{_libdir}/R/library/rpart/ -%{_libdir}/R/library/rpart/data/ %{_libdir}/R/library/rpart/DESCRIPTION +%{_libdir}/R/library/rpart/NEWS.Rd +%{_libdir}/R/library/rpart/data/ +%{_libdir}/R/library/rpart/doc/ %{_libdir}/R/library/rpart/help/ %{_libdir}/R/library/rpart/html/ %{_libdir}/R/library/rpart/INDEX ++++++ R-2.15.2.tar.bz2 -> R-2.15.3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/R-base/R-2.15.2.tar.bz2 /work/SRC/openSUSE:Factory/.R-base.new/R-2.15.3.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
