rpms/autoconf/F-11 autoconf-erlang_fix.diff, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.12, 1.13 autoconf.spec, 1.55, 1.56 sources, 1.12, 1.13

Peter Lemenkov peter at fedoraproject.org
Mon Jan 25 14:24:23 UTC 2010


Author: peter

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

Modified Files:
	.cvsignore autoconf.spec sources 
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-11:autoconf-2.63-5.fc12.src.rpm:1264429439


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/autoconf/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	17 Sep 2008 16:18:28 -0000	1.12
+++ .cvsignore	25 Jan 2010 14:24:21 -0000	1.13
@@ -1 +1 @@
-autoconf-2.63.tar.bz2
+autoconf-2.63.tar.lzma


Index: autoconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autoconf/F-11/autoconf.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- autoconf.spec	24 Feb 2009 03:18:43 -0000	1.55
+++ autoconf.spec	25 Jan 2010 14:24:22 -0000	1.56
@@ -1,12 +1,14 @@
 Summary:    A GNU tool for automatically configuring source code
 Name:       autoconf
 Version:    2.63
-Release:    2%{?dist}
+Release:    5%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
-Source:     http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
+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,15 @@ 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.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.63-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.63-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/autoconf/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	17 Sep 2008 16:18:28 -0000	1.12
+++ sources	25 Jan 2010 14:24:23 -0000	1.13
@@ -1 +1 @@
-7565809ed801bb5726da0631ceab3699  autoconf-2.63.tar.bz2
+670b25f8b42118d2313f7593d9d89fda  autoconf-2.63.tar.lzma



More information about the scm-commits mailing list