diff --git a/.gitignore b/.gitignore index 28f78b2..1fc8969 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ bison-*/ /bison-2.6.1.tar.xz /bison-2.6.4.tar.xz /bison-2.7.tar.xz +/bison-3.0.2.tar.xz diff --git a/bison.spec b/bison.spec index 80506d8..f0be5d0 100644 --- a/bison.spec +++ b/bison.spec @@ -1,17 +1,18 @@ Summary: A GNU general-purpose parser generator Name: bison -Version: 2.7 -Release: 3%{?dist} +Version: 3.0.2 +Release: 1%{?dist} License: GPLv3+ Group: Development/Tools Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz # https://bugzilla.redhat.com/show_bug.cgi?id=948856 # Submitted for upstream inclusion on 2013-05-17. -Patch0: bison-2.7-unused-opts.patch +# Patch0: bison-2.7-unused-opts.patch # testsuite dependency BuildRequires: autoconf +BuildRequires: flex URL: http://www.gnu.org/software/bison/ BuildRoot: %{_tmppath}/%{name}-root @@ -77,7 +78,7 @@ Bison manual section for more information. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build %configure @@ -136,6 +137,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 09 2013 Patsy Franklin - 3.0.2-1 +- Rebase to 3.0.2. Add BuildRequires: flex for testsuite. + * Sat Aug 03 2013 Fedora Release Engineering - 2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -342,7 +346,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Jan 09 2002 Tim Powers - automated rebuild -* Mon Nov 27 2001 Than Ngo 1.30-4 +* Tue Nov 27 2001 Than Ngo 1.30-4 - add missing Url * Sun Nov 25 2001 Than Ngo 1.30-3 diff --git a/sources b/sources index 5429dbf..df0039e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -234cdfac99257cf99ac4a03c898f37b9 bison-2.7.tar.xz +146be9ff9fbd27497f0bf2286a5a2082 bison-3.0.2.tar.xz