Accepting request 1072145 from home:dirkmueller:Factory
- Update to version 3.0.9 - skip checks for qemu-user-space-builds (tries to close filedescriptors that qemu relies on) OBS-URL: https://build.opensuse.org/request/show/1072145 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=128
This commit is contained in:
parent
61ebe33008
commit
c96610cb54
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 21:04:54 UTC 2023 - Jonathan Brielmaier <jbrielmaier@opensuse.org>
|
||||
|
||||
- Update to version 3.0.9
|
||||
- Update to version 3.0.9
|
||||
* New interfaces and functionality
|
||||
** New `spawn' procedure to spawn child processes
|
||||
** `open-file' now supports an "e" flag for O_CLOEXEC
|
||||
@ -25,6 +25,12 @@ Sun Jan 29 21:04:54 UTC 2023 - Jonathan Brielmaier <jbrielmaier@opensuse.org>
|
||||
* guile-3.0-gc_pkgconfig_private.patch
|
||||
- Remove no longer used guile-rpmlintrc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 09:10:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip checks for qemu-user-space-builds (tries to close filedescriptors
|
||||
that qemu relies on)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 13:14:36 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -127,8 +127,12 @@ autoreconf -fi
|
||||
%make_build
|
||||
|
||||
%check
|
||||
# user mode emulation needs additional fds that
|
||||
# the testsuite is not expecting
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
LD_LIBRARY_PATH="." \
|
||||
%make_build check
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user