From f4bcc54dec3295e8bf46698349a2ccd441fddb53fbb20389067bf382d26e2ec8 Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Thu, 7 Mar 2024 03:54:16 +0000 Subject: [PATCH] Accepting request 1153860 from home:pgajdos:l - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1153860 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=33 --- libvma.changes | 6 ++++++ libvma.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libvma.changes b/libvma.changes index d8e0058..6e5952c 100644 --- a/libvma.changes +++ b/libvma.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 10:22:45 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Mon Oct 2 08:10:03 UTC 2023 - Nicolas Morey diff --git a/libvma.spec b/libvma.spec index 15d9375..0e15ebf 100644 --- a/libvma.spec +++ b/libvma.spec @@ -70,8 +70,7 @@ Requires: libvma%{lib_major} = %{version} Headers and symbolink link required to compile and link with the Libvma library. %prep -%setup -q -n %{name}-%{version}%{git_ver} -%patch3 -p1 +%autosetup -p1 -n %{name}-%{version}%{git_ver} %build ./autogen.sh