rpms/autoconf/devel autoconf.spec, 1.60, 1.61 autoconf_ah_check_header.patch, 1.1, NONE

Štěpán Kasal kasal at fedoraproject.org
Thu Nov 26 08:50:06 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/autoconf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27613

Modified Files:
	autoconf.spec 
Removed Files:
	autoconf_ah_check_header.patch 
Log Message:
- new upstream version
- backported patch: make AC_FUNC_MMAP work with C++ again


Index: autoconf.spec
===================================================================
RCS file: /cvs/extras/rpms/autoconf/devel/autoconf.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- autoconf.spec	25 Nov 2009 19:56:32 -0000	1.60
+++ autoconf.spec	26 Nov 2009 08:50:06 -0000	1.61
@@ -1,25 +1,32 @@
 Summary:    A GNU tool for automatically configuring source code
 Name:       autoconf
-Version:    2.64
-Release:    2%{?dist}
+Version:    2.65
+Release:    1%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz
 Source1:    filter-provides-automake.sh
 Source2:    filter-requires-automake.sh
 URL:        http://www.gnu.org/software/autoconf/
+BuildArch: noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 # m4 >= 1.4.6 is required, >= 1.4.13 is recommended:
 BuildRequires:      m4 >= 1.4.13
 Requires:           m4 >= 1.4.13
 BuildRequires:      emacs
 Requires(post):     /sbin/install-info
 Requires(preun):    /sbin/install-info
-BuildArch: noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Bring back an undocumented macro, some projects do use it.
-# Committed to Autoconf git soon after 2.64.
-Patch1: autoconf_ah_check_header.patch
+# for check only:
+BuildRequires: automake libtool gcc-gfortran
+%if 0%{?fedora}
+BuildRequires: erlang
+%endif
+
+# Make AC_FUNC_MMAP work with C++ again.
+# Committed to Autoconf git soon after 2.65.
+Patch1: autoconf_ac_func_mmap.patch
 
 # filter out bogus perl(Autom4te*) dependencies
 %define _use_internal_dependency_generator 0
@@ -53,10 +60,10 @@ make
 
 %check
 # The following test is failing.
-# 182: autotest.at:1197   parallel autotest and signal handling
+# 188: autotest.at:1195   parallel autotest and signal handling
 # In test/autotest.at, under comment "Test PIPE", the exit code written
 # to file "status" is 0.  Report mailed to bug-autoconf.
-make check TESTSUITEFLAGS='-181 183-'
+make check TESTSUITEFLAGS='-187 189-'
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -88,6 +95,10 @@ fi
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Wed Nov 25 2009 Stepan Kasal <skasal at redhat.com> - 2.65-1
+- new upstream version
+- backported patch: make AC_FUNC_MMAP work with C++ again
+
 * Tue Nov 24 2009 Stepan Kasal <skasal at redhat.com> - 2.64-2
 - add back upstream AH_CHECK_HEADERS, backported from upstream
   fixes some build failures


--- autoconf_ah_check_header.patch DELETED ---




More information about the fedora-extras-commits mailing list