<!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 (2011-12-12)</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>Fix perl module filtering.
</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.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</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/automake.add.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>contrib/crossrpms/autotools/automake.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/autoconf.add:1.16 rtems/contrib/crossrpms/autotools/autoconf.add:1.17
--- rtems/contrib/crossrpms/autotools/autoconf.add:1.16 Thu Oct 14 10:11:48 2010
+++ rtems/contrib/crossrpms/autotools/autoconf.add      Mon Dec 12 04:51:05 2011
</font><font color='#997700'>@@ -30,6 +30,10 @@
</font> 
 @SOURCES@
 
<font color='#000088'>+# remove bogus Autoconf perl dependencies and provides
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Autom4te::
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Autom4te::
+
</font> %description
 GNU's Autoconf is a tool for configuring source code and Makefiles.
 Using Autoconf, programmers can create portable and configurable
<font color='#997700'>@@ -47,13 +51,14 @@
</font> %setup -q -n autoconf-%{srcvers}
 %{?PATCH0:%patch0 -p1}
 
<font color='#000088'>+%if !%{defined fedora}
</font> # Work around rpm inserting bogus perl-module deps
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* |\
     sed -e '/^perl(Autom4te/d'
 EOF
<font color='#880000'>-%define __perl_provides %{_builddir}/autoconf-%{srcvers}/%{name}-prov
</font><font color='#000088'>+%global __perl_provides %{_builddir}/autoconf-%{srcvers}/%{name}-prov
</font> chmod +x %{__perl_provides}
 
 cat << \EOF > %{name}-requ
<font color='#997700'>@@ -61,8 +66,9 @@
</font> %{__perl_requires} $* |\
     sed -e '/^perl(Autom4te/d'
 EOF
<font color='#880000'>-%define __perl_requires %{_builddir}/autoconf-%{srcvers}/%{name}-requ
</font><font color='#000088'>+%global __perl_requires %{_builddir}/autoconf-%{srcvers}/%{name}-requ
</font> chmod +x %{__perl_requires}
<font color='#000088'>+%endif
</font> 
 %build
 ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \

<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/automake.add:1.14 rtems/contrib/crossrpms/autotools/automake.add:1.15
--- rtems/contrib/crossrpms/autotools/automake.add:1.14 Tue Sep  7 09:38:36 2010
+++ rtems/contrib/crossrpms/autotools/automake.add      Mon Dec 12 04:51:05 2011
</font><font color='#997700'>@@ -27,6 +27,10 @@
</font> 
 @SOURCES@
 
<font color='#000088'>+# remove bogus Automake perl dependencies and provides
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Automake::
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Automake::
+
</font> %description
 Automake is a tool for automatically generating "Makefile.in"s from
 files called "Makefile.am". "Makefile.am" is basically a series of
<font color='#997700'>@@ -38,13 +42,14 @@
</font> %setup -q -n automake-%{srcvers}
 %{?PATCH0:%patch0 -p1}
 
<font color='#000088'>+%if !%{defined fedora}
</font> # Work around rpm inserting bogus perl-module deps
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* |\
     sed -e '/^perl(Automake/d'
 EOF
<font color='#880000'>-%define __perl_provides %{_builddir}/automake-%{srcvers}/%{name}-prov
</font><font color='#000088'>+%global __perl_provides %{_builddir}/automake-%{srcvers}/%{name}-prov
</font> chmod +x %{__perl_provides}
 
 cat << \EOF > %{name}-requ
<font color='#997700'>@@ -52,9 +57,9 @@
</font> %{__perl_requires} $* |\
     sed -e '/^perl(Automake/d'
 EOF
<font color='#880000'>-%define __perl_requires %{_builddir}/automake-%{srcvers}/%{name}-requ
</font><font color='#000088'>+%global __perl_requires %{_builddir}/automake-%{srcvers}/%{name}-requ
</font> chmod +x %{__perl_requires}
<font color='#880000'>-
</font><font color='#000088'>+%endif
</font> 
 %build
 PATH=%{_bindir}:$PATH
</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>Bump AUTOCONF_RPMREL.
Update to automake-1.11.1b.
</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.29&r2=text&tr2=1.30&diff_format=h">M</a></td><td width='1%'>1.30</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.29 rtems/contrib/crossrpms/autotools/Makefile.am:1.30
--- rtems/contrib/crossrpms/autotools/Makefile.am:1.29  Thu Oct 14 09:57:52 2010
+++ rtems/contrib/crossrpms/autotools/Makefile.am       Mon Dec 12 04:51:43 2011
</font><font color='#997700'>@@ -5,9 +5,9 @@
</font> include $(top_srcdir)/mkspec.am
 
 AUTOCONF_VERS = 2.68
<font color='#880000'>-AUTOCONF_RPMREL = 3
</font><font color='#000088'>+AUTOCONF_RPMREL = 4
</font> include ./autoconf.am
 
