<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-07-08)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>autoconf-2.66
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/Makefile.am.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&diff_format=h">M</a></td><td width='1%'>1.24</td><td width='100%'>contrib/crossrpms/autotools/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/autoconf-sources.add.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>contrib/crossrpms/autotools/autoconf-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/autoconf.add.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>contrib/crossrpms/autotools/autoconf.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>contrib/crossrpms/autotools/rtems-4.11-autoconf.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/Makefile.am:1.23 rtems/contrib/crossrpms/autotools/Makefile.am:1.24
--- rtems/contrib/crossrpms/autotools/Makefile.am:1.23  Wed Dec  9 03:29:59 2009
+++ rtems/contrib/crossrpms/autotools/Makefile.am       Thu Jul  8 08:01:04 2010
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(top_srcdir)/mkspec.am
 
<font color='#880000'>-AUTOCONF_VERS = 2.65
</font><font color='#000088'>+AUTOCONF_VERS = 2.66
</font> AUTOCONF_RPMREL = 1
 include ./autoconf.am
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/autoconf-sources.add:1.1 rtems/contrib/crossrpms/autotools/autoconf-sources.add:1.2
--- rtems/contrib/crossrpms/autotools/autoconf-sources.add:1.1  Mon Jul 13 09:20:36 2009
+++ rtems/contrib/crossrpms/autotools/autoconf-sources.add      Thu Jul  8 08:01:04 2010
</font><font color='#997700'>@@ -1,2 +1,8 @@
</font> Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
<font color='#000088'>+# Fedora's patch to fix
+# http://lists.gnu.org/archive/html/autoconf/2010-07/msg00004.html
+# http://lists.gnu.org/archive/html/bug-autoconf/2010-07/msg00012.html
+Patch0: autoconf-2.66-611661.diff
+
+
</font> 

<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/autoconf.add:1.11 rtems/contrib/crossrpms/autotools/autoconf.add:1.12
--- rtems/contrib/crossrpms/autotools/autoconf.add:1.11 Mon Jul 13 09:23:48 2009
+++ rtems/contrib/crossrpms/autotools/autoconf.add      Thu Jul  8 08:01:04 2010
</font><font color='#997700'>@@ -67,6 +67,13 @@
</font>   --bindir=%{_bindir} --datadir=%{_datadir}
 make
 
<font color='#000088'>+%check
+%if "%{_build}" == "%{_host}"
+# test 193 fails sporadically
+# test 199 fails deterministically
+make check TESTSUITEFLAGS='-192 194-198 200-'
+%endif
+
</font> %install
 rm -rf "${RPM_BUILD_ROOT}"
 make DESTDIR=${RPM_BUILD_ROOT} install

<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.1 rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.2
--- rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.1      Mon Mar 22 08:58:24 2010
+++ rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec  Thu Jul  8 08:01:04 2010
</font><font color='#997700'>@@ -45,8 +45,8 @@
</font> %define _host_rpmprefix %{nil}
 %endif
 
<font color='#880000'>-%define srcvers    2.65
-%define rpmvers %{expand:%(echo "2.65" | tr - _ )}
</font><font color='#000088'>+%define srcvers       2.66
+%define rpmvers %{expand:%(echo "2.66" | tr - _ )}
</font> 
 %define name                   rtems-4.11-autoconf
 
<font color='#997700'>@@ -70,6 +70,11 @@
</font> Requires(preun):  /sbin/install-info
 
 Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
<font color='#000088'>+# Fedora's patch to fix
+# http://lists.gnu.org/archive/html/autoconf/2010-07/msg00004.html
+# http://lists.gnu.org/archive/html/bug-autoconf/2010-07/msg00012.html
+Patch0: autoconf-2.66-611661.patch
+
</font> 
 
 %description
<font color='#997700'>@@ -111,6 +116,13 @@
</font>   --bindir=%{_bindir} --datadir=%{_datadir}
 make
 
