Hello community, here is the log from the commit of package rkward for openSUSE:Factory checked in at 2018-04-19 15:29:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rkward (Old) and /work/SRC/openSUSE:Factory/.rkward.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkward" Thu Apr 19 15:29:36 2018 rev:20 rq:597352 version:0.7.0b Changes: -------- --- /work/SRC/openSUSE:Factory/rkward/rkward.changes 2018-01-13 21:43:18.902191996 +0100 +++ /work/SRC/openSUSE:Factory/.rkward.new/rkward.changes 2018-04-19 15:29:39.594634333 +0200 @@ -1,0 +2,36 @@ +Tue Apr 17 07:47:47 UTC 2018 - [email protected] + +- upstream release 0.7.0b + * First release of RKWard to be based on KF5 (version 5 of the + KDE libraries) + +- Most important changes: + +- New features and improvements + Implement "split view" feature, allowing to partion the main window, and to have several views of the same files / data side-by-side + Double click on object in Workspace browser tries to open reference page, not object viewer, if the object is outside of .GlobalEnv + Limit the number of debug log-files to keep (at most three, each, for frontend and backend) + Remove Windows-only UI for setInternet2()-option (no longer available in R, with setInternet2(TRUE) the default since R 3.2.2) + Remove startup wrapper script (moving the still-needed functionality into the main executable) + Preview status messages can now be closed + Show the message accompanying rk.show.files() or rk.edit.files() inside the main window, instead of a separate dialog + File browser gains "Rename" context menu action + File selection fields in plugin dialogs remember the last used directory (per session), and check for a valid selection + +- Bug fixes + Fix crash with R 3.5.x due to use to STRING_PTR + Fixed: Creating trellis on-screen plots, while package lattice is not on the search path would produce errors in plot history mechanism + Function argument hinting is less easily fooled by braces inside quotes + Better handling of text drag-and-drop inside the R console window + Fix NAs introduced by editing data containing characters that cannot be encoded in the system locale + Fixed: Preview boxes followed by a <stretch/> element would not work under some circumstances + Fixed: Setting an output CSS file via the GUI did not work + Fixed: Bug report feature on Windows did nothing + Avoid some potential encoding issues, that could cause graphical select.list to fail for certain strings, under some circumstances + +- Fix versioned package dependency on R-base, it was spelt R-Base + by mistake and therefore ineffective (boo#993268) +- Drop rkward-translations.tar.xz, the translations are included in + the released tarball as usual + +------------------------------------------------------------------- Old: ---- rkward-0.6.9git.20171022T093034~f74df5d6.tar.xz rkward-translations.tar.xz New: ---- rkward-0.7.0b.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkward.spec ++++++ --- /var/tmp/diff_new_pack.1zL959/_old 2018-04-19 15:29:40.210609102 +0200 +++ /var/tmp/diff_new_pack.1zL959/_new 2018-04-19 15:29:40.214608938 +0200 @@ -1,7 +1,7 @@ # # spec file for package rkward # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rkward -Version: 0.6.9git.20171022T093034~f74df5d6 +Version: 0.7.0b Release: 0 Summary: Graphical frontend for R language License: GPL-2.0 @@ -25,8 +25,7 @@ Summary(fr): Interface graphique pour le langage R Url: http://rkward.sourceforge.net/ -Source0: %{name}-%{version}.tar.xz -Source1: %{name}-translations.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,8 +54,8 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: update-desktop-files -# rkward needs the R-Base version it was compiled with - boo993268 -%requires_eq R-Base +# rkward needs the R-base version it was compiled with - boo#993268 +%requires_eq R-base %description RKWard aims to provide an easily extensible, easy to use IDE/GUI for the @@ -72,7 +71,7 @@ intégration dans les suites bureautiques. %prep -%setup -q -a 1 +%setup -q %build %cmake_kf5 -d build @@ -133,6 +132,7 @@ %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/
