Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ngspice for openSUSE:Factory checked in at 2022-02-13 00:15:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ngspice (Old) and /work/SRC/openSUSE:Factory/.ngspice.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ngspice" Sun Feb 13 00:15:24 2022 rev:8 rq:953844 version:36 Changes: -------- --- /work/SRC/openSUSE:Factory/ngspice/ngspice.changes 2021-09-25 00:36:34.627203456 +0200 +++ /work/SRC/openSUSE:Factory/.ngspice.new.1956/ngspice.changes 2022-02-13 00:15:40.128162642 +0100 @@ -1,0 +2,18 @@ +Fri Feb 11 03:44:05 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Update to version 36: + * New features: + + .probe command to measure currents or differential potentials + + x/y contour plots for 2d Cider simulation + + new function integ (integration) + + command 'wrnodev' to print matrix RHS as .ic = V(node_xx) + + Transient operating point + + more SOA (safe operating area) parameters on more devices + + For a list of all new features please have a look at the + included NEWS file. + * Patches: + + Many developer and user provided patches and bug fixes have + been applied. Other bugs and some memory leaks have been + removed as well. + +------------------------------------------------------------------- Old: ---- ngspice-35-manual.pdf ngspice-35.tar.gz New: ---- ngspice-36-manual.pdf ngspice-36.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ngspice.spec ++++++ --- /var/tmp/diff_new_pack.fwF5dH/_old 2022-02-13 00:15:42.064168127 +0100 +++ /var/tmp/diff_new_pack.fwF5dH/_new 2022-02-13 00:15:42.068168139 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Name: %pname%{?build_shared:-shared} %define so_ver 0 -Version: 35 +Version: 36 Release: 0 Summary: Mixed-level, Mixed-signal Circuit Simulator Based on spice3f5 License: BSD-2-Clause ++++++ ngspice-35-manual.pdf -> ngspice-36-manual.pdf ++++++ (binary differes) ++++++ ngspice-35.tar.gz -> ngspice-36.tar.gz ++++++ /work/SRC/openSUSE:Factory/ngspice/ngspice-35.tar.gz /work/SRC/openSUSE:Factory/.ngspice.new.1956/ngspice-36.tar.gz differ: char 5, line 1 ++++++ ngspice-Use-gnuplot-terminal-auto-detection.patch ++++++ --- /var/tmp/diff_new_pack.fwF5dH/_old 2022-02-13 00:15:42.140168343 +0100 +++ /var/tmp/diff_new_pack.fwF5dH/_new 2022-02-13 00:15:42.148168365 +0100 @@ -16,7 +16,7 @@ index 8444905..196d4c2 100644 --- a/src/frontend/plotting/gnuplot.c +++ b/src/frontend/plotting/gnuplot.c -@@ -164,6 +164,7 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab +@@ -385,6 +385,7 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab } /* Set up the file header. */ @@ -24,12 +24,12 @@ #if !defined(__MINGW32__) && !defined(_MSC_VER) && !defined(__CYGWIN__) fprintf(file, "set terminal X11 noenhanced\n"); #elif defined(__CYGWIN__) -@@ -176,6 +177,7 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab +@@ -397,6 +398,7 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab #endif fprintf(file, "set termoption noenhanced\n"); #endif +#endif - if (title) { - text = cp_unquote(title); - fprintf(file, "set title "); + if (contours) { + fprintf(file, "set view map\n"); + fprintf(file, "set contour\n");