Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2019-12-07 15:16:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuplot (Old)
 and      /work/SRC/openSUSE:Factory/.gnuplot.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuplot"

Sat Dec  7 15:16:02 2019 rev:75 rq:753096 version:5.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2019-08-27 
10:12:03.327976855 +0200
+++ /work/SRC/openSUSE:Factory/.gnuplot.new.4691/gnuplot.changes        
2019-12-07 15:17:58.195773905 +0100
@@ -1,0 +2,26 @@
+Mon Dec  2 12:31:23 UTC 2019 - Dr. Werner Fink <[email protected]>
+
+- Update to gnuplot 5.2.8
+  * CHANGE user-visible GPVAL_TERM_HCHAR GPVAL_TERM_VCHAR (help debug font 
issues)
+  * CHANGE placement of ylabel (compromise 5.2.7 and earlier versions) (Bug 
#2181)
+  * CHANGE make strstrt() aware of UTF8, e.g. strstrt("αβγ5", "5") returns 4
+  * FIX "set timestamp" from "save" must not include a justification (Bug 
#2178)
+  * FIX set cntrparam levels increment <base>, <factor> for logscale z (Bug 
#2183)
+  * FIX character pointtypes should inherit plot coloring like normal 
pointtypes
+  * FIX bad autoscaling of linked y2 axis (Bug #2186)
+  * FIX prevent infinite loop from unbounded interation in a non-data plot 
command
+  * FIX dimensions reported by "stats matrix every" (Bug #2189)
+  * FIX extent of boxplot whiskers could be off by one point (Bug #2106)
+  * FIX mix unbounded iteration and functions in a single plot command (Bug 
#2201)
+  * FIX reverse history search with readline=builtin (Bug #2209)
+  * FIX qt: suppress off-by-one ysize (Bug #1759)
+  * FIX cairo: suppress off-by-one ysize (Bug #1759)
+  * FIX gd: apply alpha to brushstroke lines (Bug #2117)
+  * FIX tikz: fixes to accommodate lua 5.3 and newer pgf
+  * FIX wxt: ExportToFile widget disabled in persist mode (Bug #2185)
+  * FIX qt: handling of modifier keys (ctrl alt shift) for keyboard events
+  * FIX wxt: handling of modifier keys (ctrl alt shift) for keyboard events
+  * FIX fig: dashtype "solid" was not passed through correctly to transfig
+  * FIX gd: incorrect line spacing of multiline label (Bug #2215)
+
+-------------------------------------------------------------------

Old:
----
  gnuplot-5.2.7.tar.gz

New:
----
  gnuplot-5.2.8.tar.gz

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

Other differences:
------------------
++++++ gnuplot.spec ++++++
--- /var/tmp/diff_new_pack.nfmrrl/_old  2019-12-07 15:17:59.983773652 +0100
+++ /var/tmp/diff_new_pack.nfmrrl/_new  2019-12-07 15:17:59.983773652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuplot
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,8 +69,8 @@
 BuildRequires:  tex(pdftex.def)
 BuildRequires:  tex(subfigure.sty)
 %endif
-Url:            http://www.gnuplot.info/
-Version:        5.2.7
+URL:            http://www.gnuplot.info/
+Version:        5.2.8
 Release:        0
 %if "%{flavor}" == ""
 Summary:        Function Plotting Utility and more

++++++ gnuplot-4.6.0.dif ++++++
--- /var/tmp/diff_new_pack.nfmrrl/_old  2019-12-07 15:18:00.015773648 +0100
+++ /var/tmp/diff_new_pack.nfmrrl/_new  2019-12-07 15:18:00.015773648 +0100
@@ -94,7 +94,7 @@
  
 --- gnuplot-5.2.3/src/plot.c
 +++ gnuplot-5.2.3/src/plot.c   2018-05-07 07:12:26.988911605 +0000
-@@ -216,6 +216,7 @@ static int asked_privi = 0;
+@@ -217,6 +217,7 @@ static int asked_privi = 0;
  void
  drop_privilege()
  {
@@ -102,7 +102,7 @@
      if (!asked_privi) {
        euid = geteuid();
        egid = getegid();
-@@ -229,11 +230,13 @@ drop_privilege()
+@@ -230,11 +231,13 @@ drop_privilege()
      if (seteuid(ruid) == -1)
        (void) fprintf(stderr, "seteuid(%d): %s\n",
                       (int) ruid, strerror(errno));
@@ -116,7 +116,7 @@
      if (!asked_privi) {
        euid = geteuid();
        egid = getegid();
-@@ -247,6 +250,7 @@ take_privilege()
+@@ -248,6 +251,7 @@ take_privilege()
      if (seteuid(euid) == -1)
        (void) fprintf(stderr, "seteuid(%d): %s\n",
                       (int) euid, strerror(errno));
@@ -124,7 +124,7 @@
  }
  
  #endif /* LINUXVGA */
-@@ -273,8 +277,8 @@ main(int argc, char **argv)
+@@ -274,8 +278,8 @@ main(int argc, char **argv)
      int i;
  
  #ifdef LINUXVGA
@@ -134,7 +134,7 @@
  #endif
  /* make sure that we really have revoked root access, this might happen if
     gnuplot is compiled without vga support but is installed suid by mistake */
-@@ -338,6 +342,22 @@ main(int argc, char **argv)
+@@ -339,6 +343,22 @@ main(int argc, char **argv)
      rl_getc_function = getc_wrapper;
  #endif
  

++++++ gnuplot-5.2.7.tar.gz -> gnuplot-5.2.8.tar.gz ++++++
++++ 5143 lines of diff (skipped)



Reply via email to