rebuilt by autoport with build requirements: libunistring-devel>=0.9.6-1mamba [release 2.0.11-3mamba;Sun May 15 2016]
This commit is contained in:
parent
b46b0127e0
commit
8cb6d0d118
11
libguile-2.0.11-arm-asm.patch
Normal file
11
libguile-2.0.11-arm-asm.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- guile-2.0.11/libguile/vm-i-scheme.c.orig 2016-05-16 11:11:30.490598931 +0200
|
||||||
|
+++ guile-2.0.11/libguile/vm-i-scheme.c 2016-05-16 11:12:00.738677032 +0200
|
||||||
|
@@ -363,7 +363,7 @@
|
||||||
|
{ \
|
||||||
|
scm_t_signed_bits rlo, rhi; \
|
||||||
|
asm ("smull %0, %1, %2, %3\n" \
|
||||||
|
- : "=r" (rlo), "=r" (rhi) \
|
||||||
|
+ : "=&r" (rlo), "=&r" (rhi) \
|
||||||
|
: "r" (SCM_UNPACK (x) - scm_tc2_int), \
|
||||||
|
"r" (SCM_I_INUM (y))); \
|
||||||
|
if (SCM_LIKELY (SCM_SRS (rlo, 31) == rhi)) \
|
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libguile
|
Name: libguile
|
||||||
Version: 2.0.11
|
Version: 2.0.11
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A GNU implementation of Scheme for application extensibility
|
Summary: A GNU implementation of Scheme for application extensibility
|
||||||
Group: Development/Applications
|
Group: Development/Applications
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/guile/guile.html
|
URL: http://www.gnu.org/software/guile/guile.html
|
||||||
Source: http://ftp.gnu.org/gnu/guile/guile-%{version}.tar.xz
|
Source: http://ftp.gnu.org/gnu/guile/guile-%{version}.tar.xz
|
||||||
|
Patch0: libguile-2.0.11-arm-asm.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -21,6 +22,7 @@ BuildRequires: libncurses-devel
|
|||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libunistring-devel >= 0.9.6-1mamba
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: slib >= 3b3
|
BuildRequires: slib >= 3b3
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
@ -50,12 +52,17 @@ You'll also need to install the guile package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n guile-%{version}
|
%setup -q -n guile-%{version}
|
||||||
#-D -T
|
%ifarch arm
|
||||||
|
%patch0 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%configure \
|
%configure \
|
||||||
--with-threads
|
--with-threads \
|
||||||
|
%ifarch arm
|
||||||
|
CFLAGS="%{optflags} -O1
|
||||||
|
%endif
|
||||||
|
|
||||||
%make scmconfig.h \
|
%make scmconfig.h \
|
||||||
-j1 \
|
-j1 \
|
||||||
@ -171,6 +178,9 @@ done
|
|||||||
#%doc ChangeLog GUILE-VERSION HACKING NEWS.bz2 README
|
#%doc ChangeLog GUILE-VERSION HACKING NEWS.bz2 README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.11-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: libunistring-devel>=0.9.6-1mamba
|
||||||
|
|
||||||
* Mon Apr 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.11-2mamba
|
* Mon Apr 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.11-2mamba
|
||||||
- move gdb .scm debug file from %_libdir to gdb auto-loaddir and put it in new -debug package
|
- move gdb .scm debug file from %_libdir to gdb auto-loaddir and put it in new -debug package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user