- rebase to 3.0.2 update.
This commit is contained in:
Patsy Franklin 2014-01-14 15:15:32 -05:00
parent 9c95465f01
commit 8dd9d3771f
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ bison-*/
/bison-2.6.1.tar.xz /bison-2.6.1.tar.xz
/bison-2.6.4.tar.xz /bison-2.6.4.tar.xz
/bison-2.7.tar.xz /bison-2.7.tar.xz
/bison-3.0.2.tar.xz

View File

@ -1,17 +1,18 @@
Summary: A GNU general-purpose parser generator Summary: A GNU general-purpose parser generator
Name: bison Name: bison
Version: 2.7 Version: 3.0.2
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=948856 # https://bugzilla.redhat.com/show_bug.cgi?id=948856
# Submitted for upstream inclusion on 2013-05-17. # Submitted for upstream inclusion on 2013-05-17.
Patch0: bison-2.7-unused-opts.patch # Patch0: bison-2.7-unused-opts.patch
# testsuite dependency # testsuite dependency
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: flex
URL: http://www.gnu.org/software/bison/ URL: http://www.gnu.org/software/bison/
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -77,7 +78,7 @@ Bison manual section for more information.
%prep %prep
%setup -q %setup -q
%patch0 -p1 #%patch0 -p1
%build %build
%configure %configure
@ -136,6 +137,9 @@ fi
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Dec 09 2013 Patsy Franklin <pfrankli@redhat.com> - 3.0.2-1
- Rebase to 3.0.2. Add BuildRequires: flex for testsuite.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - 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 <timp@redhat.com> * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild - automated rebuild
* Mon Nov 27 2001 Than Ngo <than@redhat.com> 1.30-4 * Tue Nov 27 2001 Than Ngo <than@redhat.com> 1.30-4
- add missing Url - add missing Url
* Sun Nov 25 2001 Than Ngo <than@redhat.com> 1.30-3 * Sun Nov 25 2001 Than Ngo <than@redhat.com> 1.30-3

View File

@ -1 +1 @@
234cdfac99257cf99ac4a03c898f37b9 bison-2.7.tar.xz 146be9ff9fbd27497f0bf2286a5a2082 bison-3.0.2.tar.xz