From 1096c0522bee46806b535441c17d851641384cff63b635ba8d51d3cab539f0d9 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 23 Feb 2024 11:39:09 +0000 Subject: [PATCH 1/2] Accepting request 1149299 from home:pgajdos:m - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1149299 OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=70 --- mumps.changes | 6 ++++++ mumps.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/mumps.changes b/mumps.changes index a8a57a5..2e128d6 100644 --- a/mumps.changes +++ b/mumps.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 22 12:29:34 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Mon Oct 23 19:17:11 UTC 2023 - Egbert Eich diff --git a/mumps.spec b/mumps.spec index 99783a1..37c83c0 100644 --- a/mumps.spec +++ b/mumps.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package mumps # -# Copyright (c) 2023 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 @@ -515,8 +515,7 @@ matlab and scilab extensions are provided in /usr/share/doc/packages/mumps. %endif %prep -%setup -q -n %{PNAME}_%{version} -#%%patch1 -p1 +%autosetup -q -n %{PNAME}_%{version} %build From d7995707a118dc56921c0b545e6abfd039b9c8169eeebbb992dd23acc2a064e8 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 23 Feb 2024 14:12:56 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=71 --- mumps.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumps.spec b/mumps.spec index 37c83c0..a634aa4 100644 --- a/mumps.spec +++ b/mumps.spec @@ -515,7 +515,7 @@ matlab and scilab extensions are provided in /usr/share/doc/packages/mumps. %endif %prep -%autosetup -q -n %{PNAME}_%{version} +%autosetup -n %{PNAME}_%{version} %build