Hello community,

here is the log from the commit of package rkward for openSUSE:Factory checked 
in at 2016-06-12 18:54:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rkward (Old)
 and      /work/SRC/openSUSE:Factory/.rkward.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rkward"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rkward/rkward.changes    2015-03-18 
13:04:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rkward.new/rkward.changes       2016-06-12 
18:54:57.000000000 +0200
@@ -1,0 +2,65 @@
+Wed Jun  8 13:17:44 UTC 2016 - wba...@tmo.at
+
+- upstream release 0.6.5
+
+- Most important changes:
+
+- New features and improvements
+  Add option to override CSS file used for the output window
+  Added context menu option to search for information on current symbol online
+  Provide better status feedback when searching / filtering among installable 
packages
+  Add access to basic menu items for docked previews
+  Move preview controls to the button-column of dialogs
+  Add preview to Sort data-, Subset data, and Recode categorical data-plugins
+  Add preview to Power Analysis plugin
+  Add support for adding "htmlwidget"- and "gvis"-class objects to the output 
window via rk.print()
+  Add plugins for importing Excel files (.xls and .xlsx, Perl- and Java-based)
+  Add ability to extract <matrix> values row-wise in plugins
+  Add convenience JS-function "makeOption()" for use in plugins
+  Add previews for CSV, SPSS, and Stata import plugins
+  Allow previews for data, (HTML) output, and custom types of previews
+  Allow previews to be docked to the dialog window, and dock them, by default
+  Implicitly save code preview visibility and size (instead of the former 
explicit settings)
+  data.frame objects outside of globalenv() can be opened read-only in an 
editor window
+  Show a warning screen when invoking plugins from the command line (or from 
clicking an rkward://-link in an external application)
+  Use package type option "binary" from R 3.1.3 onwards, for automatic 
selection of the appropriate binary package
+
+- Fixes
+  When manually adding pluginmaps, load these after, not before other 
pluginmaps, by default
+  Fixed: Wizard plugins would be too small, initially
+  Fixed: Help Search was not longer working correctly with R 3.2.x
+  Fix compilation with R 3.3.x
+  Fixed: Numerical (display) precision setting was not honored in data editor
+  Fix several window activation quirks in "Focus follows mouse" mode
+  File selectors in "Import XYZ" plugins now filter for standard file 
extensions, by default
+
+- upstream release 0.6.4
+
+- Most important changes:
+
+- New features and improvements
+  Plugins check for correct object type, in more places, but allow to proceed 
with questionable object selections
+  Switch to bugs.kde.org as primary issue tracker
+  Workspace browser gains functionality to search / filter objects by name, 
making it easy to find objects, quickly
+  Separate globalenv() and other environments in the search path more clearly 
in workspace browser
+  Complete rework of <optionset> UI for better usability
+  Some usability refinements to "Import CSV" plugin
+  Disabled the "Import Data"-dialog, as it was considered too confusing. The 
individual importers are still available from the menu, separately.
+  For multi-item varslots and valueslots, use separate buttons for adding / 
removing items
+  Don't show (useless) index number in mutli-value varslots and valueslots
+  Make the option to disable / enable editing more visible (in the data 
editor's toolbar)
+  Add context menu to HTML viewer window, including the ability to open links 
in a new window
+  Remove dependency on KHTMLPart
+
+- Fixes
+  Fixed: Plugin variable slots taking more than one object would not be 
highlighted in red while invalid
+  Fixed: RKWard package repository would be listed twice on fresh installations
+  Fix some minor toolbar glitches
+  Try harder to honor system locale settings
+  Remove obsolete "Export tabular data" plugin (superceded by "Export Table / 
CSV")
+  Do not invoke symbol name completion while in the middle (not end) of a word
+
+- Use the NO_R_XML cmake option instead of manually deleting the R
+  syntax highlighting file (which is also included in libktexteditor)
+
+-------------------------------------------------------------------

Old:
----
  rkward-0.6.3.tar.gz

New:
----
  rkward-0.6.5.tar.gz

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

Other differences:
------------------
++++++ rkward.spec ++++++
--- /var/tmp/diff_new_pack.2vcFtf/_old  2016-06-12 18:54:58.000000000 +0200
+++ /var/tmp/diff_new_pack.2vcFtf/_new  2016-06-12 18:54:58.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rkward
-Version:        0.6.3
+Version:        0.6.5
 Release:        0
 Summary:        Graphical frontend for R language
 License:        GPL-2.0
@@ -62,7 +62,7 @@
 %setup -q 
 
 %build
-%cmake_kde4 -d build
+%cmake_kde4 -d build -- -DNO_R_XML=1
 %make_jobs
 
 %install
@@ -75,8 +75,6 @@
   %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop
 %suse_update_desktop_file -n rkward
 
-#This file is conflicting with the kdelibs one
-rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/apps/katepart/syntax/r.xml
 # already in R-base package
 rm -f $RPM_BUILD_ROOT%{_libdir}/R/library/R.css
 

++++++ rkward-0.6.3.tar.gz -> rkward-0.6.5.tar.gz ++++++
++++ 171967 lines of diff (skipped)


Reply via email to