rpms/jam/EL-4 jam.spec,1.3,1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 5 21:33:57 UTC 2007


Author: spot

Update of /cvs/extras/rpms/jam/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15428

Modified Files:
	jam.spec 
Log Message:

byacc



Index: jam.spec
===================================================================
RCS file: /cvs/extras/rpms/jam/EL-4/jam.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jam.spec	28 Feb 2006 22:27:29 -0000	1.3
+++ jam.spec	5 Jul 2007 21:33:21 -0000	1.4
@@ -1,13 +1,13 @@
 Name:		jam
 Version:	2.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	Distributable
 Group:		Development/Tools
 Summary:	Program construction tool, similar to make
 URL:		http://public.perforce.com/public/jam/index.html
 Source0:	ftp://ftp.perforce.com/pub/jam/%{name}-%{version}.tar
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	bison
+BuildRequires:	byacc
 
 %description
 Jam is a program construction tool, like make. Jam recursively builds target 
@@ -39,6 +39,10 @@
 %{_bindir}/mkjambase
 
 %changelog
+* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.5-4
+- fix minimal BR from bison to byacc
+- rebuild for FC-6
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.5-3
 - bump for FC5
 




More information about the scm-commits mailing list