From eb84ebe8e5fb0870369fa172163a0524906ebd81a9f2ca91034c3c83f525d015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Mon, 26 Feb 2024 12:55:00 +0000 Subject: [PATCH 1/2] Accepting request 1147731 from home:dimstar:rpm4.20:a - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1147731 OBS-URL: https://build.opensuse.org/package/show/electronics/adms?expand=0&rev=14 --- adms.changes | 6 ++++++ adms.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/adms.changes b/adms.changes index b59a028..a107e36 100644 --- a/adms.changes +++ b/adms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 20 10:00:14 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Tue Jan 5 21:03:18 UTC 2021 - Matthias Eliasson diff --git a/adms.spec b/adms.spec index 64f0c2f..69209fd 100644 --- a/adms.spec +++ b/adms.spec @@ -1,7 +1,7 @@ # # spec file for package adms # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,8 +62,7 @@ This package contains all include files, libraries and configuration files needed to develop programs that use adms. %prep -%setup -q -n ADMS-release-%{version} -%patch1 -p1 +%autosetup -p1 -n ADMS-release-%{version} %build ./bootstrap.sh From 334463bca1a26547b4a37b87ef99a88cd11a98d5b77c3ad40de7079af2857c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Mon, 26 Feb 2024 12:57:05 +0000 Subject: [PATCH 2/2] Accepting request 1151458 from home:StefanBruens:branches:electronics - Update URL to point to Github, Sourceforge repository is no longer active. OBS-URL: https://build.opensuse.org/request/show/1151458 OBS-URL: https://build.opensuse.org/package/show/electronics/adms?expand=0&rev=15 --- adms.changes | 6 ++++++ adms.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/adms.changes b/adms.changes index a107e36..9518b23 100644 --- a/adms.changes +++ b/adms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 12:55:56 UTC 2024 - Stefan BrĂ¼ns + +- Update URL to point to Github, Sourceforge repository is no + longer active. + ------------------------------------------------------------------- Tue Feb 20 10:00:14 UTC 2024 - Dominique Leuenberger diff --git a/adms.spec b/adms.spec index 69209fd..3a58dda 100644 --- a/adms.spec +++ b/adms.spec @@ -23,7 +23,7 @@ Release: 0 Summary: An automatic device model synthesizer License: GPL-3.0-only Group: Productivity/Scientific/Electronics -URL: https://sourceforge.net/projects/mot-adms/ +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