Information for build sqlite-3.53.4-1.fc45

ID220628
Package Namesqlite
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.53.4
Release1.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/sqlite.git#d148fb8bccafa4c00cfbc1236e374b91fc0269ed
SummaryLibrary that implements an embeddable SQL database engine
DescriptionSQLite is a C library that implements an SQL database engine. A large subset of SQL92 is supported. A complete database is stored in a single disk file. The API is designed for convenience and ease of use. Applications that link against SQLite can enjoy the power and flexibility of an SQL database without the administrative hassles of supporting a separate database server. Version 2 and version 3 binaries are named to permit each to be installed on a single host SQLite is built with some non-default settings: - Additional APIs for table's and query's metadata are enabled (SQLITE_ENABLE_COLUMN_METADATA) - Directory syncs are disabled (SQLITE_DISABLE_DIRSYNC) - `secure_delete` defaults to 'on', so deleted content is overwritten with zeros (SQLITE_SECURE_DELETE) - `sqlite3_unlock_notify()` is enabled - this feature allows to register a callback that's invoked when lock is removed (SQLITE_ENABLE_UNLOCK_NOTIFY) - `dbstat` virtual table with disk space usage is enabled - `dbpage` virtual table providing direct access to underlying database file is enabled (SQLITE_ENABLE_DBPAGE_VTAB) - Threadsafe mode is set to 1 - Serialized, so it is safe to use in a multithreaded environment (SQLITE_THREADSAFE=1) - FTS3, FTS4 and FTS5 are enabled so versions 3 to 5 of the full-text search engine are available (SQLITE_ENABLE_FTS3, SQLITE_ENABLE_FTS4, SQLITE_ENABLE_FTS5) - Pattern parser in FTS3 extension supports nested parenthesis and operators `AND`, `OR` (SQLITE_ENABLE_FTS3_PARENTHESIS) - R*Tree index extension is enabled (SQLITE_ENABLE_RTREE) - Extension loading is enabled - Sessions (sqlite-session feature) is enabled - Preupdate hook is enabled It is also important to note that shell has some extensions as its dependencies, so some extensions are enabled by default in SQLite shell, but not in the system libraries. Only the aforementioned extensions are available in the libraries: FTS3, FTS4, FTS5, R*Tree
Built byhezhengyu
State failed
Volume DEFAULT
StartedSat, 29 Aug 2026 03:06:31 CST
CompletedSat, 29 Aug 2026 16:06:45 CST
Taskbuild (f45, /rpms/sqlite.git:d148fb8bccafa4c00cfbc1236e374b91fc0269ed)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sqlite.git#d148fb8bccafa4c00cfbc1236e374b91fc0269ed'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Jul 28 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.4-1 - Update to version 3.53.4 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.53.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Mon Jul 13 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.3-1 - Update to version 3.53.3 - Resolves: rhbz#2493788 * Thu Jun 04 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.2-1 - Update to version 3.53.2 - Enable the carray() table-valued function - Resolves: rhbz#2484543 - Resolves: rhbz#2481057 * Tue May 05 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.1-1 - Update to version 3.53.1 - Resolves: rhbz#2466691 * Thu Apr 23 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.53.0-1 - Update to version 3.53.0 - Resolves: rhbz#2456891 - BuildRequires cleanup, removed autoconf * Thu Mar 12 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.52.0-1 - Update to version 3.52.0 - Resolves: rhbz#2445301 - Add sqlite3_rsync to the -tools subpackage - Resolves: rhbz#2441923 * Tue Jan 20 2026 Carl George <carlwgeorge@fedoraproject.org> - 3.51.2-1 - Update to 3.51.2 - https://www.sqlite.org/releaselog/3_51_2.html - Resolves: rhbz#2417968 - Include LICENSE.md file - Resolves: rhbz#2418961 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.51.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Nov 07 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.51.0-1 - Update to 3.51.0 - Resolves: rhbz#2412364 * Wed Aug 06 2025 Packit <hello@packit.dev> - 3.50.4-1 - Update to version 3.50.4 - Resolves: rhbz#2381707 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.50.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jun 28 2025 Packit <hello@packit.dev> - 3.50.2-1 - Update to version 3.50.2 - Resolves: rhbz#2370851 * Thu May 29 2025 Packit <hello@packit.dev> - 3.50.0-1 - Update to version 3.50.0 - Resolves: rhbz#2369200 * Wed May 21 2025 Packit <hello@packit.dev> - 3.49.2-1 - Update to version 3.49.2 - Resolves: rhbz#2364695 * Thu Mar 06 2025 Packit <hello@packit.dev> - 3.49.1-1 - Update to version 3.49.1 - Resolves: rhbz#2346264 * Thu Feb 06 2025 Ales Nezbeda <anezbeda@redhat.com> 3.49.0-1 - Update to 3.49.0 - https://www.sqlite.org/releaselog/3_49_0.html - Resolves: rhbz#2337596 * Wed Feb 05 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.48.0-1 - Update to 3.48.0 - https://www.sqlite.org/releaselog/3_48_0.html - Resolves: rhbz#2337596 * Thu Jan 16 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.47.2-2 - Enabled sqlite-session feature * Mon Dec 09 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.47.2-1 - Update to 3.47.2 - https://www.sqlite.org/releaselog/3_47_2.html - Resolves: rhbz#2330986 * Tue Nov 26 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.47.1-1 - Update to 3.47.1 - https://www.sqlite.org/releaselog/3_47_1.html - Resolves: rhbz#2328654 * Wed Oct 23 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.47.0-1 - Update to 3.47.0 - https://www.sqlite.org/releaselog/3_47_0.html - Resolves: rhbz#2320418 * Tue Aug 13 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.46.1-1 - Update to 3.46.1 - https://www.sqlite.org/releaselog/3_46_1.html * Thu Aug 01 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.46.0-4 - Adds used non-default options in compilation to the package description - Fixes BZ:2296651