Accepting request 1149929 from home:pgajdos:m

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1149929
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailutils?expand=0&rev=59
This commit is contained in:
Dr. Werner Fink 2024-02-23 13:29:52 +00:00 committed by Git OBS Bridge
parent 852522bd5a
commit aba9b0419b
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 11:31:43 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat May 6 01:21:26 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -184,8 +184,8 @@ implementations: UNIX mailbox, Maildir, MH, POP3, IMAP4, even SMTP.
%prep
%setup -q
%patch0
%patch2
%patch -P 0
%patch -P 2
set -- %(rpm -q --queryformat '%%{VERSION}' guile-devel | sed -r 's@\.@ @g')
(cat > guile.list)<<-EOF
%dir %{_datadir}/guile/site/$1.$2/
@ -200,7 +200,7 @@ else
mv libmu_scm libmu_scm-guile-2.2
mv include/mailutils/guile.h include/mailutils/guile-2.2.h
tar xfJ %{SOURCE1}
%patch3 -b .p3
%patch -P 3 -b .p3
autoreconf -fiv
fi
#