2 Commits

3 changed files with 22 additions and 0 deletions

13
adms-gcc15.patch Normal file
View File

@@ -0,0 +1,13 @@
Index: ADMS-release-2.3.7/admsXml/admsXml.c
===================================================================
--- ADMS-release-2.3.7.orig/admsXml/admsXml.c
+++ ADMS-release-2.3.7/admsXml/admsXml.c
@@ -642,7 +642,7 @@ static void parseva (const int argc,cons
if(root()->_dbg_vla==admse_yes)
adms_veriloga_setint_yydebug(1);
adms_veriloga_setfile_input(ifh);
- if(verilogaparse(root()))
+ if(verilogaparse())
adms_message_fatal(("parse Verilog-AMS preprocessed file '%s' failed\n",mytmpverilogamsfile))
else
adms_message_verbose(("No error found during parsing\n"))

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 9 09:09:47 UTC 2025 - pgajdos@suse.com
- added patches
https://github.com/Qucs/ADMS/issues/115
+ adms-gcc15.patch
-------------------------------------------------------------------
Mon Feb 26 12:55:56 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -27,6 +27,8 @@ URL: https://github.com/Qucs/ADMS
Source0: https://github.com/Qucs/ADMS/archive/release-%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE adms-no-build-time.patch -- remove build time from binary
Patch1: adms-no-build-time.patch
# https://github.com/Qucs/ADMS/issues/115
Patch2: adms-gcc15.patch
BuildRequires: automake
BuildRequires: bison
BuildRequires: flex