Sync from SUSE:SLFO:Main bison revision 8d6f3b15f6f5795a7f5d344d3eba5707
This commit is contained in:
commit
2040d781fd
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
bison
|
BIN
bison-3.8.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
bison-3.8.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
6
bison-3.8.2.tar.xz.sig
Normal file
6
bison-3.8.2.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYU7sOQAKCRAN3KoyeNUm
|
||||
TvqkAJ40OU3S4NcrahT9jS4yXn23/RTmOACg3qOg8DplJaaih54VV8c4cxDJi0k=
|
||||
=Ijrq
|
||||
-----END PGP SIGNATURE-----
|
706
bison.changes
Normal file
706
bison.changes
Normal file
@ -0,0 +1,706 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 31 05:56:31 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- Remove profiling support. Bison's performance is not really key to
|
||||
rebuild cycles, but as bison is a bootstrap package, it's own build
|
||||
time can hurt - especially if it's not reproducible.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 17 12:07:50 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- disable tests and profiling using tests on armv6l (boo#1192737)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 2 07:23:56 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.8.2
|
||||
* in Yacc compatibility mode (options -y/--yacc) Bison now
|
||||
generates prototypes for yyerror and yylex if POSIXLY_CORRECT
|
||||
is set
|
||||
* -g/--graph now generates a *.gv file by default, instead of *.dot
|
||||
* Support for the YYPRINT macro is removed
|
||||
* The "lalr1.d" skeleton is now officially part of Bison
|
||||
* Option -H, --header and directive %header supersede
|
||||
--defines and %defines, respectively
|
||||
* --html generates HTML reports directly in one step
|
||||
* A new C++ native GLR parser
|
||||
* Counterexamples now show the rule numbers, and always show ε
|
||||
for rules with an empty right-hand side
|
||||
* Support for Lookahead correction (LAC) in Java
|
||||
* User actions may now use YYNOMEM to abort the current parse
|
||||
with memory exhaustion
|
||||
* Support for custom error messages and location print macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 21:47:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- move COPYING file into licenses subdirectory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 9 19:51:28 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.7.6:
|
||||
* Fix reused push parsers
|
||||
* Fix table generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 09:29:12 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Run tests in parallel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 15:35:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use https for sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 15:14:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.7.5:
|
||||
* Fix crashes in counterexample generation
|
||||
* Fix Table Generation generating incorrect parsers when there
|
||||
are many useless tokens
|
||||
* GLR parsers now support %merge together with
|
||||
api.value.type=union
|
||||
* C++ parsers use noexcept in more places
|
||||
* Generated parsers avoid some warnings about signedness issues
|
||||
* C-language parsers now avoid warnings from pedantic clang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 16:55:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.7.4:
|
||||
* In Yacc mode, YYEMPTY token was missing its macro definiton
|
||||
* Fix lalr1.cc skeleton internal assertions
|
||||
* Make macro YY_ASSERT obey the api.prefix %define variable
|
||||
* Work around C++ limitations for long assertions
|
||||
* The YYBISON macro in generated "regular C parsers" is now
|
||||
defined to the version of Bison as an integer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 13:25:23 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.7.3:
|
||||
* Fix concurrent build issues
|
||||
* The bison executable is no longer linked uselessly against
|
||||
libreadline
|
||||
* Fix incorrect use of yytname in glr.cc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 08:44:24 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.7.2:
|
||||
* fix all known Bison CVEs relating to the bison-the-program
|
||||
itself, not the generated code. Includes CVE-2020-24979: buffer
|
||||
overflow in src/symtab.c (boo#1176227)
|
||||
* concurrent build issues
|
||||
* Push parsers always use YYMALLOC/YYFREE
|
||||
* Fix unlikely crashes found by fuzzing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 20:45:28 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.7.1:
|
||||
* YYPRINT macro is deprecated
|
||||
* --graph will generate a *.gv file by default
|
||||
* Add Counterexample Generation feature
|
||||
* Add File prefix mapping feature
|
||||
* Various bug fixes and behavior changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 19:50:24 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.6.4:
|
||||
* In glr.cc some internal macros leaked in the user's code, and
|
||||
could damage access to the token kinds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 07:36:26 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.6.3:
|
||||
* Incorrect comments in the generated parsers
|
||||
* Warnings in push parsers (yacc.c)
|
||||
* Incorrect display of gotos in LAC traces (lalr1.cc)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 17:19:11 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.6.2:
|
||||
* When token aliases contained content delimiters bison used
|
||||
to emit "nested" comments, which is invalid C
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 14:41:21 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.6.1:
|
||||
* fix GNU readline portability issues
|
||||
* In C++, yy::parser::symbol_name is now a public member, as was
|
||||
intended
|
||||
* In C++, yy::parser::symbol_type now has a public name() member
|
||||
function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 10 09:11:54 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU bison 3.6:
|
||||
* Backward incompatible change: The YYERROR_VERBOSE macro is no
|
||||
longer supported
|
||||
* The YYPRINT macr is deprecated and will be removed eventually
|
||||
* Improved syntax error messages
|
||||
* %define parse.error behavior expended
|
||||
* Token aliases can be internationalized
|
||||
* Deep overhaul of the symbol and token kinds
|
||||
* Modernize display of explanatory statements in diagnostics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 08:04:47 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- bison 3.5.4:
|
||||
* Fix portability issues of the package itself on old compilers
|
||||
* Fix api.token.raw support in Java
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 12:13:20 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.5.3
|
||||
* minor fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 15:26:42 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.5.2:
|
||||
* Portability issues and minor cosmetic issues.
|
||||
* The lalr1.cc skeleton properly rejects unsupported values for
|
||||
parse.lac (as yacc.c does).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 16:11:27 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.5.1:
|
||||
* Portability fixes.
|
||||
* Fix compiler warnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 03:01:16 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Drop unnecessary autoconf BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 15:40:38 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.5:
|
||||
* Plenty of changes - see provided NEWS for detailed list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 15:25:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 3.4.2:
|
||||
* In some cases, when warnings are disabled, bison could emit
|
||||
tons of white spaces as diagnostics
|
||||
* When running out of memory, bison could crash
|
||||
* When defining twice the EOF token, bison would crash
|
||||
* New warnings from recent compilers have been addressed in the
|
||||
generated parsers (yacc.c, glr.c, glr.cc)
|
||||
* When lone carriage-return characters appeared in the input
|
||||
file, diagnostics could hang forever
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 06:57:00 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Use FAT LTO objects in order to provide proper static library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 08:43:17 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.4.1
|
||||
* Multiple changes, mostly bugfixes - see provided NEWS for
|
||||
details
|
||||
- Do not run any tests in parallel - this caused random failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 06:45:57 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Run profiling without parallelism for reproducible build results
|
||||
(boo#1040589)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 04 17:11:14 UTC 2019 - seanlew@opensuse.org
|
||||
|
||||
- bison 3.3.2:
|
||||
* bison 3.3 failed to generate parsers for grammars with unused
|
||||
nonterminal symbols
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 00:47:11 UTC 2019 - seanlew@opensuse.org
|
||||
|
||||
- bison 3.3.1:
|
||||
* The option -y makes extensions into simple warnings
|
||||
* Removed support for DJGPP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 20:44:43 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Do not build tests with -fprofile-generate in order to not to
|
||||
overwrite gcda files (boo#1120868).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 03:40:07 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.2.4:
|
||||
* Fix the move constructor of symbol_type
|
||||
* Always provide a copy constructor for symbol_type
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 16:55:04 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.2.3:
|
||||
* c++: fix token constructors for types with commas
|
||||
* data/variant.hh: Do not use user types
|
||||
* tests/local.at: Adjust lex-related macros for tokenization
|
||||
* test/types.at: Also ceck token constructors with commas
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.2.2:
|
||||
* Support C++ 11 with move-only types for semantic values
|
||||
* C++ 98 support is now deprecated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 09 08:04:18 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.2:
|
||||
* %printers should use yyo rather than yyoutput to denote the output stream.
|
||||
* variant-based symbols in C++ should use emplace() rather than build()
|
||||
* in C++ parsers, parser:;operator() is now a synonym for the parser::parse
|
||||
* C++ support for move semantics (lalr1.cc)
|
||||
* C++ implicit move of right-hand side values (lair1.cc)
|
||||
* C++ the implicit default semantic action is always run
|
||||
* C++ renaming locations.hh
|
||||
* C++ stack.hh and position.hh are deprecated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 09:27:28 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Use profile guided optimization (PGO) when building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 05:28:01 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.1:
|
||||
* Compiling Bison now requires a C99 compiler
|
||||
* Typed midrule actions
|
||||
* Reports include the type of symbols
|
||||
* Diagnostics about useless rules now implemented
|
||||
* C++: Generated parsers can be compiled with -fno-exceptions (lairi.cc)
|
||||
* GLR: Predicates support broken by #line directives
|
||||
* Printer and destructor with broken #line directives
|
||||
* Portability on ICC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 19:11:25 UTC 2018 - astieger@suse.com
|
||||
|
||||
- bison 3.0.5:
|
||||
* C++: Fix support of 'syntax_error'
|
||||
* Fix various C++ warnings
|
||||
* Fix issues with C++ parsers where out-of-bounds errors could
|
||||
happen when a rule with an empty ride-hand side raises a
|
||||
syntax error
|
||||
- drop gcc7-fix.patch, no longer required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 09:45:23 UTC 2016 - mliska@suse.cz
|
||||
|
||||
- gcc7-fix.patch: Add forward declaration to compile with GCC7.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 11:04:29 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Update keyring file to not be 38 MB large...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 14:24:58 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Set the installinfo in preun rather than postun to avoid ugly
|
||||
warning about file not being present.
|
||||
- Remove the Obsolete for old ppc64 support that won't get triggered
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 21:14:39 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Add gpg signature
|
||||
- Update to 3.0.4:
|
||||
* Fix a compiler warning when no %destructor use $$.
|
||||
* Several portability issues in tests were fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 20:06:50 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 3.0.3
|
||||
Bug fixes
|
||||
* C++ with Variants (lalr1.cc)
|
||||
Problems with %destructor and '%define parse.assert' have been fixed.
|
||||
* Named %union support (yacc.c, glr.c)
|
||||
Bison 3.0 introduced a regression on named %union such as
|
||||
%union foo { int ival; };
|
||||
The possibility to use a name was introduced "for Yacc compatibility".
|
||||
It is however not required by POSIX Yacc, and its usefulness is not clear.
|
||||
* %define api.value.type union with %defines (yacc.c, glr.c)
|
||||
The C parsers were broken when %defines was used together with "%define
|
||||
api.value.type union".
|
||||
* Redeclarations are reported in proper order
|
||||
Documentation
|
||||
* Bison now installs various files in its docdir (which defaults to
|
||||
'/usr/local/share/doc/bison'), including the three fully blown examples
|
||||
extracted from the documentation:
|
||||
- rpcalc
|
||||
Reverse polish calculator, a simple introductory example.
|
||||
- mfcalc
|
||||
Multi-function Calc, a calculator with memory and functions and located
|
||||
error messages.
|
||||
- calc++
|
||||
a calculator in C++ using variant support and token constructors.
|
||||
- Split out translation files
|
||||
- Pass "--docdir=%{_docdir}/%{name}" and do not perform %doc anymore
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 24 11:39:10 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 3.0.2
|
||||
+ Generated source files when errors are reported
|
||||
+ %empty is used in reports
|
||||
+ When C++ variant support is enabled, an error triggered via YYERROR,
|
||||
but not caught via error recovery, resulted in a double deletion.
|
||||
- Remove location-eof-check.patch; merged on upstream release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 20:13:38 UTC 2013 - schwab@linux-m68k.org
|
||||
|
||||
- location-eof-check.patch: Fix broken EOF check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 02:24:50 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to bision 3.0
|
||||
* deep overhaul/improvements of the diagnostics
|
||||
* more versatile means to describe semantic value types,
|
||||
including the ability to store genuine C++ objects in C++ parsers
|
||||
* push-parser interface extended to Java
|
||||
* parse-time semantic predicates for GLR parsers.
|
||||
* This is a major update, please see https://lwn.net/Articles/561990/
|
||||
for all details and backward incompatible changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de
|
||||
|
||||
- Override broken configure checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 07:52:06 UTC 2013 - mmeister@suse.com
|
||||
|
||||
- Added url as source.
|
||||
Please see http://en.opensuse.org/SourceUrls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 06:11:30 UTC 2013 - adrian@suse.com
|
||||
|
||||
- bison update to 2.7
|
||||
* Changes in the format of error messages
|
||||
* New format for error reports: carets
|
||||
* New value for %define variable: api.pure full
|
||||
* New %define variable: api.location.type (glr.cc, lalr1.cc, lalr1.java)
|
||||
* Exception safety (lalr1.cc)
|
||||
* Graph improvements in DOT and XSLT
|
||||
* %language is no longer an experimental feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:23:50 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
- bison 2.6.5
|
||||
* Incorrect definitions of YY_, issued by yacc.c when no parser header is
|
||||
generated, are removed.
|
||||
* Fix compiler warnings in the generated parser (yacc.c, glr.c)
|
||||
* Warnings about uninitialized yylval and/or yylloc for push parsers with a
|
||||
pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
|
||||
3.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 23 17:27:27 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
- Update to version 2.6.2:
|
||||
+ Buffer overruns, complaints from Flex, and portability issues
|
||||
in the test suite have been fixed.
|
||||
+ Changelist too long to fit here, see NEWS
|
||||
- Source format is now .xz
|
||||
- Remove bison-stdio.in.patch: seems upstreamed
|
||||
- Add 'xz' to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 18:55:21 UTC 2012 - aj@suse.de
|
||||
|
||||
- Fix build with missing gets declaration (glibc 2.16)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 09:54:18 UTC 2012 - aj@suse.de
|
||||
|
||||
- Own /usr/share/aclocal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 19:52:28 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 03:06:12 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to version 2.5
|
||||
- Fixes GCC 4.6 warnings
|
||||
- Changelist too long to fit here, see NEWS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 16:57:10 CET 2010 - rguenther@suse.de
|
||||
|
||||
- Update to version 2.4.1.
|
||||
- Apply fix for GCC 4.5 compliance.
|
||||
- Apply fix for unsupported output file names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 10:59:57 UTC 2010 - coolo@novell.com
|
||||
|
||||
- package yacc.1 too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 12:42:41 UTC 2010 - coolo@novell.com
|
||||
|
||||
- fix patch name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 11:53:49 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- updated to 2.4
|
||||
* new experimental %language directive to select the used
|
||||
skeleton and output file name
|
||||
* experimantal Java parser support
|
||||
* support for push parsers
|
||||
* bison now removes unreachable states (this might require
|
||||
updates to %expect and %expect-rr directives)
|
||||
* support for per-type and default %destructor's and %printer's
|
||||
* except for LALR(1) parsers in C with POSIX Yacc emulation enabled
|
||||
(with `-y', `--yacc', or `%yacc'), Bison no longer generates
|
||||
#define statements for associating token numbers with token
|
||||
names
|
||||
* For a detailed list of fixes and new features, see
|
||||
/usr/share/doc/packages/bison/NEWS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 12 20:36:01 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- enable parallel building
|
||||
- add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 13:31:57 CET 2007 - mmarek@suse.cz
|
||||
|
||||
- use more $RPM_OPT_FLAGS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 15:21:48 CEST 2006 - mmarek@suse.cz
|
||||
|
||||
- updated to 2.3
|
||||
* all generated scanners can be used in non-free programs
|
||||
(previously, only LALR(1) scanners in C had the exception)
|
||||
* multiple %union declarations can be used, they will be
|
||||
concatenated
|
||||
* unused values with a %destructor are warned about
|
||||
* %destructors are not run for values in the action that called
|
||||
YYABORT/YYACCEPT/YYERROR
|
||||
* unsatisfied number of %expect/%expect-rr conflicts is an error,
|
||||
not warning
|
||||
* ability to depend on a minimal bison version via
|
||||
%require "VERSION"
|
||||
* no global YYSTYPE and YYLTYPE macros and token names in C++
|
||||
scanners -- yy::parser::semantic_type, yy::parser::location_type
|
||||
and yy::parser::token::<token> should be used instead
|
||||
(can be reverted by '%define "global_tokens_and_yystype" "1"')
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:30:01 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 14:09:04 CET 2005 - mmarek@suse.cz
|
||||
|
||||
- push the 2.1 update into factory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 10:18:23 CET 2005 - mmarek@suse.cz
|
||||
|
||||
- update to 2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 05 13:44:55 CET 2004 - tcrhak@suse.cz
|
||||
|
||||
- fixed wrong variable name (bug #47961, patch output)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:17:04 CET 2004 - kukuk@suse.de
|
||||
|
||||
- Readd m4 requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 09:54:44 CET 2004 - adrian@suse.de
|
||||
|
||||
- build as user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 06 11:37:15 CET 2004 - tcrhak@suse.cz
|
||||
|
||||
- update to version 1.875
|
||||
- use %{_libdir}
|
||||
- run the testsuite
|
||||
- applied Michael Matz's patch
|
||||
- GCC does not support attributes on label in C++
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 19:11:55 CEST 2003 - tcrhak@suse.cz
|
||||
|
||||
- require m4, issue an error message and return a non-zero
|
||||
exit code if m4 binary is not found [bug #30653], patch readpipe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
|
||||
|
||||
- fix install_info --delete call and move from preun to postun
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 07 16:47:08 CET 2003 - tcrhak@suse.cz
|
||||
|
||||
- Improved fix for the scaner: treat @ and initial comments
|
||||
the right way
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 01:16:20 CET 2003 - ro@suse.de
|
||||
|
||||
- added install_info macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 19:38:34 CET 2002 - aj@suse.de
|
||||
|
||||
- Fix one more problem encountered in building gcc with $
|
||||
(all work done by jh@suse.cz).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 18:16:35 CET 2002 - aj@suse.de
|
||||
|
||||
- Fix last patch to handle $ in comments correctly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 14:53:50 CET 2002 - aj@suse.de
|
||||
|
||||
- Fix handling of $ in scan-gram.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 06 15:36:22 CET 2002 - tcrhak@suse.cz
|
||||
|
||||
- update to version 1.75
|
||||
- removed YYPARSE_RETURN_TYPE: no package uses this and yyparse()
|
||||
relies on having its return type compatible with int
|
||||
- do not use C++ kludges fix with the new version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
||||
|
||||
- removed bogus self-provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 18:33:57 CEST 2002 - tcrhak@suse.cz
|
||||
|
||||
- a stack overflow fix for `C++ kludges': do extend stack
|
||||
even if location tracking is not enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 17:23:22 CEST 2002 - tcrhak@suse.cz
|
||||
|
||||
- update to 1.35
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 13:50:05 CET 2002 - schwab@suse.de
|
||||
|
||||
- Don't use NULL when it may not be defined.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 10:51:48 CET 2002 - tcrhak@suse.cz
|
||||
|
||||
- update to version 1.33
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 20:05:16 CET 2002 - tcrhak@suse.cz
|
||||
|
||||
- update to version 1.32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 16:32:58 CET 2001 - schwab@suse.de
|
||||
|
||||
- Fix double free.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 17:14:00 CET 2001 - schwab@suse.de
|
||||
|
||||
- Fix use of YYSTACK_USE_ALLOCA in parser skeleton.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 13:55:50 CEST 2001 - tcrhak@suse.cz
|
||||
|
||||
- update to 1.30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 16:19:47 CET 2000 - schwab@suse.de
|
||||
|
||||
- Fix line numbers in bison.simple.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 14:03:49 CEST 2000 - nadvornik@suse.cz
|
||||
|
||||
- update to 1.28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 11:26:45 CET 2000 - schwab@suse.de
|
||||
|
||||
- Fix missing declaration
|
||||
- Specfile cleanup, get rid of Makefile.Linux
|
||||
- /usr/{info,man} -> /usr/share/{info,man}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
||||
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
Fri Jun 13 11:28:39 CEST 1997 - rj@suse.de
|
||||
|
||||
- yacc emulation removed, because of existing mid-age technology
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
Fri May 16 14:47:52 CEST 1997 - rj@suse.de
|
||||
|
||||
- version 1.25
|
||||
- yacc-functionality emulated thru script
|
47
bison.keyring
Normal file
47
bison.keyring
Normal file
@ -0,0 +1,47 @@
|
||||
pub dsa1024 2000-02-25 [SC]
|
||||
7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E
|
||||
uid [ unknown] Akim Demaille <akim.demaille@gmail.com>
|
||||
uid [ unknown] Akim Demaille <akim@gnu.org>
|
||||
uid [ unknown] Akim Demaille <akim@epita.fr>
|
||||
uid [ unknown] Akim Demaille <demaille@enst.fr>
|
||||
uid [ unknown] Akim Demaille <akim@lrde.epita.fr>
|
||||
uid [ unknown] Akim Demaille <akim@freefriends.org>
|
||||
sub elg1024 2000-02-25 [E]
|
||||
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
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
|
||||
1VadL1n3QldRE8JJrU8=
|
||||
=vaRe
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
80
bison.spec
Normal file
80
bison.spec
Normal file
@ -0,0 +1,80 @@
|
||||
#
|
||||
# spec file for package bison
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: bison
|
||||
Version: 3.8.2
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://www.gnu.org/software/bison/bison.html
|
||||
Source0: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
Requires: m4
|
||||
|
||||
%description
|
||||
Bison is a parser generator similar to yacc(1).
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-rpath \
|
||||
--enable-nls \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
gl_cv_func_printf_directive_n=yes \
|
||||
gl_cv_func_printf_infinite_long_double=yes
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
|
||||
%check
|
||||
%ifnarch armv6hl
|
||||
%make_build check
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README THANKS TODO
|
||||
%exclude %{_docdir}/%{name}/COPYING
|
||||
%doc %{_docdir}/%{name}/examples
|
||||
%dir %{_datadir}/aclocal
|
||||
%{_bindir}/bison
|
||||
%{_bindir}/yacc
|
||||
%{_libdir}/liby.a
|
||||
%{_datadir}/bison
|
||||
%dir %{_datadir}/aclocal
|
||||
%{_datadir}/aclocal/bison-i18n.m4
|
||||
%{_infodir}/bison.info*.gz
|
||||
%{_mandir}/man1/bison.1%{?ext_man}
|
||||
%{_mandir}/man1/yacc.1%{?ext_man}
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user