Hello community, here is the log from the commit of package rkward for openSUSE:Factory checked in at 2020-10-23 12:21:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rkward (Old) and /work/SRC/openSUSE:Factory/.rkward.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkward" Fri Oct 23 12:21:44 2020 rev:26 rq:843272 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rkward/rkward.changes 2020-05-26 17:50:20.644015169 +0200 +++ /work/SRC/openSUSE:Factory/.rkward.new.3463/rkward.changes 2020-10-23 12:22:51.876704286 +0200 @@ -1,0 +2,31 @@ +Wed Oct 21 16:46:54 UTC 2020 - Wolfgang Bauer <wba...@tmo.at> + +- upstream release 0.7.2 + +- New features and improvements + * Script preview keeps vertical scroll position when updating + * Add function rk.home() for retrieving application paths, similar to R.home() + * Add menu option to switch application language + * Remove direct dependency on libintl + * Add "Check installation" wizard to test for several common basic installation issues all in one place + * Add rkward internal package location to end of library search path, to make it accessible to help.search() + * Add menu action to open any supported file type, directly + * Support using QWebEngine instead of QtWebKit (still supported) + * <text> elements in plugins may now also contain clickable links, including rkward://-scheme links + * The new code hinting features from version 0.7.1 are now also available in the console + * On unix-systems, RKWard can now be run without installation + * Kate addons are now supported within RKWard. Intially, search-in-files, snippets, and projects are loaded by default + * Python development scripts have been ported to python3 + +- Bug fixes + * Fix some problems with plot preview in wizard-type plugins + * Fix several small memory leaks + * Clean some logged warnings and potential issues during R backend shutdown + * Fixed: Avoid shortcut clash with kate part by removing conflicting (default) shortcuts, automatically + +- Recommend kate-plugins that are usable in rkward now +- Build with QtWebEngine (instead of QtWebKit) on architectures + and distributions where it is available (in a new enough version) +- Remove no longer available NO_R_XML cmake option + +------------------------------------------------------------------- Old: ---- rkward-0.7.1b.tar.gz New: ---- rkward-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkward.spec ++++++ --- /var/tmp/diff_new_pack.2xjp1p/_old 2020-10-23 12:22:52.444704681 +0200 +++ /var/tmp/diff_new_pack.2xjp1p/_new 2020-10-23 12:22:52.448704683 +0200 @@ -16,8 +16,19 @@ # +# Leap before 15.2 doesn't have a new enough QtWebEngine (5.12 is the minimum version) +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 +# QtWebEngine is not available on ppc +%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64 +%bcond_without qtwebengine +%else +%bcond_with qtwebengine +%endif +%else +%bcond_with qtwebengine +%endif Name: rkward -Version: 0.7.1b +Version: 0.7.2 Release: 0 Summary: Graphical frontend for R language Summary(fr): Interface graphique pour le langage R @@ -32,7 +43,6 @@ BuildRequires: kconfig-devel BuildRequires: kcoreaddons-devel BuildRequires: kcrash-devel -BuildRequires: kdewebkit-devel BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel @@ -47,9 +57,17 @@ BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5PrintSupport) BuildRequires: cmake(Qt5Script) -BuildRequires: cmake(Qt5WebKitWidgets) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) +%if %{with qtwebengine} +BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.12.0 +%else +BuildRequires: kdewebkit-devel +BuildRequires: cmake(Qt5WebKitWidgets) +%endif +Recommends: kate-plugins +Suggests: kbibtex +Suggests: pandoc # rkward needs the R-base version it was compiled with - boo#993268 %requires_eq R-base @@ -70,7 +88,7 @@ %setup -q %build -%cmake_kf5 -d build -- -DNO_R_XML=1 +%cmake_kf5 -d build %make_jobs %install @@ -98,6 +116,7 @@ %{_kf5_sharedir}/icons/hicolor/64x64/apps/rkward.png %{_kf5_sharedir}/icons/hicolor/128x128/apps/rkward.png %{_kf5_sharedir}/icons/hicolor/scalable/apps/rkward.svgz +%{_kf5_sharedir}/ktexteditor_snippets/ %{_kf5_bindir}/rkward* %{_kf5_libdir}/libexec/ %{_kf5_sharedir}/rkward/ @@ -126,8 +145,21 @@ %lang(pt_BR) %{_kf5_sharedir}/rkward/po/pt_BR/ %lang(sv) %{_kf5_sharedir}/rkward/po/sv/ %lang(uk) %{_kf5_sharedir}/rkward/po/uk/ -%lang(x-test) %{_kf5_sharedir}/rkward/po/x-test/ %doc %lang(en) %{_kf5_sharedir}/doc/HTML/en/rkward/ +%doc %lang(it) %{_kf5_sharedir}/doc/HTML/it/rkward/ +%doc %lang(nl) %{_kf5_sharedir}/doc/HTML/nl/rkward/ +%doc %lang(sv) %{_kf5_sharedir}/doc/HTML/sv/rkward/ +%doc %lang(uk) %{_kf5_sharedir}/doc/HTML/uk/rkward/ + +%doc %lang(nl) %{_kf5_sharedir}/doc/HTML/nl/rkwardplugins/ +%doc %lang(sv) %{_kf5_sharedir}/doc/HTML/sv/rkwardplugins/ +%doc %lang(uk) %{_kf5_sharedir}/doc/HTML/uk/rkwardplugins/ + +%doc %lang(ca) %{_kf5_mandir}/ca/man1/rkward.1.gz +%doc %lang(it) %{_kf5_mandir}/it/man1/rkward.1.gz +%doc %lang(nl) %{_kf5_mandir}/nl/man1/rkward.1.gz +%doc %lang(sv) %{_kf5_mandir}/sv/man1/rkward.1.gz +%doc %lang(uk) %{_kf5_mandir}/uk/man1/rkward.1.gz %changelog ++++++ rkward-0.7.1b.tar.gz -> rkward-0.7.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/rkward/rkward-0.7.1b.tar.gz /work/SRC/openSUSE:Factory/.rkward.new.3463/rkward-0.7.2.tar.gz differ: char 12, line 1