Hello community,

here is the log from the commit of package ngspice for openSUSE:Factory checked 
in at 2019-11-22 10:27:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ngspice (Old)
 and      /work/SRC/openSUSE:Factory/.ngspice.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ngspice"

Fri Nov 22 10:27:46 2019 rev:3 rq:750147 version:31

Changes:
--------
--- /work/SRC/openSUSE:Factory/ngspice/ngspice.changes  2019-01-21 
10:47:18.620242514 +0100
+++ /work/SRC/openSUSE:Factory/.ngspice.new.26869/ngspice.changes       
2019-11-22 10:27:49.797230988 +0100
@@ -1,0 +2,17 @@
+Wed Nov 20 17:23:37 UTC 2019 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Update to version 31
+  * Bug fixes: 6 bugs that users have reported on the ngspice bug
+    tracker have been fixed. Other bugs and some memory leaks have
+    been removed as well.
+  * New features:
+    + Improved VBIC model including self-heating
+    + variable 'nostepsizelimit' to speed up certain simulations
+    + new command 'setcs'
+    + vectors lin-tstart, lin-tstop, and lin-tstep enable the
+      'linearize' command to cut out a section of a result vector. 
+- Spec file cleanup
+  * only BuildRequire X11 devel packages for non-library package
+  * only specify really required
+
+-------------------------------------------------------------------

Old:
----
  ngspice-30-manual.pdf
  ngspice-30.tar.gz

New:
----
  ngspice-31-manual.pdf
  ngspice-31.tar.gz

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

Other differences:
------------------
++++++ ngspice.spec ++++++
--- /var/tmp/diff_new_pack.c72dlp/_old  2019-11-22 10:27:51.509230483 +0100
+++ /var/tmp/diff_new_pack.c72dlp/_new  2019-11-22 10:27:51.529230477 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ngspice
 #
-# 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
@@ -27,12 +27,12 @@
 
 Name:           %pname%{?build_shared:-shared}
 %define so_ver 0
-Version:        30
+Version:        31
 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
+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
 Patch1:         ngspice-Use-gnuplot-terminal-auto-detection.patch
@@ -40,15 +40,18 @@
 BuildRequires:  fftw3-devel
 BuildRequires:  flex
 BuildRequires:  gcc-fortran
-BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(tinfo)
+%if 0%{?build_shared}
+BuildRequires:  libXaw-devel
+BuildRequires:  libXext-devel
+BuildRequires:  libXmu-devel
+%endif
 Requires:       %{pname}-scripts = %{version}
 Requires:       %{pname}-xspice-cm = %{version}
 Requires:       lib%{pname}%{so_ver} = %{version}
 Recommends:     %{pname}-doc = %{version}
 Provides:       ng-spice-rework = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Ngspice is a mixed-level/mixed-signal circuit simulator. Its code
@@ -127,12 +130,12 @@
 export LDFLAGS="-pie"
 %configure \
     --disable-debug \
-%if 0%{!?build_shared:1}
-    --with-x \
-%else
+%if 0%{?build_shared}
     --with-ngshared \
-%endif
+%else
+    --with-x \
     %{?with_oldapps:--enable-oldapps} \
+%endif
     --with-readline=yes \
     --enable-xspice \
     --enable-cider \
@@ -143,7 +146,7 @@
 %install
 %makeinstall
 find %{buildroot} -type f -name "*.la" -delete -print
-%if 0%{!?build_shared:1}
+%if ! 0%{?build_shared}
 rm %{buildroot}%{_includedir}/%{pname}/sharedspice.h
 %else
 rm -rf %{buildroot}%{_bindir}/cmpp %{buildroot}/%{_mandir} \
@@ -157,7 +160,7 @@
 %post -n lib%{pname}%{so_ver} -p /sbin/ldconfig
 %postun -n lib%{pname}%{so_ver} -p /sbin/ldconfig
 
-%if 0%{!?build_shared:1}
+%if ! 0%{?build_shared}
 %files
 %license COPYING
 %doc ANALYSES AUTHORS BUGS DEVICES FAQ NEWS README

++++++ ngspice-30-manual.pdf -> ngspice-31-manual.pdf ++++++
(binary differes)

++++++ ngspice-30.tar.gz -> ngspice-31.tar.gz ++++++
/work/SRC/openSUSE:Factory/ngspice/ngspice-30.tar.gz 
/work/SRC/openSUSE:Factory/.ngspice.new.26869/ngspice-31.tar.gz differ: char 5, 
line 1


Reply via email to