diff --git a/3.40.0.0.tar.gz b/3.40.0.0.tar.gz deleted file mode 100644 index 90b3dbe..0000000 --- a/3.40.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ec5da69ea888b6ddd8e0ba4ca07397fb91229e2b36422910d3e3b6076049302 -size 16713023 diff --git a/3.40.1.0.tar.gz b/3.40.1.0.tar.gz new file mode 100644 index 0000000..e54d63e --- /dev/null +++ b/3.40.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1e37e797838ca73a0d698d7cdcd7395d6ee8df882efc1f0f3a09f7ef777b77 +size 16721229 diff --git a/sqlite-amalgamation-3400000.zip b/sqlite-amalgamation-3400000.zip deleted file mode 100644 index cef9dbe..0000000 --- a/sqlite-amalgamation-3400000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c23eb51409315738c930a222cf7cd41518ae5823c41e60a81b93a07070ef22a -size 2595273 diff --git a/sqlite-amalgamation-3400100.zip b/sqlite-amalgamation-3400100.zip new file mode 100644 index 0000000..cd9fc24 --- /dev/null +++ b/sqlite-amalgamation-3400100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49112cc7328392aa4e3e5dae0b2f6736d0153430143d21f69327788ff4efe734 +size 2596085 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index 4780087..f04fc6c 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Feb 2 09:34:13 UTC 2023 - Anton Shvetz + +- 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 diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index 85601c3..1fbbeac 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -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}