Information for build wxsqlite3-4.9.11-3.fc41

ID89907
Package Namewxsqlite3
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version4.9.11
Release3.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/wxsqlite3.git#e23c3282446281193044108608ebeec667c7a799
SummaryC++ wrapper around the SQLite 3.x database
DescriptionwxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library. wxSQLite3 does not try to hide the underlying database, in contrary almost all special features of the current SQLite3 version 3.6.22 are supported, like for example the creation of user defined scalar or aggregate functions. Since SQLite stores strings in UTF-8 encoding, the wxSQLite3 methods provide automatic conversion between wxStrings and UTF-8 strings. This works best for the Unicode builds of wxWidgets. In ANSI builds the current locale conversion object (wxConvCurrent) is used for conversion to/from UTF-8. Special care has to be taken if external administration tools are used to modify the database contents, since not all of these tools operate in Unicode resp. UTF-8 mode. wxSQLite3 includes an optional extension for SQLite supporting key based database file encryption using 128 bit AES encryption. Starting with version 1.9.6 of wxSQLite3 the encryption extension is compatible with the SQLite amalgamation source. Experimental support for 256 bit AES encryption has been added in version 1.9.8.
Built bykojiadmin
State complete
Volume DEFAULT
StartedMon, 30 Sep 2024 04:57:15 CST
CompletedMon, 30 Sep 2024 05:42:13 CST
Taskbuild (f41-build-side-1, /rpms/wxsqlite3.git:e23c3282446281193044108608ebeec667c7a799)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/wxsqlite3.git#e23c3282446281193044108608ebeec667c7a799'}}
Tags
f41-build-side-1
RPMs
src
wxsqlite3-4.9.11-3.fc41.src.rpm (info) (download)
noarch
wxsqlite3-doc-4.9.11-3.fc41.noarch.rpm (info) (download)
riscv64
wxsqlite3-4.9.11-3.fc41.riscv64.rpm (info) (download)
wxsqlite3-devel-4.9.11-3.fc41.riscv64.rpm (info) (download)
wxsqlite3-debuginfo-4.9.11-3.fc41.riscv64.rpm (info) (download)
wxsqlite3-debugsource-4.9.11-3.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
build.log
installed_pkgs.log
root.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Sep 23 2024 Martin Gansser <martinkg@fedoraproject.org> - 4.9.11-3 - Migrate to SPDX license * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 16 2024 Martin Gansser <martinkg@fedoraproject.org> 4.9.11-1 - Update to 4.9.11 * Wed May 29 2024 Martin Gansser <martinkg@fedoraproject.org> 4.9.10-1 - Update to 4.9.10 * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 17 2022 Martin Gansser <martinkg@fedoraproject.org> 4.8.2-6 - Update wxsqlite3.spec to enable encryption