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:
@@ -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>
|
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
|
%prep
|
||||||
%setup -q -n guile-%{version}
|
%setup -q -n guile-%{version}
|
||||||
%patch1
|
%patch -P 1
|
||||||
%patch2
|
%patch -P 2
|
||||||
%patch3
|
%patch -P 3
|
||||||
%patch5
|
%patch -P 5
|
||||||
%patch6 -p1
|
%patch -P 6 -p1
|
||||||
%patch7 -p1
|
%patch -P 7 -p1
|
||||||
%patch8 -p1
|
%patch -P 8 -p1
|
||||||
%patch9 -p1
|
%patch -P 9 -p1
|
||||||
%patch10 -p1
|
%patch -P 10 -p1
|
||||||
%patch11
|
%patch -P 11
|
||||||
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
||||||
sed -i s/-Werror// configure.in configure
|
sed -i s/-Werror// configure.in configure
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user