Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2017-05-16 14:33:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/analitza (Old)
 and      /work/SRC/openSUSE:Factory/.analitza.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "analitza"

Tue May 16 14:33:58 2017 rev:66 rq:490335 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/analitza/analitza.changes        2017-03-16 
09:36:28.213783179 +0100
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2017-05-16 
14:34:03.372694206 +0200
@@ -1,0 +2,37 @@
+Sun Apr 16 10:44:44 CEST 2017 - lbeltr...@kde.org
+
+- 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
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:10 CEST 2017 - lbeltr...@kde.org
+
+- 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:
+  * None
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:06 CET 2017 - lbeltr...@kde.org
+
+- 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:
+  * Remove unneeded import
+  * Make Plotter3DRenderer::renderGL thread-safe
+  * Remove Plotter3D altogether
+  * Consider Plotter3D, the non-OpenGLES version, deprecated
+  * Polishing of the GLES approach
+  * Make it possible to change the plot style from opengles
+  * Verbose warnings
+  * Fix cmake warnings
+
+-------------------------------------------------------------------

Old:
----
  analitza-16.12.3.tar.xz

New:
----
  analitza-17.04.0.tar.xz

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

Other differences:
------------------
++++++ analitza.spec ++++++
--- /var/tmp/diff_new_pack.aoyIp6/_old  2017-05-16 14:34:04.120589134 +0200
+++ /var/tmp/diff_new_pack.aoyIp6/_new  2017-05-16 14:34:04.120589134 +0200
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:           analitza
-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:        A library to add mathematical features to programs
 License:        LGPL-2.1+
@@ -32,6 +33,7 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Quick)
@@ -44,6 +46,7 @@
 Requires:       libAnalitza5 = %{version}
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  eigen3-devel
 
@@ -67,6 +70,10 @@
 %description devel
 Development files for Analitza, Analitza library will let you add mathematical 
features to your programs.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n analitza-%{version}
 
@@ -76,13 +83,16 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --with-qt --all-name
+  %endif
 
 %post -n libAnalitza5 -p /sbin/ldconfig
 %postun -n libAnalitza5 -p /sbin/ldconfig
 
 %files -n libAnalitza5
 %defattr(-,root,root)
-%doc COPYING
+%doc COPYING*
 %{_kf5_libdir}/libAnalitza*.so.*
 
 %files devel
@@ -96,4 +106,9 @@
 %{_kf5_qmldir}/
 %{_kf5_sharedir}/libanalitza/
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ analitza-16.12.3.tar.xz -> analitza-17.04.0.tar.xz ++++++
++++ 52945 lines of diff (skipped)


Reply via email to