Information for build sqlite-3.46.1-1.fc41

ID89376
Package Namesqlite
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.46.1
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/sqlite.git#bbe69068992669d81a8acfde3d8d2a6cf115b13e
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 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 bykojiadmin
State complete
Volume DEFAULT
StartedSun, 29 Sep 2024 14:49:24 CST
CompletedSun, 29 Sep 2024 18:59:47 CST
Taskbuild (f41-build-side-1, /rpms/sqlite.git:bbe69068992669d81a8acfde3d8d2a6cf115b13e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sqlite.git#bbe69068992669d81a8acfde3d8d2a6cf115b13e'}}
Tags
f41
f41-build-side-1
RPMs
src
sqlite-3.46.1-1.fc41.src.rpm (info) (download)
noarch
sqlite-doc-3.46.1-1.fc41.noarch.rpm (info) (download)
riscv64
lemon-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-analyzer-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-debug-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-devel-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-libs-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-tcl-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-tools-3.46.1-1.fc41.riscv64.rpm (info) (download)
lemon-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-analyzer-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-debug-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-debugsource-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-libs-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-tcl-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
sqlite-tools-debuginfo-3.46.1-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
installed_pkgs.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.46.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.46.0-2 - Add new -debug subpackage for development and debugging purposes * Wed Jun 05 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.46.0-1 - Updated to version 3.46.0 (https://sqlite.org/releaselog/3_46_0.html) * Thu Apr 25 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.3-1 - Updated to version 3.45.3 (https://sqlite.org/releaselog/3_45_3.html) * Tue Mar 12 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.2-1 - Updated to version 3.45.2 (https://sqlite.org/releaselog/3_45_2.html) * Fri Feb 02 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.1-2 - bump changelog number to match real release number. * Wed Jan 31 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.1-1 - Updated to version 3.45.1 (https://sqlite.org/releaselog/3_45_1.html) * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.45.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 16 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.0-1 - Updated to version 3.45.0 (https://sqlite.org/releaselog/3_45_0.html) - List versioned soname in files, preventing unnoticed soname bumps - Disable func4 tests for i686 arch due to failing float<->int conversions * Thu Dec 07 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.44.2-1 - Updated to version 3.44.2 (https://sqlite.org/releaselog/3_44_2.html) * Thu Nov 23 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.44.1-1 - Updated to version 3.44.1 (https://sqlite.org/releaselog/3_44_1.html) * Wed Nov 01 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.44.0-1 - Updated to version 3.44.0 (https://sqlite.org/releaselog/3_44_0.html) * Mon Oct 23 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.43.2-1 - Updated to version 3.43.2 (https://sqlite.org/releaselog/3_43_2.html) * Tue Sep 12 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.43.1-1 - Updated to version 3.43.1 (https://sqlite.org/releaselog/3_43_1.html) * Mon Aug 28 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.43.0-1 - Updated to version 3.43.0 (https://sqlite.org/releaselog/3_43_0.html) * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.42.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.42.0-6 - remove patch5 - adjusting sync test * Thu Jul 13 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.42.0-5 - remove patch4 - disabling datetime test * Thu Jul 13 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.42.0-4 - remove patch3 - temporary workaround for percentile test * Thu Jul 13 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.42.0-3 - remove patch2 - no-malloc-usable-size, #801981 * Thu Jul 13 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.42.0-2 - Updated to version 3.42.0 (https://sqlite.org/releaselog/3_42_0.html) * Fri Jun 23 2023 Zuzana Miklankova <zmiklank@redhat.com> - 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 <zmiklank@redhat.com> - 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 <siddhesh@redhat.com> - 3.41.2-2 - Drop duplicate -mbranch-protection. * Mon Mar 27 2023 Zuzana Miklankova <zmiklank@redhat.com> - 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 <releng@fedoraproject.org> - 3.40.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 02 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.40.1-1 - Updated to version 3.40.1 (https://sqlite.org/releaselog/3_40_1.html) * Fri Nov 18 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.40.0-1 - Updated to version 3.40.0 (https://sqlite.org/releaselog/3_40_0.html) * Wed Oct 19 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.39.4-1 - Updated to version 3.39.4 (https://sqlite.org/releaselog/3_39_4.html) * Tue Sep 06 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.39.3-1 - Updated to version 3.39.3 (https://sqlite.org/releaselog/3_39_3.html)