Hello community, here is the log from the commit of package rkward for openSUSE:Factory checked in at 2018-01-13 21:43:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rkward (Old) and /work/SRC/openSUSE:Factory/.rkward.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkward" Sat Jan 13 21:43:13 2018 rev:19 rq:555765 version:0.6.9git.20171022T093034~f74df5d6 Changes: -------- --- /work/SRC/openSUSE:Factory/rkward/rkward.changes 2016-08-13 18:30:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rkward.new/rkward.changes 2018-01-13 21:43:18.902191996 +0100 @@ -1,0 +2,9 @@ +Fri Dec 8 18:23:51 UTC 2017 - [email protected] + +- Update to latest snapshot of the "frameworks" git branch (WIP + port to Qt5/KF5), the KDE4 version cannot be built or installed + anymore on Tumbleweed and Leap 15 as Qt4WebKit is to be dropped +- Add rkward-translations.tar.xz containing the latest translations + from SVN + +------------------------------------------------------------------- Old: ---- rkward-0.6.5.tar.gz New: ---- rkward-0.6.9git.20171022T093034~f74df5d6.tar.xz rkward-translations.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkward.spec ++++++ --- /var/tmp/diff_new_pack.N6stmO/_old 2018-01-13 21:43:19.694155084 +0100 +++ /var/tmp/diff_new_pack.N6stmO/_new 2018-01-13 21:43:19.698154898 +0100 @@ -1,7 +1,7 @@ # # spec file for package rkward # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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.5 +Version: 0.6.9git.20171022T093034~f74df5d6 Release: 0 Summary: Graphical frontend for R language License: GPL-2.0 @@ -25,21 +25,38 @@ Summary(fr): Interface graphique pour le langage R Url: http://rkward.sourceforge.net/ -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz +Source1: %{name}-translations.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: R-base-devel BuildRequires: cmake -BuildRequires: desktop-file-utils BuildRequires: gcc-fortran BuildRequires: gettext -BuildRequires: kde4-filesystem -BuildRequires: libkde4-devel +BuildRequires: kf5-filesystem +BuildRequires: kconfig-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kcrash-devel +BuildRequires: kdewebkit-devel +BuildRequires: kdoctools-devel +BuildRequires: ki18n-devel +BuildRequires: knotifications-devel +BuildRequires: kparts-devel +BuildRequires: ktexteditor-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kwindowsystem-devel +BuildRequires: kxmlgui-devel +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Network) +BuildRequires: cmake(Qt5PrintSupport) +BuildRequires: cmake(Qt5Script) +BuildRequires: cmake(Qt5WebKitWidgets) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5Xml) BuildRequires: update-desktop-files -# rwkard needs the R-Base version it was compiled with - boo993268 +# rkward needs the R-Base version it was compiled with - boo993268 %requires_eq R-Base -Requires: kdebase4-runtime %description RKWard aims to provide an easily extensible, easy to use IDE/GUI for the @@ -54,83 +71,78 @@ des outils statistiques commerciaux. L'objectif à long terme est de voir son intégration dans les suites bureautiques. -%if %suse_version < 1120 -%define _kde4_htmldir /usr/share/doc/kde/HTML/ -%endif - %prep -%setup -q +%setup -q -a 1 %build -%cmake_kde4 -d build -- -DNO_R_XML=1 +%cmake_kf5 -d build %make_jobs %install cd build %makeinstall -desktop-file-install \ - --vendor="" \ - --dir=%{buildroot}%{kde4_datadir}/applications/kde4 \ - %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop -%suse_update_desktop_file -n rkward +%suse_update_desktop_file -n org.kde.rkward %find_lang %{name} -%post -touch --no-create %{_datadir}/icons/locolor -touch --no-create %{_datadir}/icons/crystalsvg - -%postun -touch --no-create %{_datadir}/icons/locolor -touch --no-create %{_datadir}/icons/crystalsvg - %files -f build/%{name}.lang %defattr(-,root,root,-) %doc README COPYING TODO AUTHORS -%doc %{_mandir}/man1/rkward.1.gz -%dir %{_datadir}/doc/kde/HTML/en/rkwardplugins -%doc %{_datadir}/doc/kde/HTML/en/rkwardplugins/common -%doc %{_datadir}/doc/kde/HTML/en/rkwardplugins/index.cache.bz2 -%doc %{_datadir}/doc/kde/HTML/en/rkwardplugins/index.docbook -%doc %{_datadir}/doc/kde/HTML/en/rkwardplugins/menu_hierarchy_example.png -%doc %{_datadir}/doc/kde/HTML/en/rkwardplugins/t_test_plugin_example.png -%{_libdir}/R/library/%{name}/ +%doc %{_kf5_mandir}/man1/rkward.1.gz +%dir %{_kf5_sharedir}/doc/HTML/en/rkwardplugins +%doc %{_kf5_sharedir}/doc/HTML/en/rkwardplugins/index.cache.bz2 +%doc %{_kf5_sharedir}/doc/HTML/en/rkwardplugins/index.docbook +%doc %{_kf5_sharedir}/doc/HTML/en/rkwardplugins/menu_hierarchy_example.png +%doc %{_kf5_sharedir}/doc/HTML/en/rkwardplugins/t_test_plugin_example.png +%{_libdir}/R/library/rkward/ %{_libdir}/R/library/rkwardtests/ -%{_datadir}/applications/kde4/%{name}.desktop -%{_datadir}/applications/kde4/%{name}-open.desktop -%{_datadir}/icons/hicolor/16x16/apps/%{name}.png -%{_datadir}/icons/hicolor/22x22/apps/%{name}.png -%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png -%{_datadir}/icons/hicolor/64x64/apps/%{name}.png -%{_datadir}/icons/hicolor/128x128/apps/%{name}.png -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz -%{_bindir}/%{name} -%{_libdir}/kde4/libexec/ -%{_datadir}/kde4/apps/%{name}/ -%{_datadir}/kde4/services/rkward.protocol -%dir %{_datadir}/kde4/apps/katepart -%dir %{_datadir}/kde4/apps/katepart/syntax -%{_datadir}/kde4/apps/katepart/syntax/%{name}.xml -%{_datadir}/mime/packages/vnd.rkward.r.xml +%{_kf5_applicationsdir}/org.kde.rkward.desktop +%{_kf5_applicationsdir}/org.kde.rkward-open.desktop +%{_kf5_sharedir}/icons/hicolor/16x16/apps/rkward.png +%{_kf5_sharedir}/icons/hicolor/22x22/apps/rkward.png +%{_kf5_sharedir}/icons/hicolor/32x32/apps/rkward.png +%{_kf5_sharedir}/icons/hicolor/48x48/apps/rkward.png +%{_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_bindir}/rkward* +%{_kf5_libdir}/libexec/ +%{_kf5_sharedir}/rkward/ +%{_kf5_servicesdir}/rkward.protocol +%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} >= 120300) +# we have the syntax-highlighting framework since Leap 42.3 +%dir %{_kf5_sharedir}/org.kde.syntax-highlighting +%dir %{_kf5_sharedir}/org.kde.syntax-highlighting/syntax +%{_kf5_sharedir}/org.kde.syntax-highlighting/syntax/r.xml +%{_kf5_sharedir}/org.kde.syntax-highlighting/syntax/rkward.xml +%else +%dir %{_kf5_sharedir}/katepart5 +%dir %{_kf5_sharedir}/katepart5/syntax +%{_kf5_sharedir}/katepart5/syntax/r.xml +%{_kf5_sharedir}/katepart5/syntax/rkward.xml +%endif +%{_kf5_sharedir}/mime/packages/vnd.rkward.r.xml +%{_kf5_kxmlguidir}/rkward/ # language files -%dir %{_datadir}/kde4/apps/rkward/po/ -%lang(bs) %{_datadir}/kde4/apps/rkward/po/bs/ -%lang(ca) %{_datadir}/kde4/apps/rkward/po/ca/ -%lang(cs) %{_datadir}/kde4/apps/rkward/po/cs/ -%lang(de) %{_datadir}/kde4/apps/rkward/po/de/ -%lang(es) %{_datadir}/kde4/apps/rkward/po/es/ -%lang(ja) %{_datadir}/kde4/apps/rkward/po/ja/ -%lang(nl) %{_datadir}/kde4/apps/rkward/po/nl/ -%lang(pl) %{_datadir}/kde4/apps/rkward/po/pl/ -%lang(pt) %{_datadir}/kde4/apps/rkward/po/pt/ -%lang(pt_BR) %{_datadir}/kde4/apps/rkward/po/pt_BR/ -%lang(sk) %{_datadir}/kde4/apps/rkward/po/sk/ -%lang(sv) %{_datadir}/kde4/apps/rkward/po/sv/ -%lang(uk) %{_datadir}/kde4/apps/rkward/po/uk/ -%lang(x-test) %{_datadir}/kde4/apps/rkward/po/x-test/ +%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(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/ + +%doc %lang(en) %{_kf5_sharedir}/doc/HTML/en/rkward/ %changelog
