Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: lemon | Distribution: Fedora Project |
Version: 3.42.0 | Vendor: Fedora Project |
Release: 7.fc39 | Build date: Sat Jul 22 04:28:32 2023 |
Group: Unspecified | Build host: buildvm-a64-06.iad2.fedoraproject.org |
Size: 238111 | Source RPM: sqlite-3.42.0-7.fc39.src.rpm |
Packager: Fedora Project | |
Url: http://www.sqlite.org/ | |
Summary: A parser generator |
Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers.
blessing
* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 3.42.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Zuzana Miklankova <[email protected]> - 3.42.0-6 - remove patch5 - adjusting sync test * Thu Jul 13 2023 Zuzana Miklankova <[email protected]> - 3.42.0-5 - remove patch4 - disabling datetime test * Thu Jul 13 2023 Zuzana Miklankova <[email protected]> - 3.42.0-4 - remove patch3 - temporary workaround for percentile test * Thu Jul 13 2023 Zuzana Miklankova <[email protected]> - 3.42.0-3 - remove patch2 - no-malloc-usable-size, #801981 * Thu Jul 13 2023 Zuzana Miklankova <[email protected]> - 3.42.0-2 - Updated to version 3.42.0 (https://sqlite.org/releaselog/3_42_0.html) * Fri Jun 23 2023 Zuzana Miklankova <[email protected]> - 3.41.2-3 - revert to version 3.41.2 as the 3.42.0 does not correctly work with dnf * Wed Jun 21 2023 Zuzana Miklankova <[email protected]> - 3.42.0-1 - Updated to version 3.42.0 (https://sqlite.org/releaselog/3_42_0.html) - Use %patch -P N instead of deprecated %patchN * Thu May 25 2023 Siddhesh Poyarekar <[email protected]> - 3.41.2-2 - Drop duplicate -mbranch-protection. * Mon Mar 27 2023 Zuzana Miklankova <[email protected]> - 3.41.2-1 - Updated to version 3.41.2 (https://sqlite.org/releaselog/3_41_2.html) - Migrated to SPDX license * Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 3.40.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 02 2023 Zuzana Miklankova <[email protected]> - 3.40.1-1 - Updated to version 3.40.1 (https://sqlite.org/releaselog/3_40_1.html) * Fri Nov 18 2022 Zuzana Miklankova <[email protected]> - 3.40.0-1 - Updated to version 3.40.0 (https://sqlite.org/releaselog/3_40_0.html) * Wed Oct 19 2022 Zuzana Miklankova <[email protected]> - 3.39.4-1 - Updated to version 3.39.4 (https://sqlite.org/releaselog/3_39_4.html) * Tue Sep 06 2022 Zuzana Miklankova <[email protected]> - 3.39.3-1 - Updated to version 3.39.3 (https://sqlite.org/releaselog/3_39_3.html) * Fri Jul 29 2022 Zuzana Miklankova <[email protected]> - 3.39.2-1 - Updated to version 3.39.2 (https://sqlite.org/releaselog/3_39_2.html) * Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 3.39.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 18 2022 Zuzana Miklankova <[email protected]> - 3.39.1-1 - Updated to version 3.39.1 (https://sqlite.org/releaselog/3_39_1.html) * Mon Jun 27 2022 Zuzana Miklankova <[email protected]> - 3.39.0-1 - Updated to version 3.39.0 (https://sqlite.org/releaselog/3_39_0.html) * Thu Jun 09 2022 Zuzana Miklankova <[email protected]> - 3.38.5-2 - Fix build error --without sqldiff - Fix typo in changelog * Mon May 09 2022 Zuzana Miklankova <[email protected]> - 3.38.5-1 - Updated to version 3.38.5 (https://sqlite.org/releaselog/3_38_5.html) * Mon May 02 2022 Zuzana Miklankova <[email protected]> - 3.38.3-2 - add flag -mbranch-protection=standard for aarch64 - remove configure flag --enable-json1, as this is default from 3.38.0 - run autoupdate before autoconf in %prep * Thu Apr 28 2022 Zuzana Miklankova <[email protected]> - 3.38.3-1 - Updated to version 3.38.3 (https://sqlite.org/releaselog/3_38_3.html) * Thu Apr 07 2022 Zuzana Miklankova <[email protected]> - 3.38.2-1 - Updated to version 3.38.2 (https://sqlite.org/releaselog/3_38_2.html) * Wed Mar 23 2022 Zuzana Miklankova <[email protected]> - 3.38.1-1 - Updated to version 3.38.1 (https://sqlite.org/releaselog/3_38_1.html) * Thu Mar 03 2022 Zuzana Miklankova <[email protected]> - 3.38.0-1 - Updated to version 3.38.0 (https://sqlite.org/releaselog/3_38_0.html) - Set flags with configure script, whenever possible * Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 3.36.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Aug 18 2021 Ondrej Dubaj <[email protected]> - 3.36.0-4 - Enabled SQLITE_DBPAGE virtual table (#1973454) * Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 3.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/bin/lemon /usr/lib/.build-id /usr/lib/.build-id/0b /usr/lib/.build-id/0b/254cefae8304ab2313c6601fb700d6ead100e6 /usr/share/lemon /usr/share/lemon/lempar.c
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 22:15:25 2024