Hello community,

here is the log from the commit of package genius for openSUSE:Factory checked 
in at 2017-01-23 11:39:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/genius (Old)
 and      /work/SRC/openSUSE:Factory/.genius.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "genius"

Changes:
--------
--- /work/SRC/openSUSE:Factory/genius/genius.changes    2016-01-15 
10:41:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.genius.new/genius.changes       2017-01-23 
11:40:36.498489911 +0100
@@ -1,0 +2,32 @@
+Mon Jan 16 14:07:40 UTC 2017 - [email protected]
+
+- Update to version 1.0.22:
+  + Add a line plot version of the heat equation FDM animation.
+    example, and improve the surface plot version.
+  + Add argument principle example.
+  + Add two Mandelbrot set examples and a Newton's fractal example.
+  + Add examples for visualizing complex mappings.
+  + Add example vizualizations for Riemann and Darboux sums.
+  + Split the examples into submenus as there is now too many of
+    them.
+  + Add "filled" property to lines to allow drawing filled
+    polygons.
+  + Add LinePlotWaitForClick and LinePlotMouseLocation functions
+    for interactive programs (used for some of the above new
+    examples).
+  + LinePlotDrawPoints and LinePlotDrawLine accept a column vector
+    of complex nubmers.
+  + Fix possible infinite loop on parse on systems with newer flex.
+  + Fix setting of elements in transposed matrices (vectors).
+  + Fix doc string to ErrorFunction.
+  + Fix bad behavour upon double hitting "Run".
+  + Fix vte deprecations, require 0.26 now.
+  + Fix some strings and fixes to documentation.
+  + Fix segfault when trying to swap a protected id with swapwith.
+  + Fix StripZeroColumns behavior on a zero matrix.
+  + Fix Subfactorial, and let Subfactorial, Factorial,
+    DoubleFactorial apply over matrix.
+  + Fix some inverse trig functions with complex arguments.
+  + Other minor fixes including some crashes.
+
+-------------------------------------------------------------------

Old:
----
  genius-1.0.21.tar.xz

New:
----
  genius-1.0.22.tar.xz

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

Other differences:
------------------
++++++ genius.spec ++++++
--- /var/tmp/diff_new_pack.C4BUZQ/_old  2017-01-23 11:40:36.882435454 +0100
+++ /var/tmp/diff_new_pack.C4BUZQ/_new  2017-01-23 11:40:36.886434887 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package genius
 #
-# 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:           genius
-Version:        1.0.21
+Version:        1.0.22
 Release:        0
 Summary:        General purpose calculator and mathematics tool
 License:        GPL-3.0+
@@ -35,10 +35,10 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
-BuildRequires:  pkgconfig(vte)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.12.0
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
+BuildRequires:  pkgconfig(gtksourceview-2.0) >= 0.3.0
+BuildRequires:  pkgconfig(vte) >= 0.26.0
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ genius-1.0.21.tar.xz -> genius-1.0.22.tar.xz ++++++
++++ 180675 lines of diff (skipped)


Reply via email to