SHA256
1
0
forked from pool/sqlite3

- Update to 3.41.0:

* https://www.sqlite.org/releaselog/3_41_0.html
  * Various query planner improvements.
  * Add the built-in unhex() SQL function.
  * Add the base64 and base85 application-defined functions as an
    extension and include that extension in the CLI.
  * In-memory databases created using sqlite3_deserialize() now
    report their filename as an empty string, not as 'x'.
  * The ".scanstats est" command provides query planner estimates
    in profiles.
  * Enhance the --safe command-line option to disallow dangerous
    SQL functions.
  * The double-quoted string misfeature is now disabled by default
    for CLI builds.
  * Various other improvements and performance enhancements.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=305
This commit is contained in:
2023-02-22 10:09:14 +00:00
committed by Git OBS Bridge
parent 88d34e2eff
commit e42e2b9682
7 changed files with 28 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package sqlite3
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
%define oname sqlite
%define tarversion 3400100
%define tarversion 3410000
%bcond_with icu
%bcond_without check
Name: sqlite3
Version: 3.40.1
Version: 3.41.0
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
@@ -30,7 +30,6 @@ URL: https://www.sqlite.org/
Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip
Source1: baselibs.conf
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
Patch0: sqlite-src-3390000-func7-pg-181.patch
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -128,7 +127,6 @@ other documentation found on sqlite.org. The files can be found in
%prep
%setup -q -n sqlite-src-%{tarversion} -a2
%patch0 -p1
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html