2008-09-15 13:17:57 +00:00
|
|
|
Summary: A GNU general-purpose parser generator
|
2004-09-09 03:30:15 +00:00
|
|
|
Name: bison
|
2021-12-13 20:28:37 +00:00
|
|
|
Version: 3.8.2
|
2024-10-29 15:16:44 +00:00
|
|
|
Release: 9%{?dist}
|
2023-09-01 10:33:32 +00:00
|
|
|
|
|
|
|
# An SPDX license string check done against bison-3.8.2 found strings
|
|
|
|
# corresponding to the following licenses across the bison source tree:
|
|
|
|
License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH Autoconf-exception-generic AND LGPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND FSFULLR AND GFDL-1.3-or-later AND X11
|
|
|
|
|
2020-06-14 21:01:50 +00:00
|
|
|
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
|
|
|
# genereted from https://ftp.gnu.org/gnu/gnu-keyring.gpg via:
|
|
|
|
# curl https://ftp.gnu.org/gnu/gnu-keyring.gpg | gpg2 --import
|
|
|
|
# gpg2 --export --export-options export-minimal 7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E > gpgkey-7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E.gpg
|
|
|
|
Source2: gpgkey-7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E.gpg
|
2010-04-08 20:24:43 +00:00
|
|
|
|
2012-07-31 10:02:47 +00:00
|
|
|
# testsuite dependency
|
2018-08-14 23:40:53 +00:00
|
|
|
BuildRequires: gcc-c++
|
2010-04-08 20:24:43 +00:00
|
|
|
BuildRequires: autoconf
|
2014-01-14 20:15:32 +00:00
|
|
|
BuildRequires: flex
|
2020-06-14 21:01:50 +00:00
|
|
|
BuildRequires: gnupg2
|
2010-04-08 20:24:43 +00:00
|
|
|
|
2020-06-14 21:02:46 +00:00
|
|
|
URL: http://www.gnu.org/software/%{name}/
|
2013-05-17 16:34:18 +00:00
|
|
|
BuildRequires: m4 >= 1.4
|
2020-12-17 02:56:30 +00:00
|
|
|
BuildRequires: make
|
2013-05-17 16:34:18 +00:00
|
|
|
#java-1.7.0-openjdk-devel
|
2004-09-09 03:32:53 +00:00
|
|
|
Requires: m4 >= 1.4
|
2004-09-09 03:30:15 +00:00
|
|
|
|
2012-05-15 14:33:25 +00:00
|
|
|
# bison contains a copy of gnulib. As a copylib, gnulib was granted
|
|
|
|
# an exception that allows bundling it with other software. For
|
|
|
|
# details, see:
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Exceptions
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
2004-09-09 03:30:15 +00:00
|
|
|
%description
|
2004-09-09 03:31:31 +00:00
|
|
|
Bison is a general purpose parser generator that converts a grammar
|
|
|
|
description for an LALR(1) context-free grammar into a C program to
|
|
|
|
parse that grammar. Bison can be used to develop a wide range of
|
|
|
|
language parsers, from ones used in simple desk calculators to complex
|
|
|
|
programming languages. Bison is upwardly compatible with Yacc, so any
|
|
|
|
correctly written Yacc grammar should work with Bison without any
|
|
|
|
changes. If you know Yacc, you shouldn't have any trouble using
|
|
|
|
Bison. You do need to be very proficient in C programming to be able
|
|
|
|
to use Bison. Bison is only needed on systems that are used for
|
|
|
|
development.
|
|
|
|
|
|
|
|
If your system will be used for C development, you should install
|
|
|
|
Bison.
|
2004-09-09 03:30:15 +00:00
|
|
|
|
2005-01-06 21:11:36 +00:00
|
|
|
%package devel
|
|
|
|
Summary: -ly library for development using Bison-generated parsers
|
2010-07-07 12:04:25 +00:00
|
|
|
Provides: bison-static = %{version}-%{release}
|
2005-01-06 21:11:36 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The bison-devel package contains the -ly library sometimes used by
|
|
|
|
programs using Bison-generated parsers. If you are developing programs
|
|
|
|
using Bison, you might want to link with this library. This library
|
2005-10-15 00:45:56 +00:00
|
|
|
is not required by all Bison-generated parsers, but may be employed by
|
2005-01-06 21:11:36 +00:00
|
|
|
simple programs to supply minimal support for the generated parsers.
|
|
|
|
|
2008-09-15 15:21:02 +00:00
|
|
|
# -ly is kept static. It only contains two symbols: main and yyerror,
|
|
|
|
# and both of these are extremely simple (couple lines of C total).
|
|
|
|
# It doesn't really pay off to introduce a shared library for that.
|
|
|
|
#
|
|
|
|
# Therefore -devel subpackage could have been created as -static, but
|
|
|
|
# the split was done in Jan 2005, which predates current guidelines.
|
|
|
|
# Besides there is logic to that: the library is devel in the sense
|
|
|
|
# that the generated parser could be distributed together with other
|
|
|
|
# sources, and only bison-devel would be necessary to wrap the build.
|
|
|
|
|
2005-10-15 00:43:37 +00:00
|
|
|
%package runtime
|
|
|
|
Summary: Runtime support files used by Bison-generated parsers
|
|
|
|
|
|
|
|
%description runtime
|
|
|
|
The bison-runtime package contains files used at runtime by parsers
|
|
|
|
that Bison generates. Packages whose binaries contain parsers
|
|
|
|
generated by Bison should depend on bison-runtime to ensure that
|
2005-10-15 00:45:56 +00:00
|
|
|
these files are available. See the Internationalization in the
|
|
|
|
Bison manual section for more information.
|
2005-10-15 00:43:37 +00:00
|
|
|
|
2004-09-09 03:30:15 +00:00
|
|
|
%prep
|
2020-06-14 21:01:50 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%autosetup
|
2004-09-09 03:32:47 +00:00
|
|
|
|
2004-09-09 03:30:15 +00:00
|
|
|
%build
|
2004-09-09 03:31:31 +00:00
|
|
|
%configure
|
2020-06-14 21:02:46 +00:00
|
|
|
%make_build
|
2004-09-09 03:30:15 +00:00
|
|
|
|
2005-04-08 03:40:57 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
#make maintainer-check
|
|
|
|
|
2004-09-09 03:30:15 +00:00
|
|
|
%install
|
2020-06-14 21:02:46 +00:00
|
|
|
%make_install
|
2004-09-09 03:31:31 +00:00
|
|
|
|
2004-09-09 03:32:47 +00:00
|
|
|
# Remove unpackaged files.
|
2020-06-14 21:02:46 +00:00
|
|
|
rm -f %{buildroot}/%{_bindir}/yacc
|
|
|
|
rm -f %{buildroot}/%{_infodir}/dir
|
|
|
|
rm -f %{buildroot}/%{_mandir}/man1/yacc*
|
|
|
|
rm -rf %{buildroot}/%{_docdir}/%{name}/examples/*
|
2004-09-09 03:32:27 +00:00
|
|
|
|
2004-09-09 03:31:31 +00:00
|
|
|
%find_lang %{name}
|
2005-10-15 00:43:37 +00:00
|
|
|
%find_lang %{name}-runtime
|
2019-06-21 14:24:18 +00:00
|
|
|
%find_lang %{name}-gnulib
|
2004-09-09 03:30:15 +00:00
|
|
|
|
|
|
|
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/bison.info*
|
|
|
|
|
2008-09-15 13:17:57 +00:00
|
|
|
# The distribution contains also source files. These are used by m4
|
|
|
|
# when the target parser file is generated.
|
2019-06-21 14:24:18 +00:00
|
|
|
%files -f %{name}.lang -f %{name}-gnulib.lang
|
2012-07-31 10:02:47 +00:00
|
|
|
%doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING
|
2004-09-09 03:32:47 +00:00
|
|
|
%{_mandir}/*/bison*
|
2004-09-09 03:31:31 +00:00
|
|
|
%{_datadir}/bison
|
2004-09-09 03:30:15 +00:00
|
|
|
%{_infodir}/bison.info*
|
2004-09-09 03:32:47 +00:00
|
|
|
%{_bindir}/bison
|
2005-10-15 00:43:37 +00:00
|
|
|
%{_datadir}/aclocal/bison*.m4
|
|
|
|
|
|
|
|
%files -f %{name}-runtime.lang runtime
|
2010-03-05 15:02:15 +00:00
|
|
|
%doc COPYING
|
2005-01-06 21:11:36 +00:00
|
|
|
|
|
|
|
%files devel
|
2010-03-05 15:02:15 +00:00
|
|
|
%doc COPYING
|
2005-01-06 21:22:35 +00:00
|
|
|
%defattr(-,root,root)
|
2004-09-09 03:32:47 +00:00
|
|
|
%{_libdir}/liby.a
|
2004-09-09 03:30:15 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:16:44 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.8.2-9
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:37:09 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.8.2-8
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-19 14:25:50 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-09-01 10:33:32 +00:00
|
|
|
* Fri Sep 1 2023 Arjun Shankar <arjun@redhat.com> - 3.8.2-6
|
|
|
|
- Analyse bison sources for license information
|
|
|
|
- Migrate License field to SPDX identifiers for
|
|
|
|
https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
|
|
|
|
(#2222079)
|
|
|
|
|
2023-07-19 14:39:20 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-18 22:54:54 +00:00
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-20 22:01:07 +00:00
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-19 22:22:12 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-13 20:28:37 +00:00
|
|
|
* Mon Dec 13 2021 Arjun Shankar <arjun@redhat.com> - 3.8.2-1
|
|
|
|
- Update to bison 3.8.2 (#2002074)
|
|
|
|
|
2021-07-21 18:38:37 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-18 19:37:22 +00:00
|
|
|
* Tue May 18 2021 Arjun Shankar <arjun@redhat.com> - 3.7.6-2
|
|
|
|
- Rebuild with binutils-2.36.1-12.fc35
|
|
|
|
|
2021-03-16 16:24:30 +00:00
|
|
|
* Tue Mar 16 2021 Arjun Shankar <arjun@redhat.com> - 3.7.6-1
|
|
|
|
- Update to bison 3.7.6 (#1920078)
|
|
|
|
|
2021-01-26 01:10:08 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-11 15:16:20 +00:00
|
|
|
* Mon Jan 11 2021 Arjun Shankar <arjun@redhat.com> - 3.7.4-1
|
|
|
|
- Update to bison 3.7.4 (#1897780)
|
|
|
|
|
2020-11-10 00:16:09 +00:00
|
|
|
* Tue Nov 10 2020 Arjun Shankar <arjun@redhat.com> - 3.7.3-1
|
|
|
|
- Update to bison 3.7.3 (#1887766)
|
|
|
|
|
2020-09-08 12:09:28 +00:00
|
|
|
* Tue Sep 8 2020 Arjun Shankar <arjun@redhat.com> - 3.7.2-1
|
|
|
|
- Update to bison 3.7.2 (#1876120)
|
|
|
|
|
2020-08-27 21:02:09 +00:00
|
|
|
* Thu Aug 27 2020 Arjun Shankar <arjun@redhat.com> - 3.7.1-1
|
|
|
|
- Update to bison 3.7.1 (#1859887)
|
|
|
|
|
2020-08-01 00:09:31 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.4-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 13:09:40 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-14 21:02:46 +00:00
|
|
|
* Fri Jul 10 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 3.6.4-1
|
2020-06-14 21:01:01 +00:00
|
|
|
- Update to bison 3.6.4 (#1792738, #1847608)
|
|
|
|
|
2020-01-28 13:00:44 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-07 17:48:56 +00:00
|
|
|
* Tue Jan 7 2020 Arjun Shankar <arjun@redhat.com> - 3.5-1
|
|
|
|
- Update to bison 3.5 (#1751843)
|
|
|
|
|
2019-07-24 19:18:57 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-21 14:24:18 +00:00
|
|
|
* Fri Jun 21 2019 Arjun Shankar <arjun@redhat.com> - 3.4.1-1
|
|
|
|
- Update to bison 3.4.1 (#1631912)
|
|
|
|
|
2019-01-31 14:39:41 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-14 23:40:53 +00:00
|
|
|
* Tue Aug 14 2018 Patsy Griffin Franklin <pfrankli@redhat.com> - 3.0.5-1
|
|
|
|
- _IO_ftrylockfile is obsolete as part of the removal of libio.h
|
|
|
|
- Build requires gcc-c++ to fix build failure. (#1603491)
|
|
|
|
- Update to bison 3.0.5 (#1583179)
|
|
|
|
|
2018-07-12 21:07:14 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 03:53:15 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 18:15:31 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 03:58:44 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-14 23:02:41 +00:00
|
|
|
* Mon Feb 13 2017 Patsy Franklin <pfrankli@redhat.com> - 3.0.4-6
|
|
|
|
- Proposed upstream patch to fix testsuite failures for tests 430-432.
|
|
|
|
BZ #1422261
|
|
|
|
|
2017-02-10 06:54:00 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 17:03:30 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-22 19:40:56 +00:00
|
|
|
* Thu Oct 22 2015 Patsy Franklin <pfrankli@redhat.com> - 3.0.4-3
|
|
|
|
- Remove unpackaged files.
|
|
|
|
|
2015-06-17 01:51:03 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-03 02:20:55 +00:00
|
|
|
* Mon Mar 02 2015 Patsy Franklin <pfrankli@redhat.com> - 2.0.4-1
|
|
|
|
- Rebase to 3.0.4.
|
|
|
|
|
2014-08-15 22:42:39 +00:00
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 03:04:31 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-01-14 20:15:32 +00:00
|
|
|
* Mon Dec 09 2013 Patsy Franklin <pfrankli@redhat.com> - 3.0.2-1
|
|
|
|
- Rebase to 3.0.2. Add BuildRequires: flex for testsuite.
|
|
|
|
|
2013-08-03 03:30:24 +00:00
|
|
|
* 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
|
|
|
|
|
2013-05-17 16:34:18 +00:00
|
|
|
* Fri May 17 2013 Petr Machata <pmachata@redhat.com> - 2.7-2
|
|
|
|
- Drop unused options --raw, -n, -e, --include and -I
|
|
|
|
|
2013-03-21 18:01:58 +00:00
|
|
|
* Thu Mar 21 2013 Petr Machata <pmachata@redhat.com> - 2.7-1
|
|
|
|
- Rebase to 2.7
|
|
|
|
|
2013-02-13 17:48:23 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-02 16:46:48 +00:00
|
|
|
* Fri Nov 2 2012 Orion Poplawski <orion@cora.nwra.com> - 2.6.4-1
|
|
|
|
- Update to 2.6.4
|
|
|
|
|
2012-07-31 10:02:47 +00:00
|
|
|
* Tue Jul 31 2012 Petr Machata <pmachata@redhat.com> - 2.6.1-1
|
|
|
|
- Rebase to 2.6.1
|
|
|
|
- Drop bison-2.4.2-drop-test-67.patch
|
|
|
|
- Resolves: #829028
|
|
|
|
|
2012-07-18 17:53:37 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-15 14:33:25 +00:00
|
|
|
* Tue May 15 2012 Petr Machata <pmachata@redhat.com> - 2.5-4
|
|
|
|
- Add a virtual provides for bundled(gnulib).
|
|
|
|
- Resolves: #821746
|
|
|
|
|
2012-04-17 18:28:10 +00:00
|
|
|
* Tue Apr 17 2012 Bill Nottingham <notting@redhat.com> - 2.5-2
|
|
|
|
- swap java-openjdk-1.6.0 for 1.7.0 in buildrequirements
|
|
|
|
|
2012-01-12 22:33:20 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-22 15:25:29 +00:00
|
|
|
* Wed Jun 22 2011 Petr Machata <pmachata@redhat.com> - 2.5-1
|
|
|
|
- Upstream 2.5
|
|
|
|
|
2011-02-08 05:02:32 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-08-11 12:47:52 +00:00
|
|
|
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 2.4.3-1
|
|
|
|
- Rebase to 2.4.3
|
|
|
|
- Resolves: #621854
|
|
|
|
|
2010-07-07 12:04:25 +00:00
|
|
|
* Thu Jul 1 2010 Petr Machata <pmachata@redhat.com> - 2.4.2-3
|
|
|
|
- Devel subpackage now provides boost-static, as per Fedora
|
|
|
|
guidelines.
|
|
|
|
- Resolves: #609599
|
|
|
|
|
2010-04-08 20:24:43 +00:00
|
|
|
* Thu Apr 8 2010 Petr Machata <pmachata@redhat.com> - 2.4.2-2
|
|
|
|
- Disable the mysteriously failing test no. 67. Details in associated
|
|
|
|
bugreport. (bison-2.4.2-drop-test-67.patch)
|
|
|
|
- Resolves: #576513
|
|
|
|
|
2010-04-07 14:43:57 +00:00
|
|
|
* Wed Apr 7 2010 Petr Machata <pmachata@redhat.com> - 2.4.2-1
|
|
|
|
- Rebase to 2.4.2
|
|
|
|
- Drop reap_subpipe patch, upstream has a fix
|
|
|
|
- Resolves: #576513
|
|
|
|
|
2010-03-05 15:02:15 +00:00
|
|
|
* Fri Mar 5 2010 Petr Machata <pmachata@redhat.com> - 2.4.1-5
|
|
|
|
- Fix the license tag
|
|
|
|
- Install COPYING
|
|
|
|
|
2009-08-24 12:11:09 +00:00
|
|
|
* Mon Aug 24 2009 Petr Machata <pmachata@redhat.com> - 2.4.1-4
|
|
|
|
- Fix installation with --excludedocs
|
|
|
|
- Resolves: #515939
|
|
|
|
|
2009-07-24 18:05:29 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 04:48:24 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-28 16:44:51 +00:00
|
|
|
* Sun Dec 28 2008 Petr Machata <pmachata@redhat.com> - 2.4.1-1
|
|
|
|
- Rebase to 2.4.1
|
|
|
|
- Resolves: #478348
|
|
|
|
|
2008-11-20 14:35:29 +00:00
|
|
|
* Wed Nov 12 2008 Petr Machata <pmachata@redhat.com> - 2.4-2
|
2008-11-20 14:33:52 +00:00
|
|
|
- Rebase to 2.4
|
|
|
|
- Resolves: #471183
|
|
|
|
|
2008-09-15 13:17:57 +00:00
|
|
|
* Mon Sep 15 2008 Petr Machata <pmachata@redhat.com> - 2.3-6
|
|
|
|
- Merge review:
|
|
|
|
- Drop terminating dot from Summary
|
|
|
|
- Escape macros inadvertently left in changelog
|
|
|
|
- Explain why are there source files in the main package
|
|
|
|
|
2008-02-19 19:53:29 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-08-28 17:43:17 +00:00
|
|
|
* Tue Aug 28 2007 Roland McGrath <roland@redhat.com> - 2.3-4
|
|
|
|
- Canonicalize License tag.
|
|
|
|
|
2007-01-21 23:39:54 +00:00
|
|
|
* Sun Jan 21 2007 Roland McGrath <roland@redhat.com> - 2.3-3
|
|
|
|
- Canonicalize post/preun use of install-info.
|
|
|
|
- Resolves: 223679
|
|
|
|
|
2006-07-12 05:26:54 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3-2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-07 23:07:22 +00:00
|
|
|
* Wed Jun 7 2006 Roland McGrath <roland@redhat.com> - 2.3-2
|
|
|
|
- Add BuildRequires on m4.
|
|
|
|
|
2006-06-07 20:14:05 +00:00
|
|
|
* Wed Jun 7 2006 Roland McGrath <roland@redhat.com> - 2.3-1
|
|
|
|
- New upstream version 2.3
|
|
|
|
|
2006-05-22 08:25:38 +00:00
|
|
|
* Mon May 22 2006 Roland McGrath <roland@redhat.com> - 2.2-1
|
|
|
|
- New upstream version 2.2
|
|
|
|
|
2006-05-02 03:29:05 +00:00
|
|
|
* Mon May 1 2006 Roland McGrath <roland@redhat.com> - 2.1-3
|
|
|
|
- Fix K&R parser definition when it has no arguments (#190376).
|
|
|
|
|
2006-02-11 02:08:38 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:09:29 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:39:47 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-10-15 00:43:37 +00:00
|
|
|
* Fri Oct 14 2005 Roland McGrath <roland@redhat.com> - 2.1-1
|
|
|
|
- New upstream version 2.1
|
|
|
|
- New subpackage bison-runtime for i18n support files used by parsers.
|
|
|
|
|
2005-04-08 03:40:57 +00:00
|
|
|
* Thu Apr 7 2005 Roland McGrath <roland@redhat.com> - 2.0-6
|
|
|
|
- run test suite in %%check
|
|
|
|
|
2005-03-15 00:44:46 +00:00
|
|
|
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 2.0-5
|
|
|
|
- rebuilt
|
|
|
|
|
2005-01-06 21:42:09 +00:00
|
|
|
* Thu Jan 6 2005 Roland McGrath <roland@redhat.com> - 2.0-4
|
|
|
|
- update upstream URLs, add doc files (#144346)
|
|
|
|
|
2005-01-06 21:22:35 +00:00
|
|
|
* Thu Jan 6 2005 Roland McGrath <roland@redhat.com> - 2.0-3
|
2008-09-15 13:17:57 +00:00
|
|
|
- missing %%defattr for subpackage
|
2005-01-06 21:22:35 +00:00
|
|
|
|
2005-01-06 21:11:36 +00:00
|
|
|
* Thu Jan 6 2005 Roland McGrath <roland@redhat.com> - 2.0-2
|
|
|
|
- split liby.a into bison-devel package
|
|
|
|
|
2005-01-05 03:22:13 +00:00
|
|
|
* Tue Jan 4 2005 Roland McGrath <roland@redhat.com> - 2.0-1
|
|
|
|
- new upstream version
|
|
|
|
|
2004-09-09 03:33:38 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Jun 4 2004 Roland McGrath <roland@redhat.com> 1.875c-1
|
|
|
|
- new upstream version (fixes bug #116823)
|
|
|
|
|
2004-09-09 03:33:13 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:32:53 +00:00
|
|
|
* Thu Oct 30 2003 Roland McGrath <roland@redhat.com> 1.875-6
|
|
|
|
- add dependency on m4 (bug #108655)
|
|
|
|
|
2004-09-09 03:32:47 +00:00
|
|
|
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 1.875-5
|
|
|
|
- remove problematic __attribute__ use for label (bug #105034)
|
|
|
|
|
|
|
|
* Fri Aug 1 2003 Havoc Pennington <hp@redhat.com> 1.875-3
|
|
|
|
- put #ifndef __cplusplus around attribute(unused) on goto label in yacc.c
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sat Mar 22 2003 Roland McGrath <roland@redhat.com> 1.875-2
|
|
|
|
- update specs for new files installed by new version
|
|
|
|
|
|
|
|
* Wed Mar 19 2003 Roland McGrath <roland@redhat.com> 1.875-1
|
|
|
|
- new upstream version 1.875 (bug #83184)
|
|
|
|
|
2004-09-09 03:32:27 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Nov 27 2002 Than Ngo <than@redhat.com> 1.35-5
|
|
|
|
- rebuild in new build enviroment
|
|
|
|
- remove unneeded file
|
|
|
|
|
2004-09-09 03:32:08 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 03:32:05 +00:00
|
|
|
* Tue Jun 18 2002 Than Ngo <than@redhat.com> 1.35-3
|
|
|
|
- don't forcibly strip binaries
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 03:31:34 +00:00
|
|
|
* Wed Mar 27 2002 Than Ngo <than@redhat.com> 1.35-1
|
|
|
|
- 1.35 fix incompatible with C++ compilers (bug #62121)
|
|
|
|
|
2004-09-09 03:31:31 +00:00
|
|
|
* Sun Mar 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 1.34
|
|
|
|
|
|
|
|
* Sat Feb 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 1.33
|
|
|
|
|
|
|
|
* Sat Jan 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 1.32
|
|
|
|
|
|
|
|
* Tue Jan 15 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 1.31
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2014-01-14 20:15:32 +00:00
|
|
|
* Tue Nov 27 2001 Than Ngo <than@redhat.com> 1.30-4
|
2004-09-09 03:31:31 +00:00
|
|
|
- add missing Url
|
|
|
|
|
|
|
|
* Sun Nov 25 2001 Than Ngo <than@redhat.com> 1.30-3
|
|
|
|
- fixed coredumps on some input bug #56607i, thanks to Enrico for locating this bug
|
|
|
|
|
|
|
|
* Tue Nov 06 2001 Than Ngo <than@redhat.com> 1.30-2
|
|
|
|
- FHS packaging
|
|
|
|
- use find_lang
|
|
|
|
|
|
|
|
* Sun Nov 04 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 1.30
|
|
|
|
|
|
|
|
* Mon Oct 15 2001 Than Ngo <than@redhat.de> 1.29-1
|
|
|
|
- update to 1.29
|
|
|
|
- update Url (bug #54597)
|
|
|
|
|
2004-09-09 03:31:13 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 03:30:15 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
|
|
|
|
- rebuilt in the new build environment
|
|
|
|
- FHS packaging
|
|
|
|
|
|
|
|
* Sat May 27 2000 Ngo Than <than@redhat.de>
|
|
|
|
- rebuild for 7.0
|
|
|
|
- put man pages and info files to correct place
|
|
|
|
|
2004-09-09 03:32:47 +00:00
|
|
|
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
|
2004-09-09 03:30:15 +00:00
|
|
|
- rebuild to gzip man page.
|
|
|
|
|
|
|
|
* Fri Jul 16 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 1.28.
|
|
|
|
|
2004-09-09 03:32:47 +00:00
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
2004-09-09 03:30:15 +00:00
|
|
|
- auto rebuild in the new build environment (release 3)
|
|
|
|
|
|
|
|
* Mon Mar 8 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- configure with datadir=/usr/lib (#1386).
|
|
|
|
|
|
|
|
* Mon Feb 22 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- updated text in spec file.
|
|
|
|
- update to 1.27
|
|
|
|
|
|
|
|
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- built for Manhattan
|
|
|
|
- added build root
|
|
|
|
|
|
|
|
* Wed Oct 15 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
- various spec file cleanups
|
|
|
|
|
|
|
|
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|