Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2018-08-31 10:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pari (Old)
 and      /work/SRC/openSUSE:Factory/.pari.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pari"

Fri Aug 31 10:47:28 2018 rev:16 rq:632204 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pari/pari.changes        2017-09-12 
19:54:13.936885506 +0200
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2018-08-31 
10:47:31.695427143 +0200
@@ -1,0 +2,14 @@
+Wed Aug 29 20:32:25 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 2.11.0
+  * fixed uninitialized memory reads in lgcdii and red_montgomery
+  * fixed memory leaks on pari_close [s_dbginfo, s_frame,
+    colormap/graphcolor
+  * polcoeff is deprecated and renamed polcoef: it now only
+    applies to scalars, polynomials, series and rational
+    functions; no longer to vector/matrices or quadratic forms
+    (use [] or "component")
+  * libpari: rename polcoeff0 -> polcoef, polcoeff_i -> polcoef_i,
+    truecoeff -> truecoef
+
+-------------------------------------------------------------------

Old:
----
  pari-2.9.3.changelog
  pari-2.9.3.tar.gz
  pari-2.9.3.tar.gz.asc

New:
----
  pari-2.11.0.changelog
  pari-2.11.0.tar.gz
  pari-2.11.0.tar.gz.asc

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

Other differences:
------------------
++++++ pari.spec ++++++
--- /var/tmp/diff_new_pack.96Bga2/_old  2018-08-31 10:47:32.439428059 +0200
+++ /var/tmp/diff_new_pack.96Bga2/_new  2018-08-31 10:47:32.439428059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +17,11 @@
 
 
 Name:           pari
-%define lname  libpari-gmp5
-Version:        2.9.3
+%define lname  libpari-gmp6
+Version:        2.11.0
 Release:        0
 Summary:        Computer Algebra System for fast computations in Number Theory
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Scientific/Math
 Url:            http://pari.math.u-bordeaux.fr/
 
@@ -121,10 +121,10 @@
 # http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg00006.html
 # for details on the SO versioning.
 #
-%files -n libpari-gmp5
+%files -n %lname
 %defattr(-,root,root)
 %_libdir/libpari-gmp.so.%version
-%_libdir/libpari-gmp.so.5
+%_libdir/libpari-gmp.so.6
 
 %files devel
 %defattr(-,root,root)

++++++ pari-2.9.3.changelog -> pari-2.11.0.changelog ++++++
++++ 779 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/pari/pari-2.9.3.changelog
++++ and /work/SRC/openSUSE:Factory/.pari.new/pari-2.11.0.changelog

++++++ pari-2.9.3.tar.gz -> pari-2.11.0.tar.gz ++++++
++++ 219217 lines of diff (skipped)

++++++ pari-nodate.diff ++++++
--- /var/tmp/diff_new_pack.96Bga2/_old  2018-08-31 10:47:34.559430670 +0200
+++ /var/tmp/diff_new_pack.96Bga2/_new  2018-08-31 10:47:34.563430674 +0200
@@ -7,14 +7,15 @@
  src/language/paricfg.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: pari-2.7.1/src/language/paricfg.c
+Index: pari-2.11.0/src/language/paricfg.c
 ===================================================================
---- pari-2.7.1.orig/src/language/paricfg.c
-+++ pari-2.7.1/src/language/paricfg.c
-@@ -17,5 +17,5 @@ const char *paricfg_version = PARIVERSIO
+--- pari-2.11.0.orig/src/language/paricfg.c
++++ pari-2.11.0/src/language/paricfg.c
+@@ -17,6 +17,6 @@ const char *paricfg_version = PARIVERSIO
  const char *paricfg_buildinfo = PARIINFO;
  const long  paricfg_version_code = PARI_VERSION_CODE;
  const char *paricfg_vcsversion = PARI_VCSVERSION;
 -const char *paricfg_compiledate = __DATE__;
 +const char *paricfg_compiledate = "openSUSE";
  const char *paricfg_mt_engine = PARI_MT_ENGINE;
+ const char *paricfg_gphelp = GPHELP;


Reply via email to