Hello community, here is the log from the commit of package ngspice for openSUSE:Factory checked in at 2020-06-30 21:56:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ngspice (Old) and /work/SRC/openSUSE:Factory/.ngspice.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ngspice" Tue Jun 30 21:56:05 2020 rev:4 rq:810661 version:32 Changes: -------- --- /work/SRC/openSUSE:Factory/ngspice/ngspice.changes 2019-11-22 10:27:49.797230988 +0100 +++ /work/SRC/openSUSE:Factory/.ngspice.new.3060/ngspice.changes 2020-06-30 21:56:09.702702518 +0200 @@ -1,0 +2,23 @@ +Fri May 29 00:52:51 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Update to version 32 + * New features: + + Improved VDMOS power transistor model including self-heating. + + ngspice now understands UNICODE: file and directory names as + well as texts for labeling images may use any valid UNICODE + character. Internally ngspice uses utf-8 string encoding and + UTF-16 for Windows I/O. + + The graphics output on native Windows, Postscript and X11 has + been updated considerably, concerning color and linewidth + selection and fonts for labeling. + + New commands have been added. + + Error messages have been improved, several crash scenarios + caused by input errors have been removed. + + For a list of all new features please have a look at the + NEWS feature in the ngspice tarball. + * Patches: More than 30 developer and user provided patches and + bug fixes have been applied. Other bugs and some memory leaks + have been removed as well. +- Rebase ngspice-Use-gnuplot-terminal-auto-detection.patch + +------------------------------------------------------------------- Old: ---- ngspice-31-manual.pdf ngspice-31.tar.gz New: ---- ngspice-32-manual.pdf ngspice-32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ngspice.spec ++++++ --- /var/tmp/diff_new_pack.KVD3Y6/_old 2020-06-30 21:56:11.166707047 +0200 +++ /var/tmp/diff_new_pack.KVD3Y6/_new 2020-06-30 21:56:11.170707060 +0200 @@ -1,7 +1,7 @@ # # spec file for package ngspice # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,14 +27,14 @@ Name: %pname%{?build_shared:-shared} %define so_ver 0 -Version: 31 +Version: 32 Release: 0 Summary: Mixed-level, Mixed-signal Circuit Simulator Based on spice3f5 License: BSD-2-Clause Group: Productivity/Scientific/Electronics URL: http://ngspice.sourceforge.net Source0: http://downloads.sourceforge.net/%{pname}/%{pname}-%{version}.tar.gz -Source1: http://downloads.sourceforge.net/%{pname}/%{pname}-%{version}-manual.pdf +Source1: http://ngspice.sourceforge.net/docs/ngspice-%{version}-manual.pdf Patch1: ngspice-Use-gnuplot-terminal-auto-detection.patch BuildRequires: bison BuildRequires: fftw3-devel ++++++ ngspice-31-manual.pdf -> ngspice-32-manual.pdf ++++++ (binary differes) ++++++ ngspice-31.tar.gz -> ngspice-32.tar.gz ++++++ /work/SRC/openSUSE:Factory/ngspice/ngspice-31.tar.gz /work/SRC/openSUSE:Factory/.ngspice.new.3060/ngspice-32.tar.gz differ: char 4, line 1 ++++++ ngspice-Use-gnuplot-terminal-auto-detection.patch ++++++ --- /var/tmp/diff_new_pack.KVD3Y6/_old 2020-06-30 21:56:11.222707221 +0200 +++ /var/tmp/diff_new_pack.KVD3Y6/_new 2020-06-30 21:56:11.226707233 +0200 @@ -16,14 +16,16 @@ index 8444905..196d4c2 100644 --- a/src/frontend/plotting/gnuplot.c +++ b/src/frontend/plotting/gnuplot.c -@@ -131,11 +131,13 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab +@@ -164,6 +164,7 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab } /* Set up the file header. */ +#if 0 - #if !defined(__MINGW32__) && !defined(_MSC_VER) + #if !defined(__MINGW32__) && !defined(_MSC_VER) && !defined(__CYGWIN__) fprintf(file, "set terminal X11 noenhanced\n"); - #else + #elif defined(__CYGWIN__) +@@ -176,6 +177,7 @@ ft_gnuplot(double *xlims, double *ylims, char *filename, char *title, char *xlab + #endif fprintf(file, "set termoption noenhanced\n"); #endif +#endif
