Hello community, here is the log from the commit of package rkward for openSUSE:Factory checked in at 2020-01-25 13:25:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rkward (Old) and /work/SRC/openSUSE:Factory/.rkward.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkward" Sat Jan 25 13:25:00 2020 rev:24 rq:766957 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rkward/rkward.changes 2019-11-01 15:14:12.732760860 +0100 +++ /work/SRC/openSUSE:Factory/.rkward.new.26092/rkward.changes 2020-01-25 13:25:04.568060641 +0100 @@ -1,0 +2,50 @@ +Fri Jan 24 10:55:32 UTC 2020 - Wolfgang Bauer <[email protected]> + +- upstream release 0.7.1 + +- New features and improvements + * Code hinting in script editor windows has been reworked, and now also completes argument names + * Instead of installing rkward R packages at build time, install them at runtime, when needed + * Add new commandline option "–r-executable=auto" for auto-detection of R installation + * element in save file mode gains checkbox to control overwriting of existing files + * Add command-line option –autoreuse to avoid shipping two separate .desktop files + * <select> elements in plugin dialogs can be set to accept only a single selection + * New R functions rk.capture.output() and and rk.end.capture.output() + * Allow to reference current script file in plugins + * Add various live-preview options for R scripts, including a preview of R markdown rendering + * Make it possible to "link" to specific settings pages from the internal documentation + * Slightly less confusing output in case a package is installed from require(), such as in many plugins + * Remove a bit of unused empty space around the main area of plugin dialogs + * Expand root level objects (esp. data.frames) by default in plugin object lists. Add button to toggle back to collapsed. + * Allow Tab-key to advance to the next row of data in data editor + * Do not attempt object name hinting behind empty quoted strings or spaces. + * rk.show.question() gains a parameter to allow setting a default button other than "yes" + * new function rk.askYesNo() combines the functionality of askYesNo() (R >= 3.5.0) with rk.show.question() and is the default option for askYesNo() calls + * Compile in ui definitions, instead of providing them as separate files + * Offer R_LIBS_USER, instead of ~/.rkward/library as standard library installation location + * Support R version placeholder (%v) in custom library locations. + * File browser tool window follows changes in current working directory (while showing current working directory) + * Show focus indication in highlighted item color (usually blue), instead of hardcoded red + +- Bug fixes + * Fixed: Underscore (_) was not accepted in names of newly created data.frames + * Fixed: <browser> element could not be set to not required + * Fixed: max.print option was not saved, correctly, when set from RKWard settings + * Fixed: RKWard icon was missing for the "enhances RKWard" column in package installation dialog + * Fixed a layout issue in plugins using <stretch>-elements that would sometimes also render top-left aligned UI-elements unusable. + * Fix highlighting of "trailing" rows and columns in data editor + * Fixed: Loading existing workspace from startup dialog failed silently. + * Support handling of help:/ pages (e.g. RKWard plugins documentation) inside the RKWard help window, again. + * Fix printing of strings with R 3.5.0 on Windows in the console + * On Mac, do not attempt to start DBus, if it is already running + * Fix most compiler warnings + * File tool window gains button to switch to current working directory + * Fix a crash when closing a plugin dialog with an active plot preview + * Do not throw an error on objects that return non-numeric/non-scalar dim() + +- Drop patches merged upstream: + * Fix-compilation.patch + * Another-missing-include-file.patch + * Another-include-file-fix.patch + +------------------------------------------------------------------- Old: ---- Another-include-file-fix.patch Another-missing-include-file.patch Fix-compilation.patch rkward-0.7.0b.tar.gz New: ---- rkward-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkward.spec ++++++ --- /var/tmp/diff_new_pack.X9jG02/_old 2020-01-25 13:25:06.380061435 +0100 +++ /var/tmp/diff_new_pack.X9jG02/_new 2020-01-25 13:25:06.380061435 +0100 @@ -17,7 +17,7 @@ Name: rkward -Version: 0.7.0b +Version: 0.7.1 Release: 0 Summary: Graphical frontend for R language License: GPL-2.0-only @@ -26,12 +26,6 @@ Url: http://rkward.sourceforge.net/ Source0: %{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM -Patch0: Fix-compilation.patch -# PATCH-FIX-UPSTREAM -Patch1: Another-missing-include-file.patch -# PATCH-FIX-UPSTREAM -Patch2: Another-include-file-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -78,21 +72,19 @@ %prep %setup -q -%autopatch -p1 %build %cmake_kf5 -d build -- -DNO_R_XML=1 %make_jobs %install -cd build -%makeinstall +%makeinstall -C build %suse_update_desktop_file -n org.kde.rkward %find_lang %{name} -%files -f build/%{name}.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc README TODO AUTHORS %doc %{_kf5_mandir}/man1/rkward.1.gz @@ -102,10 +94,8 @@ %doc %{_kf5_sharedir}/doc/HTML/en/rkwardplugins/menu_hierarchy_example.png %doc %{_kf5_sharedir}/doc/HTML/en/rkwardplugins/t_test_plugin_example.png %license COPYING -%{_libdir}/R/library/rkward/ -%{_libdir}/R/library/rkwardtests/ %{_kf5_applicationsdir}/org.kde.rkward.desktop -%{_kf5_applicationsdir}/org.kde.rkward-open.desktop +%{_kf5_appstreamdir}/org.kde.rkward.appdata.xml %{_kf5_sharedir}/icons/hicolor/16x16/apps/rkward.png %{_kf5_sharedir}/icons/hicolor/22x22/apps/rkward.png %{_kf5_sharedir}/icons/hicolor/32x32/apps/rkward.png @@ -128,23 +118,17 @@ %{_kf5_sharedir}/katepart5/syntax/rkward.xml %endif %{_kf5_sharedir}/mime/packages/vnd.rkward.r.xml -%{_kf5_kxmlguidir}/rkward/ # language files %dir %{_kf5_sharedir}/rkward/po/ -%lang(bs) %{_kf5_sharedir}/rkward/po/bs/ %lang(ca) %{_kf5_sharedir}/rkward/po/ca/ -%lang(cs) %{_kf5_sharedir}/rkward/po/cs/ -%lang(de) %{_kf5_sharedir}/rkward/po/de/ %lang(es) %{_kf5_sharedir}/rkward/po/es/ %lang(gl) %{_kf5_sharedir}/rkward/po/gl/ -%lang(ja) %{_kf5_sharedir}/rkward/po/ja/ %lang(nl) %{_kf5_sharedir}/rkward/po/nl/ %lang(pl) %{_kf5_sharedir}/rkward/po/pl/ %lang(pt) %{_kf5_sharedir}/rkward/po/pt/ %lang(pt_BR) %{_kf5_sharedir}/rkward/po/pt_BR/ -%lang(sk) %{_kf5_sharedir}/rkward/po/sk/ %lang(sv) %{_kf5_sharedir}/rkward/po/sv/ %lang(uk) %{_kf5_sharedir}/rkward/po/uk/ %lang(x-test) %{_kf5_sharedir}/rkward/po/x-test/ ++++++ rkward-0.7.0b.tar.gz -> rkward-0.7.1.tar.gz ++++++ ++++ 185320 lines of diff (skipped)
