Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: swi-prolog-odbc | Distribution: Fedora Project |
Version: 9.2.8 | Vendor: Fedora Project |
Release: 2.fc42 | Build date: Wed Oct 23 23:24:05 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-21.iad2.fedoraproject.org |
Size: 731812 | Source RPM: pl-9.2.8-2.fc42.src.rpm |
Packager: Fedora Project | |
Url: https://www.swi-prolog.org/ | |
Summary: SWI-Prolog ODBC interface |
SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it. SWI-Prolog additionally offers: * A powerful module system * Garbage collection * Unicode character set handling * Unbounted integer and rational number arithmetic * Multithreading support * A powerful C/C++ interface * GNU Readline interface The value of RDMS for Prolog is often overestimated, as Prolog itself can manage substantial amounts of data. Nevertheless a Prolog/RDMS interface provides advantages if data is already provided in an RDMS, data must be shared with other applications, there are strong persistence requirements or there is too much data to fit in memory. The popularity of ODBC makes it possible to design a single foreign-language module that provides RDMS access for a wide variety of databases on a wide variety of platforms. The SWI-Prolog RDMS interface is closely modeled after the ODBC API. This API is rather low-level, but defaults and dynamic typing provided by Prolog give the user quite simple access to RDMS, while the interface provides the best possible performance given the RDMS independence constraint.
BSD-2-Clause
* Wed Oct 23 2024 Jerry James <loganjerry@gmail.com> - 9.2.8-2 - Update obsoletes to stay ahead of F40 * Wed Oct 23 2024 Jerry James <loganjerry@gmail.com> - 9.2.8-1 - Version 9.2.8 - Drop upstreamed gettid patch - Upstream has relicensed some files; change License tags accordingly * Fri Sep 20 2024 Miroslav Suchý <msuchy@redhat.com> - 9.2.7-4 - change license back from Unicode-TOU to Unicode-DFS-2016 * Wed Sep 18 2024 Jerry James <loganjerry@gmail.com> - 9.2.7-3 - Fix swi-prolog-java FTI (rhbz#2313232) - Expose inclpr plugin dependency on the math library - Fix a license typo in swi-prolog-core - Fix broken links - Deduplicate files * Tue Sep 17 2024 Jerry James <loganjerry@gmail.com> - 9.2.7-2 - Fix swi-prolog-doc dependency on swi-prolog-core * Tue Sep 17 2024 Jerry James <loganjerry@gmail.com> - 9.2.7-1 - Version 9.2.7 - Change subpackage names to match Debian at upstream's request - Build with tcmalloc support - Unbundle texinfo.tex - Setting LC_ALL is no longer necessary - Drop JavaConfig.java in favor of %%{java_home} - Tests now pass on all architectures - Numerous spec file cleanups and simplifications * Thu Jul 25 2024 Jerry James <loganjerry@gmail.com> - 9.2.6-1 - Version 9.2.6 - Build with Qt6 instead of Qt5 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> - 9.2.5-3 - Fix VCS field * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 9.2.5-2 - Rebuilt for Python 3.13 * Wed May 22 2024 Jerry James <loganjerry@gmail.com> - 9.2.5-1 - Version 9.2.5 - Drop upstreamed zlib patch - Drop junit.jar workaround, now fixed upstream * Fri Apr 26 2024 Jerry James <loganjerry@gmail.com> - 9.2.4-1 - Version 9.2.4 - Drop upstreamed template-id and janus-ref patches * Sun Apr 07 2024 Miroslav Suchý <msuchy@redhat.com> - 9.2.3-3 - Correct typo in SPDX license * Fri Apr 05 2024 Jerry James <loganjerry@gmail.com> - 9.2.3-2 - Fix use-after-free scenario in swipy * Fri Apr 05 2024 Jerry James <loganjerry@gmail.com> - 9.2.3-1 - Version 9.2.3 - Add template-id patch for C++20 compatibility * Sun Mar 03 2024 Jerry James <loganjerry@gmail.com> - 9.2.2-1 - Version 9.2.2 * Wed Feb 14 2024 Jerry James <loganjerry@gmail.com> - 9.2.1-1 - Version 9.2.1 * Thu Feb 01 2024 Jerry James <loganjerry@gmail.com> - 9.2.0-1 - Version 9.2.0 - Add patch to fix an LTO type mismatch * Mon Jan 22 2024 Jerry James <loganjerry@gmail.com> - 9.0.4-4 - Add patch for zlib-ng * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 16 2024 Jerry James <loganjerry@gmail.com> - 9.0.4-3 - Update License tags * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 14 2023 Jerry James <loganjerry@gmail.com> - 9.0.4-2 - Update deprecated %patchN usage - Update License tag with names recently added to Fedora - Drop 32-bit ARM support * Mon Feb 27 2023 Jerry James <loganjerry@gmail.com> - 9.0.4-2 - Dynamically generate python BuildRequires * Tue Jan 31 2023 Tom Callaway <spot@fedoraproject.org> - 9.0.4-2 - enable docs on aarch64 * Fri Jan 27 2023 Jerry James <loganjerry@gmail.com> - 9.0.4-1 - Version 9.0.4 - Drop upstreamed C99 patch - Use a Unicode locale while testing to avoid a failed test - Disable tests on ppc64le until we can diagnose 1 failed test - Disable docs on aarch until bz 2165146 is fixed * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 10 2023 Florian Weimer <fweimer@redhat.com> - 9.0.3-2 - Fix C99 compatibility issues in CMake checks * Sun Dec 18 2022 Jerry James <loganjerry@gmail.com> - 9.0.3-1 - Version 9.0.3 * Thu Dec 15 2022 Jerry James <loganjerry@gmail.com> - 9.0.2-1 - Version 9.0.2 - Convert License tag to SPDX (with some licenses pending review) - Add %check script for 64-bit architectures
/usr/lib/.build-id /usr/lib/.build-id/1f /usr/lib/.build-id/1f/1c84c80ddc363ce9a4417c91741887fc09fbda /usr/lib64/swipl/lib/ppc64le-linux/odbc4pl.so /usr/lib64/swipl/library/ext/cql /usr/lib64/swipl/library/ext/cql/cql /usr/lib64/swipl/library/ext/cql/cql/INDEX.pl /usr/lib64/swipl/library/ext/cql/cql/cql.pl /usr/lib64/swipl/library/ext/cql/cql/cql_autoschema.pl /usr/lib64/swipl/library/ext/cql/cql/cql_database.pl /usr/lib64/swipl/library/ext/cql/cql/cql_hooks.pl /usr/lib64/swipl/library/ext/cql/cql/sql_keywords.pl /usr/lib64/swipl/library/ext/cql/cql/sql_parser.pl /usr/lib64/swipl/library/ext/cql/cql/sql_tokenizer.pl /usr/lib64/swipl/library/ext/cql/cql/sql_write.pl /usr/lib64/swipl/library/ext/odbc /usr/lib64/swipl/library/ext/odbc/INDEX.pl /usr/lib64/swipl/library/ext/odbc/odbc.pl /usr/share/doc/swi-prolog-odbc /usr/share/doc/swi-prolog-odbc/README
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 1 05:54:30 2024