rpms/jed/devel jed-newauto.patch,NONE,1.1 jed.spec,1.19,1.20

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Jun 3 03:51:47 UTC 2008


Author: notting

Update of /cvs/extras/rpms/jed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8269

Modified Files:
	jed.spec 
Added Files:
	jed-newauto.patch 
Log Message:
fix build (#449580)


jed-newauto.patch:

--- NEW FILE jed-newauto.patch ---
diff -up jed-0.99-18/autoconf/aclocal.m4.old jed-0.99-18/autoconf/aclocal.m4
--- jed-0.99-18/autoconf/aclocal.m4.old	2008-06-02 23:42:59.000000000 -0400
+++ jed-0.99-18/autoconf/aclocal.m4	2008-06-02 23:42:59.000000000 -0400
@@ -482,8 +482,6 @@ AC_DEFUN(JD_ANSI_CC, dnl#{{{
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_GCC_TRADITIONAL
-AC_ISC_POSIX
-AC_AIX
 
 dnl #This stuff came from Yorick config script
 dnl


Index: jed.spec
===================================================================
RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- jed.spec	14 Feb 2008 15:32:11 -0000	1.19
+++ jed.spec	3 Jun 2008 03:50:56 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: Fast, compact editor based on the S-Lang screen library
 Name: jed
 Version: 0.99.18
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL+
 Group: Applications/Editors
 Source0: ftp://space.mit.edu/pub/davis/jed/v0.99/jed-0.99-18.tar.bz2
@@ -10,6 +10,7 @@
 Patch2: jed-etc.patch
 Patch3: jed-multilib.patch
 Patch4: jed-selinux.patch
+Patch5: jed-newauto.patch
 Obsoletes: jed-common jed-xjed
 Provides: jed-common jed-xjed
 BuildRequires: slang-devel >= 2.0, autoconf, libselinux-devel
@@ -34,6 +35,7 @@
 %patch3 -p1
 %endif
 %patch4 -p1 -b .selinux
+%patch5 -p1
 
 find doc -type f -exec chmod a-x {} \;
 
@@ -71,6 +73,9 @@
 %{_datadir}/jed
 
 %changelog
+* Mon Jun  2 2008 Bill Nottingham <notting at redhat.com> - 0.99.18-8
+- fix for new autoconf (#449580)
+
 * Thu Feb 14 2008 Bill Nottingham <notting at redhat.com> - 0.99.18-7
 - rebuild for gcc-4.3
 




More information about the fedora-extras-commits mailing list