New upstream version 2.2

This commit is contained in:
roland 2006-05-22 08:25:38 +00:00
parent cb5050ef1d
commit c1714584ba

View File

@ -1,7 +1,7 @@
Summary: A GNU general-purpose parser generator. Summary: A GNU general-purpose parser generator.
Name: bison Name: bison
Version: 2.1 Version: 2.2
Release: 3 Release: 1
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2 Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
@ -10,8 +10,6 @@ Prereq: /sbin/install-info
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
Requires: m4 >= 1.4 Requires: m4 >= 1.4
Patch1: bison-2.1-m4_map.patch
%description %description
Bison is a general purpose parser generator that converts a grammar Bison is a general purpose parser generator that converts a grammar
description for an LALR(1) context-free grammar into a C program to description for an LALR(1) context-free grammar into a C program to
@ -52,8 +50,6 @@ Bison manual section for more information.
%prep %prep
%setup -q %setup -q
%patch1 -p1
%build %build
%configure %configure
make make
@ -85,7 +81,7 @@ fi
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO doc/FAQ %doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO
%{_mandir}/*/bison* %{_mandir}/*/bison*
%{_datadir}/bison %{_datadir}/bison
%{_infodir}/bison.info* %{_infodir}/bison.info*
@ -102,6 +98,9 @@ fi
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon May 22 2006 Roland McGrath <roland@redhat.com> - 2.2-1
- New upstream version 2.2
* Mon May 1 2006 Roland McGrath <roland@redhat.com> - 2.1-3 * Mon May 1 2006 Roland McGrath <roland@redhat.com> - 2.1-3
- Fix K&R parser definition when it has no arguments (#190376). - Fix K&R parser definition when it has no arguments (#190376).