Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

sqlite-3.46.1-1.fc41 RPM for s390x

From Fedora 41 for s390x / s

Name: sqlite Distribution: Fedora Project
Version: 3.46.1 Vendor: Fedora Project
Release: 1.fc41 Build date: Mon Aug 19 10:42:09 2024
Group: Unspecified Build host: buildvm-s390x-03.s390.fedoraproject.org
Size: 2045555 Source RPM: sqlite-3.46.1-1.fc41.src.rpm
Packager: Fedora Project
Url: http://www.sqlite.org/
Summary: Library that implements an embeddable SQL database engine
SQLite 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

Provides

Requires

License

blessing

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)

Files

/usr/bin/sqlite3
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/81ba00958f2162ff7e572fa58f96ce847fc42c
/usr/share/man/man1/sqlite3.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Oct 27 06:41:21 2024