<font color='#000088'>+%check
+%if "%{_build}" == "%{_host}"
+# test 193 fails sporadically
+# test 199 fails deterministically
+make check TESTSUITEFLAGS='-192 194-198 200-'
+%endif
+
</font> %install
 rm -rf "${RPM_BUILD_ROOT}"
 make DESTDIR=${RPM_BUILD_ROOT} install
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>New.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/autoconf-2.66-611661.diff?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">contrib/crossrpms/patches/autoconf-2.66-611661.diff</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/contrib/crossrpms/patches/autoconf-2.66-611661.diff:1.1
--- /dev/null   Thu Jul  8 08:13:46 2010
+++ rtems/contrib/crossrpms/patches/autoconf-2.66-611661.diff   Thu Jul  8 08:01:34 2010
</font><font color='#997700'>@@ -0,0 +1,45 @@
</font><font color='#000088'>+diff -up autoconf-2.66/lib/autoconf/status.m4.611661 autoconf-2.66/lib/autoconf/status.m4
+--- autoconf-2.66/lib/autoconf/status.m4.611661        2010-07-06 08:32:47.000000000 +0200
++++ autoconf-2.66/lib/autoconf/status.m4       2010-07-06 08:33:24.000000000 +0200
+@@ -1102,7 +1102,7 @@ AC_DEFUN([AC_CONFIG_SUBDIRS],
+   _AC_CONFIG_COMPUTE_DEST(], [))])]dnl
+ [m4_append([_AC_LIST_SUBDIRS], [$1], [
+ ])]dnl
+-[AS_LITERAL_WORD_IF([$1], [],
++[AS_LITERAL_IF([$1], [],
+<span style="background-color: #FF0000"> </span>        [AC_DIAGNOSE([syntax], [$0: you should use literals])])]dnl
+ [AC_SUBST([subdirs], ["$subdirs m4_normalize([$1])"])])
+<span style="background-color: #FF0000"> </span>
+diff -up autoconf-2.66/lib/autoconf/types.m4.611661 autoconf-2.66/lib/autoconf/types.m4
+--- autoconf-2.66/lib/autoconf/types.m4.611661 2010-07-06 08:31:36.000000000 +0200
++++ autoconf-2.66/lib/autoconf/types.m4        2010-07-06 08:32:29.000000000 +0200
+@@ -763,7 +763,7 @@ Remove this warning and the `AC_CACHE_CH
+ # AC_CHECK_SIZEOF(TYPE, [IGNORED], [INCLUDES = DEFAULT-INCLUDES])
+ # ---------------------------------------------------------------
+ AC_DEFUN([AC_CHECK_SIZEOF],
+-[AS_LITERAL_IF([$1], [],
++[AS_LITERAL_IF(m4_translit([[$1]], [*], [p]), [],
+<span style="background-color: #FF0000"> </span>        [m4_fatal([$0: requires literal arguments])])]dnl
+ [# The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+diff -up autoconf-2.66/lib/m4sugar/m4sh.m4.611661 autoconf-2.66/lib/m4sugar/m4sh.m4
+--- autoconf-2.66/lib/m4sugar/m4sh.m4.611661   2010-07-06 08:37:32.000000000 +0200
++++ autoconf-2.66/lib/m4sugar/m4sh.m4  2010-07-06 08:38:53.000000000 +0200
+@@ -1779,7 +1779,7 @@ m4_defun_init([AS_TR_SH],
+ [_$0(m4_expand([$1]))])
+<span style="background-color: #FF0000"> </span>
+ m4_define([_AS_TR_SH],
+-[_AS_LITERAL_IF([$1], [        ][
++[_AS_LITERAL_IF([$1], [*+][     ][
+ ])([], [$0_INDIR], [$0_LITERAL])([$1])])
+<span style="background-color: #FF0000"> </span>
+ m4_define([_AS_TR_SH_LITERAL],
+@@ -1812,7 +1812,7 @@ m4_defun_init([AS_TR_CPP],
+ [_$0(m4_expand([$1]))])
+<span style="background-color: #FF0000"> </span>
+ m4_define([_AS_TR_CPP],
+-[_AS_LITERAL_IF([$1], [        ][
++[_AS_LITERAL_IF([$1], [*][      ][
+ ])([], [$0_INDIR], [$0_LITERAL])([$1])])
+<span style="background-color: #FF0000"> </span>
+ m4_define([_AS_TR_CPP_LITERAL],
</font></pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>