From 83a05d3d8a5bfb4f78fc1ad973a13926bf2ddc5f7d7bc958ad5a6c583f8354f0 Mon Sep 17 00:00:00 2001 From: Wojciech Kazubski Date: Wed, 24 May 2023 07:06:45 +0000 Subject: [PATCH] Accepting request 1087081 from home:dirkmueller:Factory - update to 1.0.2: * Added XSPICE flip-flop digital devices * Added INDQ and CAPQ devices representing inductor and capacitor with Q-factor * Added .LIB directive support * Added SPICE entries for I and V file sources * Added symbols for 4 and 5 terminal BJT device * Added behavioral XSPICE 555 timer model * Added option to save SPICE netlist without simulation * Improved Qt6 compatibility * Improved MacOS compatibility * CMake build system update to bring features of the modern CMake - update to 1.0.1: * Added support for Verilog-A defined devices using Ngspice+OpenVAF #197. Old Qucsator+ADMS workflow is marked as deprecated. Ngspice >=39 is required to support OpenVAF. * Implemented variable parameter sweep analysis #189 * Added possibility to build Qucs-S with Qt6 #190 The -DWITH=QT6=ON option for cmake is required. * The source code of the Qucs-S is Qt6 compatible now. * Simulator prefixes like "ngspice/" are not show anymore on plot traces if the plot contains data from only one simulator #178 * Added TL071/TL072 opamp models * Added 555_timer.lib library containing the 555 timer model * Added extended BJT exteneded and Schottky diodes libraries * Change default RCL device values and simulation settings to OBS-URL: https://build.opensuse.org/request/show/1087081 OBS-URL: https://build.opensuse.org/package/show/electronics/qucs-s?expand=0&rev=5 --- qucs-s-1.0.0.tar.gz | 3 --- qucs-s-1.0.2.tar.gz | 3 +++ qucs-s.changes | 40 ++++++++++++++++++++++++++++++++++++++++ qucs-s.spec | 4 ++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 qucs-s-1.0.0.tar.gz create mode 100644 qucs-s-1.0.2.tar.gz diff --git a/qucs-s-1.0.0.tar.gz b/qucs-s-1.0.0.tar.gz deleted file mode 100644 index a132bf2..0000000 --- a/qucs-s-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc8d446a52dd4730ccba021df8f8a5331d22e1a26edd5d853c2d16518d32953f -size 3101221 diff --git a/qucs-s-1.0.2.tar.gz b/qucs-s-1.0.2.tar.gz new file mode 100644 index 0000000..9b6865f --- /dev/null +++ b/qucs-s-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad700c4d83f08ae0a8a8c8b3f02e13d4b0b96082cd2cc877cbc036df31d1abb +size 3525147 diff --git a/qucs-s.changes b/qucs-s.changes index 9b6eb8c..805aa26 100644 --- a/qucs-s.changes +++ b/qucs-s.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sun May 14 09:40:49 UTC 2023 - Dirk Müller + +- update to 1.0.2: + * Added XSPICE flip-flop digital devices + * Added INDQ and CAPQ devices representing inductor and + capacitor with Q-factor + * Added .LIB directive support + * Added SPICE entries for I and V file sources + * Added symbols for 4 and 5 terminal BJT device + * Added behavioral XSPICE 555 timer model + * Added option to save SPICE netlist without simulation + * Improved Qt6 compatibility + * Improved MacOS compatibility + * CMake build system update to bring features of the modern + CMake + +------------------------------------------------------------------- +Fri Feb 10 13:16:48 UTC 2023 - Dirk Müller + +- update to 1.0.1: + * Added support for Verilog-A defined devices using + Ngspice+OpenVAF #197. Old Qucsator+ADMS + workflow is marked as deprecated. Ngspice >=39 is required + to support OpenVAF. + * Implemented variable parameter sweep analysis #189 + * Added possibility to build Qucs-S with Qt6 #190 The + -DWITH=QT6=ON option for cmake is required. + * The source code of the Qucs-S is Qt6 compatible now. + * Simulator prefixes like "ngspice/" are not show anymore on + plot traces if the plot contains data + from only one simulator #178 + * Added TL071/TL072 opamp models + * Added 555_timer.lib library containing the 555 timer model + * Added extended BJT exteneded and Schottky diodes libraries + * Change default RCL device values and simulation settings to + prevent convergence error when putting + together device with default values #195 + * Fixed auto-scaling issue on Windows 64-bit platform #133 + ------------------------------------------------------------------- Sat Nov 26 10:24:10 UTC 2022 - Dmitry Roshchin diff --git a/qucs-s.spec b/qucs-s.spec index bacd7aa..a10fde6 100644 --- a/qucs-s.spec +++ b/qucs-s.spec @@ -1,7 +1,7 @@ # # spec file for package qucs-s # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: qucs-s -Version: 1.0.0 +Version: 1.0.2 Release: 0 Summary: Qucs with SPICE License: GPL-2.0-or-later