rpms/bison/devel bison.spec,1.25,1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 22 08:25:41 UTC 2006


Author: roland

Update of /cvs/dist/rpms/bison/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15132

Modified Files:
	bison.spec 
Log Message:
New upstream version 2.2


Index: bison.spec
===================================================================
RCS file: /cvs/dist/rpms/bison/devel/bison.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- bison.spec	2 May 2006 03:32:56 -0000	1.25
+++ bison.spec	22 May 2006 08:25:38 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: A GNU general-purpose parser generator.
 Name: bison
-Version: 2.1
-Release: 3
+Version: 2.2
+Release: 1
 License: GPL
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
@@ -10,8 +10,6 @@
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: m4 >= 1.4
 
-Patch1: bison-2.1-m4_map.patch
-
 %description
 Bison is a general purpose parser generator that converts a grammar
 description for an LALR(1) context-free grammar into a C program to
@@ -52,8 +50,6 @@
 %prep
 %setup -q
 
-%patch1 -p1
-
 %build
 %configure
 make
@@ -85,7 +81,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO doc/FAQ
+%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO
 %{_mandir}/*/bison*
 %{_datadir}/bison
 %{_infodir}/bison.info*
@@ -102,6 +98,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon May 22 2006 Roland McGrath <roland at redhat.com> - 2.2-1
+- New upstream version 2.2
+
 * Mon May  1 2006 Roland McGrath <roland at redhat.com> - 2.1-3
 - Fix K&R parser definition when it has no arguments (#190376).
 




More information about the fedora-cvs-commits mailing list