SHA256
1
0
forked from pool/sqlite-jdbc

Accepting request 1064178 from Java:packages

3.40.1.0

OBS-URL: https://build.opensuse.org/request/show/1064178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-02-10 13:35:38 +00:00 committed by Git OBS Bridge
commit 952ed34a1c
6 changed files with 50 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ec5da69ea888b6ddd8e0ba4ca07397fb91229e2b36422910d3e3b6076049302
size 16713023

3
3.40.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db1e37e797838ca73a0d698d7cdcd7395d6ee8df882efc1f0f3a09f7ef777b77
size 16721229

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c23eb51409315738c930a222cf7cd41518ae5823c41e60a81b93a07070ef22a
size 2595273

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49112cc7328392aa4e3e5dae0b2f6736d0153430143d21f69327788ff4efe734
size 2596085

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Feb 2 09:34:13 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.40.1.0
* Features
~ update SQLite to 3.40.1 (4ba7c8c)
~ allow correct recognition of android os if running termux
(89ceb0d)
* Fixes
~ jdbc: DatabaseMetaData#getPrimaryKeys and getExportedKeys
should return an empty ResultSet for sqlite_schema (0dc6ad9),
closes #831
~ jdbc: DatabaseMetaData#getColumns should also retrieve
columns from SYSTEM TABLE types (473f528)
~ DatabaseMetaData#getTypeInfo's result should be ordered by
DATA_TYPE (05bb929), closes #832
~ native: fixes and improvements for backup/restore (b13c908)
~ jdbc: DatabaseMetaData#getImportedKeys reports empty FK_NAME
when created using quotes (ba69b2e), closes #506
* Changes
~ replace mention of sqlite_master with sqlite_schema (e68bc05)
~ use temp directory instead of ./target (f97c0a0)
* Build
~ release depends on test_graalvm (9f521a4)
~ refine GraalVM native-image configuration and fix native test
execution (e437b3f)
~ hide bot names from release contributors (5d1a280)
~ replace java 18 with java 19 (4c80ee7)
~ use temp directory instead of ./target (e14c3b8), closes #825
~ try to fix build native for PRs (f7bd3cd)
~ try to fix build native for PRs (b23de9e)
~ try to fix build native for PRs (5aa6a30)
~ add 2023 url for amalgamation download (e3b6f8c)
~ deps: bump JReleaser to 1.4.0 (0db312f)
~ add test for unixepoch (3904e83)
* Documentation
~ use https for links to www.sqlite.org (7ac8de8)
~ update README badge for CI (832d26f)
~ changelog shows breaking change description (5ad78ba), closes
#814
-------------------------------------------------------------------
Tue Nov 22 03:19:44 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package sqlite-jdbc
#
# 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,8 +17,8 @@
%{!?make_build:%global make_build make %{?_smp_mflags}}
%global version 3.40.0.0
%global amalgamation_version 3400000
%global version 3.40.1.0
%global amalgamation_version 3400100
%global debug_package %{nil}
Name: sqlite-jdbc
Version: %{version}