[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] SpareMiNT MiNTLib / MiNTBin Conflicts and Outdated PML / Fdlibm



On Tue, 1 Jun 2010, Alan Hourihane wrote:

Right. We'd need to do a release of fdlibm which has math.h.
Alternatively we merge a math library into mintlib. Patrice mentioned
one in an earlier thread.

For now, I'll go ahead and look at rebuilding the two math libs, so we can get a release done. We can still move ahead with an integrated libm, and bump up to 0.60 in the future. At least, thats my thought.

My patch is attached, which really does not do much.

Keith
? 00PatchLevel
Index: configvars
===================================================================
RCS file: /mint/mintlib/configvars,v
retrieving revision 1.19
diff -r1.19 configvars
8c8
< VERSION=0.59.0
---
> VERSION=0.59.1
30c30
< WITH_V4E_LIB=no
---
> WITH_V4E_LIB=yes
Index: mintlib.spec
===================================================================
RCS file: /mint/mintlib/mintlib.spec,v
retrieving revision 1.9
diff -r1.9 mintlib.spec
30c30
< Version       : 0.59.0
---
> Version       : 0.59.1
49c49
< Source: mintlib-%{version}.tar.gz
---
> Source: mintlib-%{version}.tar.bz2
86c86
< Conflicts     : mintbin < 0.3-3
---
> Conflicts     : mintbin < 0.3-4
579a580,585
> %{_prefix}%{crossprefix}/lib/m5475/libc.a
> %{_prefix}%{crossprefix}/lib/m5475/libcv4e.a
> %{_prefix}%{crossprefix}/lib/m5475/libiio.a
> %{_prefix}%{crossprefix}/lib/m5475/libiiov4e.a
> %{_prefix}%{crossprefix}/lib/m5475/librpcsvc.a
> %{_prefix}%{crossprefix}/lib/m5475/librpcsvcv4e.a
594a601,604
> * Tue Jun 01 2010 Keith Scroggins <kws@radix.net>
> - update to 0.59.1 stable release and enabled / added Coldfire libraries to the
> - distribution also changed mintbin to require latest package build
> 
Index: mintlib.spec.in
===================================================================
RCS file: /mint/mintlib/mintlib.spec.in,v
retrieving revision 1.8
diff -r1.8 mintlib.spec.in
49c49
< Source: mintlib-%{version}.tar.gz
---
> Source: mintlib-%{version}.tar.bz2
86c86
< Conflicts     : mintbin < 0.3-3
---
> Conflicts     : mintbin < 0.3-4
579a580,585
> %{_prefix}%{crossprefix}/lib/m5475/libc.a
> %{_prefix}%{crossprefix}/lib/m5475/libcv4e.a
> %{_prefix}%{crossprefix}/lib/m5475/libiio.a
> %{_prefix}%{crossprefix}/lib/m5475/libiiov4e.a
> %{_prefix}%{crossprefix}/lib/m5475/librpcsvc.a
> %{_prefix}%{crossprefix}/lib/m5475/librpcsvcv4e.a
594a601,604
> * Tue Jun 01 2010 Keith Scroggins <kws@radix.net>
> - update to 0.59.1 stable release and enabled / added Coldfire libraries to the
> - distribution also changed mintbin to require latest package build
>