Hello community, here is the log from the commit of package kalgebra for openSUSE:Factory checked in at 2017-05-16 14:34:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kalgebra (Old) and /work/SRC/openSUSE:Factory/.kalgebra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kalgebra" Tue May 16 14:34:36 2017 rev:75 rq:490369 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes 2017-03-16 09:37:06.288392024 +0100 +++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes 2017-05-16 14:34:38.463764231 +0200 @@ -1,0 +2,46 @@ +Sat Apr 22 06:33:46 UTC 2017 - [email protected] + +- Split kalgebra in kalgebra and kalgebra-mobile (QtQuick version) + +------------------------------------------------------------------- +Sun Apr 16 10:44:50 CEST 2017 - [email protected] + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * None +- Require kirigami2 + +------------------------------------------------------------------- +Wed Apr 12 20:25:20 CEST 2017 - [email protected] + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * Port kde4_add_app_icon to ecm_add_app_icon + +------------------------------------------------------------------- +Sat Mar 25 23:10:15 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Make it look proper on my device again + * Remove unused import + * PrintSupport only needed for the Widgets-based UI + * Removed one dependency too many + * Fix build + * Remove all mentions to opengl + * Port away from QtWebKit to QtWebEngine + * Implementation for pasting text from log to input + * Small adjustments on the Kirigami mobile frontend + * Use Kirigami 2.0 + * Use PlotsView3DES to render 3D plots + +------------------------------------------------------------------- Old: ---- kalgebra-16.12.3.tar.xz New: ---- kalgebra-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kalgebra.spec ++++++ --- /var/tmp/diff_new_pack.kEeCst/_old 2017-05-16 14:34:39.031684443 +0200 +++ /var/tmp/diff_new_pack.kEeCst/_new 2017-05-16 14:34:39.035683881 +0200 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kalgebra -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Math Expression Solver and Plotter License: GPL-2.0+ @@ -46,16 +47,35 @@ BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) -BuildRequires: pkgconfig(Qt5WebKitWidgets) +BuildRequires: pkgconfig(Qt5WebEngineWidgets) BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(glu) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 %description KAlgebra is a math expression solver and plotter. +%if 0%{?suse_version} > 1320 +%package mobile +Summary: Math Expression Solver and Plotter - mobile version +Group: Productivity/Scientific/Math +Requires: %{name} = %{version} +Requires: kirigami2 + +%description mobile +KAlgebra is a math expression solver and plotter. This package includes +a QtQuick based version for use in mobile (phone, tablet) environments. +%endif + +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -65,21 +85,40 @@ %install %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs + %endif %fdupes -s %{buildroot} + %if 0%{?suse_version} <= 1320 + # kalgebramobile requires Qt Quick Controls 2 at runtime, only available with Qt >= 5.7 + rm %{buildroot}%{_kf5_bindir}/kalgebramobile %{buildroot}%{_kf5_applicationsdir}/kalgebramobile.desktop + rm -rf %{buildroot}%{_kf5_sharedir}/kalgebramobile/ + %endif %files %defattr(-,root,root) %{_kf5_bindir}/calgebra -%{_kf5_applicationsdir}/kalgebramobile.desktop %{_kf5_iconsdir}/hicolor/*/apps/kalgebra.* %{_kf5_bindir}/kalgebra -%{_kf5_bindir}/kalgebramobile -%{_kf5_sharedir}/kalgebramobile/ -%{_kf5_appstreamdir}/ +%{_kf5_appstreamdir}/org.kde.kalgebra.appdata.xml %{_kf5_applicationsdir}/org.kde.kalgebra.desktop %{_kf5_htmldir}/en/kalgebra %{_kf5_sharedir}/katepart5 %{_kf5_plasmadir}/ %{_kf5_servicesdir}/ +%if 0%{?suse_version} > 1320 +%files mobile +%defattr(-,root,root) +%{_kf5_bindir}/kalgebramobile +%{_kf5_sharedir}/kalgebramobile/ +%{_kf5_applicationsdir}/kalgebramobile.desktop +%endif + +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ kalgebra-16.12.3.tar.xz -> kalgebra-17.04.0.tar.xz ++++++ ++++ 63331 lines of diff (skipped)
