From b90488baa59e540d6f284ce4def97c221a4588b8 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 13 2019 14:34:15 +0000 Subject: add metadata and symlinks for binaries --- diff --git a/.files b/.files new file mode 100644 index 0000000..8f1e15e Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..3982cc8 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + The GNU Parser Generator + Bison is a parser generator similar to yacc(1). + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..aa5b3a0 --- /dev/null +++ b/.rev @@ -0,0 +1,385 @@ + + + 3f66e98e67204c67c4b9a0de8898a085 + 2.3 + + unknown + + + c0bdf737ed553f61f5a0d10b3bb537c9 + 2.3 + + unknown + + + 4f6902babc8dedbb4f7c861203b2b0a6 + 2.3 + + unknown + + + 4f6902babc8dedbb4f7c861203b2b0a6 + 2.3 + + unknown + + + 5217df2f6ed88e7c131ca43e8590f66b + 2.3 + + unknown + + + 7fb20fc6dca061eff9d0e17712c661f9 + 2.3 + + unknown + + + 7fb20fc6dca061eff9d0e17712c661f9 + 2.3 + + unknown + + + 245524667933181eca721cdda017b386 + 2.4.1 + + autobuild + Copy from devel:tools:compiler/bison based on submit request 32048 from user rguenther + + + + f53752dc6e3dc07f3db06143cc20db5f + 2.4.1 + + autobuild + + + f53752dc6e3dc07f3db06143cc20db5f + 2.4.1 + + autobuild + release number sync + + + f53752dc6e3dc07f3db06143cc20db5f + 2.4.1 + + autobuild + release number sync + + + f53752dc6e3dc07f3db06143cc20db5f + 2.4.1 + + autobuild + 11.4 source split + + + e3e16020f82d1d59ca1c47aaf52c0807 + 2.5 + + saschpe + - Update to version 2.5 +- Fixes GCC 4.6 warnings +- Changelist too long to fit here, see NEWS. (forwarded request 72835 from elvigia) + 72837 + + + 96a20f616fd8fefa4234e7fb7374525b + 2.5 + + saschpe + Autobuild autoformatter for 72837 + + + + 698ce5b12151edafeea080b1adaccd51 + 2.5 + + lrupp + - Remove redundant tags/sections from specfile (forwarded request 82874 from jengelh) + 82877 + + + 698ce5b12151edafeea080b1adaccd51 + 2.5 + + adrianSuSE + + + 64a1c30ac78defed16d602bcd0204de6 + 2.5 + + coolo + replace license with spdx.org variant + + + a6335185678d7607b58fe2c2db0294d9 + 2.5 + + coolo + - Own /usr/share/aclocal + 99576 + + + a6335185678d7607b58fe2c2db0294d9 + 2.5 + + adrianSuSE + branched from openSUSE:Factory + + + ce14bc7e06d04657d4ff1998b51fbb9d + 2.5 + + coolo + Fix build with missing gets declaration (glibc 2.16) (forwarded request 128154 from a_jaeger) + 129649 + + + 0f86f70a5a7fb0a8fc9e73afd60a1f88 + 2.6.2 + + coolo + update to version 2.6.2; review the patch removal please, seems ok to me to drop it (forwarded request 135488 from ketheriel) + 137793 + + + 173a9a7db1895858c9cd14757278e20d + 2.6.5 + + coolo + - 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. (forwarded request 140996 from elvigia) + 141405 + + + 173a9a7db1895858c9cd14757278e20d + 2.6.5 + + adrianSuSE + Split 12.3 from Factory + + + fda200b0a7326a7d8427d2f67163ff9a + 2.7 + + coolo + version update (forwarded request 151417 from adrianSuSE) + 156013 + + + 05efae73cc6e5280317f92b1a257d1da + 2.7 + + coolo + - Added url as source. + Please see http://en.opensuse.org/SourceUrls (forwarded request 160386 from m_meister) + 160402 + + + 06dff174363e074f80e3a0637662c5cf + 2.7 + + coolo + - Override broken configure checks (forwarded request 182601 from Andreas_Schwab) + 182648 + + + 06dff174363e074f80e3a0637662c5cf + 2.7 + + adrianSuSE + Split 13.1 from Factory + + + d63992d6e8984a1bdcb069194f6cd7df + 3.0 + + coolo + Forward + 200312 + + + 229c78b9f4e3e8ba605f06f6177d074a + 2.7 + + coolo + osc copypac from project:openSUSE:Factory package:bison revision:27 + + + 229c78b9f4e3e8ba605f06f6177d074a + 2.7 + + adrianSuSE + Split 13.2 from Factory + + + ef61e56d89c8b44355e706d6b3b66248 + 3.0.2 + + dimstar_suse + 1 + 266960 + + + 299a6b583fadfe1a26097bf1ae302abe + 3.0.3 + + dimstar_suse + - 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 + 282542 + + + 4125bbf01618a29b4ca12d160a36eb3e + 3.0.4 + + dimstar_suse + 1 + 287300 + + + b42a8bad3e09a79d07d2a83573460ce5 + 3.0.4 + + dimstar_suse + 1 + 328395 + + + 0ee17c1c6ed593dc17d323df900a7e6c + 3.0.4 + + dimstar_suse + 1 + 445748 + + + 037f50ba5cfcda8bc912319831e0eb6b + 3.0.4 + + dimstar_suse + 1 + 448464 + + + b6c6b8afc37111c60fb96f7eb378c166 + 3.0.5 + + dimstar_suse + + 617402 + + + 25889c20b521c42d1984836c9147da74 + 3.1 + + dimstar_suse + - Use profile guided optimization (PGO) when building + +- 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 + 639565 + + + d862124382ccf561d0fde1e02a61fe4b + 3.2.2 + + dimstar_suse + + 651031 + + + dfeb41526d922aad60b22d0308e51d13 + 3.2.4 + + dimstar_suse + - Do not build tests with -fprofile-generate in order to not to + overwrite gcda files (boo#1120868). + +- bison 3.2.4: + * Fix the move constructor of symbol_type + * Always provide a copy constructor for symbol_type + +- 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 + 663693 + + + efd36fd974c144263520115ad5d7672b + 3.3.1 + + coolo + + 670524 + + + e524b3e84ee92c828d13ef1bb399a372 + 3.3.2 + + coolo + + 676934 + + + e4d94704b52f7905a1d093cfdce86664 + 3.4.1 + + dimstar_suse + - 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 + 705886 + + + 2d8c83f3ca56409641faf4ad91ab15c0 + 3.4.1 + + dimstar_suse + Use FAT LTO objects in order to provide proper static library. (forwarded request 720438 from marxin) + 721030 + + diff --git a/bison-3.4.1.tar.xz b/bison-3.4.1.tar.xz new file mode 120000 index 0000000..a4eef27 --- /dev/null +++ b/bison-3.4.1.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeietthnwxgn2l3zjud5uwxd7ygnqfxo6pkij6s4qxp7ygygnonc33e \ No newline at end of file