Accepting request 1152231 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/1152231 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile1?expand=0&rev=20
This commit is contained in:
commit
e826f8adcc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 11:09:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 12:03:54 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
|
20
guile1.spec
20
guile1.spec
@ -155,16 +155,16 @@ contains the files necessary to link against the guile libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n guile-%{version}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch5
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11
|
||||
%patch -P 1
|
||||
%patch -P 2
|
||||
%patch -P 3
|
||||
%patch -P 5
|
||||
%patch -P 6 -p1
|
||||
%patch -P 7 -p1
|
||||
%patch -P 8 -p1
|
||||
%patch -P 9 -p1
|
||||
%patch -P 10 -p1
|
||||
%patch -P 11
|
||||
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
||||
sed -i s/-Werror// configure.in configure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user