Accepting request 1088782 from electronics
OBS-URL: https://build.opensuse.org/request/show/1088782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qucs-s?expand=0&rev=2
This commit is contained in:
commit
5979bdafae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc8d446a52dd4730ccba021df8f8a5331d22e1a26edd5d853c2d16518d32953f
|
||||
size 3101221
|
3
qucs-s-1.0.2.tar.gz
Normal file
3
qucs-s-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad700c4d83f08ae0a8a8c8b3f02e13d4b0b96082cd2cc877cbc036df31d1abb
|
||||
size 3525147
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 09:40:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
- 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 <dmitry_r@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user