<font color='#880000'>-AUTOMAKE_VERS = 1.11.1
-AUTOMAKE_RPMREL = 2
</font><font color='#000088'>+AUTOMAKE_VERS = 1.11.1b
+AUTOMAKE_RPMREL = 1
</font> include ./automake.am
</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>Adjust Source0.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/automake-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/autotools/automake-sources.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/automake-sources.add:1.2 rtems/contrib/crossrpms/autotools/automake-sources.add:1.3
--- rtems/contrib/crossrpms/autotools/automake-sources.add:1.2  Mon May 18 02:55:51 2009
+++ rtems/contrib/crossrpms/autotools/automake-sources.add      Mon Dec 12 04:56:20 2011
</font><font color='#997700'>@@ -1,2 +1,3 @@
</font><font color='#880000'>-Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
</font><font color='#000088'>+# Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
+Source0: ftp://alpha.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
</font> 
</pre>
<p> </p>
<a name='cs4'></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.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>contrib/crossrpms/autotools/rtems-4.11-autoconf.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>contrib/crossrpms/autotools/rtems-4.11-automake.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/autotools/rtems-4.11-automake.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.7 rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.8
--- rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec:1.7      Thu Oct 14 10:12:12 2010
+++ rtems/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec  Mon Dec 12 04:52:29 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> URL:              http://www.gnu.org/software/autoconf
 Group:         Development/Tools
 Version:       %{rpmvers}
<font color='#880000'>-Release:   3%{?dist}
</font><font color='#000088'>+Release:      4%{?dist}
</font> Summary:  Tool for automatically generating GNU style Makefile.in's
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -76,6 +76,10 @@
</font> 
 
 
<font color='#000088'>+# remove bogus Autoconf perl dependencies and provides
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Autom4te::
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Autom4te::
+
</font> %description
 GNU's Autoconf is a tool for configuring source code and Makefiles.
 Using Autoconf, programmers can create portable and configurable
<font color='#997700'>@@ -93,13 +97,14 @@
</font> %setup -q -n autoconf-%{srcvers}
 %{?PATCH0:%patch0 -p1}
 
<font color='#000088'>+%if !%{defined fedora}
</font> # Work around rpm inserting bogus perl-module deps
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* |\
     sed -e '/^perl(Autom4te/d'
 EOF
<font color='#880000'>-%define __perl_provides %{_builddir}/autoconf-%{srcvers}/%{name}-prov
</font><font color='#000088'>+%global __perl_provides %{_builddir}/autoconf-%{srcvers}/%{name}-prov
</font> chmod +x %{__perl_provides}
 
 cat << \EOF > %{name}-requ
<font color='#997700'>@@ -107,8 +112,9 @@
</font> %{__perl_requires} $* |\
     sed -e '/^perl(Autom4te/d'
 EOF
<font color='#880000'>-%define __perl_requires %{_builddir}/autoconf-%{srcvers}/%{name}-requ
</font><font color='#000088'>+%global __perl_requires %{_builddir}/autoconf-%{srcvers}/%{name}-requ
</font> chmod +x %{__perl_requires}
<font color='#000088'>+%endif
</font> 
 %build
 ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \

<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec:1.3 rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec:1.4
--- rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec:1.3      Mon Dec 12 04:52:29 2011
+++ rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec  Mon Dec 12 04:57:00 2011
</font><font color='#997700'>@@ -67,7 +67,8 @@
</font> Requires(post):   /sbin/install-info
 Requires(preun):/sbin/install-info
 
<font color='#880000'>-Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
</font><font color='#000088'>+# Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
+Source0: ftp://alpha.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
</font> 
 
 # remove bogus Automake perl dependencies and provides

<font color='#006600'>diff -u rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec:1.2 rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec:1.3
--- rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec:1.2      Tue Sep  7 09:39:18 2010
+++ rtems/contrib/crossrpms/autotools/rtems-4.11-automake.spec  Mon Dec 12 04:52:29 2011
</font><font color='#997700'>@@ -45,8 +45,8 @@
</font> %define _host_rpmprefix %{nil}
 %endif
 
<font color='#880000'>-%define rpmvers 1.11.1
-%define srcvers        1.11.1
</font><font color='#000088'>+%define rpmvers 1.11.1b
+%define srcvers        1.11.1b
</font> %define amvers  1.11
 
 %define name                   rtems-4.11-automake
<font color='#997700'>@@ -57,7 +57,7 @@
</font> License:  GPL
 Group:         Development/Tools
 Version:       %{rpmvers}
<font color='#880000'>-Release:   2%{?dist}
</font><font color='#000088'>+Release:      1%{?dist}
</font> Summary:  Tool for automatically generating GNU style Makefile.in's
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -70,6 +70,10 @@
</font> Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
 
 
<font color='#000088'>+# remove bogus Automake perl dependencies and provides
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Automake::
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Automake::
+
</font> %description
 Automake is a tool for automatically generating "Makefile.in"s from
 files called "Makefile.am". "Makefile.am" is basically a series of
<font color='#997700'>@@ -81,13 +85,14 @@
</font> %setup -q -n automake-%{srcvers}
 %{?PATCH0:%patch0 -p1}
 
<font color='#000088'>+%if !%{defined fedora}
</font> # Work around rpm inserting bogus perl-module deps
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* |\
     sed -e '/^perl(Automake/d'
 EOF
<font color='#880000'>-%define __perl_provides %{_builddir}/automake-%{srcvers}/%{name}-prov
</font><font color='#000088'>+%global __perl_provides %{_builddir}/automake-%{srcvers}/%{name}-prov
</font> chmod +x %{__perl_provides}
 
 cat << \EOF > %{name}-requ
<font color='#997700'>@@ -95,9 +100,9 @@
</font> %{__perl_requires} $* |\
     sed -e '/^perl(Automake/d'
 EOF
<font color='#880000'>-%define __perl_requires %{_builddir}/automake-%{srcvers}/%{name}-requ
</font><font color='#000088'>+%global __perl_requires %{_builddir}/automake-%{srcvers}/%{name}-requ
</font> chmod +x %{__perl_requires}
<font color='#880000'>-
</font><font color='#000088'>+%endif
</font> 
 %build
 PATH=%{_bindir}:$PATH
</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>