SHA256
1
0
forked from pool/mumps

Accepting request 1149964 from science

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1149964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumps?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2024-02-23 15:47:18 +00:00 committed by Git OBS Bridge
commit 144d8ee698
2 changed files with 9 additions and 4 deletions

View File

@ -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 <eich@suse.com>

View File

@ -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 -n %{PNAME}_%{version}
%build