<!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-09-23)</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.68.
</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.26&r2=text&tr2=1.27&diff_format=h">M</a></td><td width='1%'>1.27</td><td width='100%'>contrib/crossrpms/autotools/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/Makefile.am:1.26 rtems/contrib/crossrpms/autotools/Makefile.am:1.27
--- rtems/contrib/crossrpms/autotools/Makefile.am:1.26  Tue Sep  7 09:38:54 2010
+++ rtems/contrib/crossrpms/autotools/Makefile.am       Thu Sep 23 10:47:52 2010
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(top_srcdir)/mkspec.am
 
<font color='#880000'>-AUTOCONF_VERS = 2.67
</font><font color='#000088'>+AUTOCONF_VERS = 2.68
</font> AUTOCONF_RPMREL = 1
 include ./autoconf.am
 
</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>Add autoconf-2.68.
</pre></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.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>contrib/crossrpms/autotools/autoconf.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/autoconf.add:1.13 rtems/contrib/crossrpms/autotools/autoconf.add:1.14
--- rtems/contrib/crossrpms/autotools/autoconf.add:1.13 Thu Aug  5 01:00:21 2010
+++ rtems/contrib/crossrpms/autotools/autoconf.add      Thu Sep 23 10:48:11 2010
</font><font color='#997700'>@@ -72,16 +72,22 @@
</font> %if "%{srcvers}" <= "2.66"
 # test 193 fails sporadically
 # test 199 fails deterministically
<font color='#880000'>-make check TESTSUITEFLAGS='-192 194-198 200-'
-%else
-%if "%{srcvers}" <= "2.67"
</font><font color='#000088'>+TESTSUITEFLAGS='-192 194-198 200-'
+%endif
+
+%if "%{srcvers}" == "2.67"
</font> # test 199 fails deterministically
<font color='#880000'>-make check TESTSUITEFLAGS='-198 200-'
-%else
-make check
</font><font color='#000088'>+TESTSUITEFLAGS='-198 200-'
</font> %endif
<font color='#000088'>+
+%if "%{srcvers}" == "2.68"
+# test 205 fails deterministically
+TESTSUITEFLAGS='-204 206-'
</font> %endif
<font color='#000088'>+
+make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
</font> %endif
<font color='#000088'>+
</font> %install
 rm -rf "${RPM_BUILD_ROOT}"
 make DESTDIR=${RPM_BUILD_ROOT} install
</pre>
<p> </p>
<a name='cs3'></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>Regenerate.
</pre></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.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</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/rtems-4.11-autoconf.spec:1.4 rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.5
--- rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.4      Thu Aug  5 01:01:35 2010
+++ rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec  Thu Sep 23 10:48:57 2010
</font><font color='#997700'>@@ -45,8 +45,8 @@
</font> %define _host_rpmprefix %{nil}
 %endif
 
<font color='#880000'>-%define srcvers    2.67
-%define rpmvers %{expand:%(echo "2.67" | tr - _ )}
</font><font color='#000088'>+%define srcvers       2.68
+%define rpmvers %{expand:%(echo "2.68" | tr - _ )}
</font> 
 %define name                   rtems-4.11-autoconf
 
<font color='#997700'>@@ -123,16 +123,22 @@
</font> %if "%{srcvers}" <= "2.66"
 # test 193 fails sporadically
 # test 199 fails deterministically
<font color='#880000'>-make check TESTSUITEFLAGS='-192 194-198 200-'
-%else
-%if "%{srcvers}" <= "2.67"
</font><font color='#000088'>+TESTSUITEFLAGS='-192 194-198 200-'
+%endif
+
+%if "%{srcvers}" == "2.67"
</font> # test 199 fails deterministically
<font color='#880000'>-make check TESTSUITEFLAGS='-198 200-'
-%else
-make check
</font><font color='#000088'>+TESTSUITEFLAGS='-198 200-'
</font> %endif
<font color='#000088'>+
+%if "%{srcvers}" == "2.68"
+# test 205 fails deterministically
+TESTSUITEFLAGS='-204 206-'
</font> %endif
<font color='#000088'>+
+make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
</font> %endif
<font color='#000088'>+
</font> %install
 rm -rf "${RPM_BUILD_ROOT}"
 make DESTDIR=${RPM_BUILD_ROOT} install
</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>