Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2017-08-28 15:05:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kalgebra (Old)
 and      /work/SRC/openSUSE:Factory/.kalgebra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kalgebra"

Mon Aug 28 15:05:23 2017 rev:79 rq:516315 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes        2017-07-29 
08:55:54.523441102 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2017-08-28 
15:05:46.840780462 +0200
@@ -1,0 +2,34 @@
+Fri Aug 11 22:45:05 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * Include equivalent completion to the QtWidgets UI 
+  * Make it possible to export 2D plots 
+  * Add .arcconfig file 
+  * Make it possible to export 3D plots from kalgebramobile 
+  * Add some more actions 
+  * Also allow to export logs from qml 
+  * Adapt to changes in analitza 
+  * Make it possible to load scripts from kalgebramobile 
+  * Use the ConsoleModel from kalgebramobile 
+  * Clean API 
+  * Add todo 
+  * Add some actions to the console for feature parity 
+  * Move the ConsoleModel into a separate file 
+  * ConsoleHtml to share logic with QML app 
+  * Use the logo within the qrc, because it's there 
+  * Don't keep harmattan stuff 
+  * Remove the material L&F 
+  * Use Q_DECLARE_OVERRIDE 
+
+-------------------------------------------------------------------
+Sat Aug  5 18:17:01 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kalgebra-17.04.3.tar.xz

New:
----
  kalgebra-17.08.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kalgebra.spec ++++++
--- /var/tmp/diff_new_pack.2IhZh8/_old  2017-08-28 15:05:48.040611694 +0200
+++ /var/tmp/diff_new_pack.2IhZh8/_new  2017-08-28 15:05:48.092604381 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kalgebra
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without lang
 
 Name:           kalgebra
-Version:        17.04.3
+Version:        17.08.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.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+
@@ -52,25 +53,26 @@
 BuildRequires:  pkgconfig(glu)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+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
+Requires:       libqt5-qtquickcontrols2
+Recommends:     %{name}-lang
 
 %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
@@ -90,31 +92,26 @@
     %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)
+%doc COPYING*
+%{_kf5_applicationsdir}/org.kde.kalgebra.desktop
+%{_kf5_appstreamdir}/
 %{_kf5_bindir}/calgebra
-%{_kf5_iconsdir}/hicolor/*/apps/kalgebra.*
 %{_kf5_bindir}/kalgebra
-%{_kf5_appstreamdir}/org.kde.kalgebra.appdata.xml
-%{_kf5_applicationsdir}/org.kde.kalgebra.desktop
-%{_kf5_htmldir}/en/kalgebra
-%{_kf5_sharedir}/katepart5
+%doc %lang(en) %{_kf5_htmldir}/en/kalgebra
+%{_kf5_iconsdir}/hicolor/*/apps/kalgebra.*
 %{_kf5_plasmadir}/
-%{_kf5_servicesdir}/
+%{_kf5_servicesdir}
+%{_kf5_sharedir}/katepart5
 
-%if 0%{?suse_version} > 1320
 %files mobile
 %defattr(-,root,root)
+%doc COPYING*
+%{_kf5_applicationsdir}/kalgebramobile.desktop
 %{_kf5_bindir}/kalgebramobile
 %{_kf5_sharedir}/kalgebramobile/
-%{_kf5_applicationsdir}/kalgebramobile.desktop
-%endif
 
 %if %{with lang}
 %files lang -f %{name}.lang

++++++ kalgebra-17.04.3.tar.xz -> kalgebra-17.08.0.tar.xz ++++++
++++ 9229 lines of diff (skipped)


Reply via email to