rpms/autoconf/F-12 autoconf-erlang_fix.diff, NONE, 1.1 import.log, NONE, 1.1 autoconf.spec, 1.57, 1.58

Peter Lemenkov peter at fedoraproject.org
Mon Jan 25 14:06:21 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/autoconf/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10105/F-12

Modified Files:
	autoconf.spec 
Added Files:
	autoconf-erlang_fix.diff import.log 
Log Message:
Fixed Erlang-related stuff

autoconf-erlang_fix.diff:
 erlang.m4 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE autoconf-erlang_fix.diff ---
--- a/lib/autoconf/erlang.m4
+++ b/lib/autoconf/erlang.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Erlang/OTP language support.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -124,7 +124,7 @@ fi
 m4_define([AC_LANG(Erlang)],
 [ac_ext=erl
 ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD ; echo "#!/bin/sh" > conftest$ac_exeext ; AS_ECHO(["\"$ERL\" -run conftest start -run init stop -noshell"]) >> conftest$ac_exeext ; chmod +x conftest$ac_exeext'
+ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD ; echo "[#]!/bin/sh" > conftest$ac_exeext ; AS_ECHO(["\"$ERL\" -run conftest start -run init stop -noshell"]) >> conftest$ac_exeext ; chmod +x conftest$ac_exeext'
 ])
 
 


--- NEW FILE import.log ---
autoconf-2_63-5_fc12:F-12:autoconf-2.63-5.fc12.src.rpm:1264428352


Index: autoconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autoconf/F-12/autoconf.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- autoconf.spec	12 Aug 2009 16:00:35 -0000	1.57
+++ autoconf.spec	25 Jan 2010 14:06:21 -0000	1.58
@@ -1,12 +1,14 @@
 Summary:    A GNU tool for automatically configuring source code
 Name:       autoconf
 Version:    2.63
-Release:    4%{?dist}
+Release:    5%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.lzma
 Source1:    filter-provides-automake.sh
 Source2:    filter-requires-automake.sh
+# Fix for #556223
+Patch0:     autoconf-erlang_fix.diff
 URL:        http://www.gnu.org/software/autoconf/
 BuildRequires:      m4 >= 1.4.7, emacs
 Requires:           m4 >= 1.4.7
@@ -38,6 +40,7 @@ their use.
 
 %prep
 %setup -q
+%patch0 -p1 -b .erlang
 
 %build
 # use ./configure here to avoid copying config.{sub,guess} with those from the
@@ -79,6 +82,9 @@ fi
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Mon Jan 25 2010 Peter Lemenkov <lemenkov at gmail.com> - 2.63-5
+- Fixed Erlang-related stuff
+
 * Tue Aug 11 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.63-4
 - Use lzma compressed upstream tarball.
 



More information about the scm-commits mailing list