From feccc6d35bbf6019b11dc564e3ce9a46cb4f4692caae3825b2768ec3e26ec332 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Mon, 8 Feb 2021 18:25:27 +0000 Subject: [PATCH] Accepting request 860544 from home:elimat:branches:electronics - update to version 2.3.7 * reproducible build * typo fixes * include path * instructions OBS-URL: https://build.opensuse.org/request/show/860544 OBS-URL: https://build.opensuse.org/package/show/electronics/adms?expand=0&rev=12 --- adms-2.3.6.tar.gz | 3 --- adms-2.3.7.tar.gz | 3 +++ adms.changes | 9 +++++++++ adms.spec | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 adms-2.3.6.tar.gz create mode 100644 adms-2.3.7.tar.gz diff --git a/adms-2.3.6.tar.gz b/adms-2.3.6.tar.gz deleted file mode 100644 index 506d0e7..0000000 --- a/adms-2.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053 -size 184112 diff --git a/adms-2.3.7.tar.gz b/adms-2.3.7.tar.gz new file mode 100644 index 0000000..1e91cbf --- /dev/null +++ b/adms-2.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d24f645d7ce0daa447af1b0cff1123047f3b73cc41cf403650f469721f95173 +size 184339 diff --git a/adms.changes b/adms.changes index 4713acd..b59a028 100644 --- a/adms.changes +++ b/adms.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 5 21:03:18 UTC 2021 - Matthias Eliasson + +- update to version 2.3.7 + * reproducible build + * typo fixes + * include path + * instructions + ------------------------------------------------------------------- Wed Aug 8 13:18:45 UTC 2018 - jengelh@inai.de diff --git a/adms.spec b/adms.spec index deb9d0a..64f0c2f 100644 --- a/adms.spec +++ b/adms.spec @@ -1,7 +1,7 @@ # # spec file for package adms # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 0 Name: adms -Version: 2.3.6 +Version: 2.3.7 Release: 0 Summary: An automatic device model synthesizer License: GPL-3.0-only Group: Productivity/Scientific/Electronics -URL: http://sourceforge.net/projects/mot-adms/ +URL: https://sourceforge.net/projects/mot-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 @@ -68,7 +68,7 @@ files needed to develop programs that use adms. %build ./bootstrap.sh %configure --enable-maintainer-mode --disable-static -make %{?_smp_mflags} +%make_build %install %make_install