From 2cc13e9a05c76c44c96b04dbbec92a8fd189b299585c3173feab700270428022 Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Thu, 23 Feb 2023 08:22:39 +0000 Subject: [PATCH] - Update to v3.41.0.0 * Features ~ bump sqlite to 3.41.0 (a1c3625) * Fixes ~ jdbc: DatabaseMetaData#getColumns now returns SCOPE_CATALOG column instead of SCOPE_CATLOG (4429515), closes #837 * Build ~ use junit-jupiter in POM to pull all dependencies transitively (7863376), closes #838 OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=21 --- 3.40.1.0.tar.gz | 3 --- 3.41.0.0.tar.gz | 3 +++ sqlite-amalgamation-3400100.zip | 3 --- sqlite-amalgamation-3410000.zip | 3 +++ sqlite-jdbc.changes | 13 +++++++++++++ sqlite-jdbc.spec | 6 +++--- 6 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 3.40.1.0.tar.gz create mode 100644 3.41.0.0.tar.gz delete mode 100644 sqlite-amalgamation-3400100.zip create mode 100644 sqlite-amalgamation-3410000.zip diff --git a/3.40.1.0.tar.gz b/3.40.1.0.tar.gz deleted file mode 100644 index e54d63e..0000000 --- a/3.40.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db1e37e797838ca73a0d698d7cdcd7395d6ee8df882efc1f0f3a09f7ef777b77 -size 16721229 diff --git a/3.41.0.0.tar.gz b/3.41.0.0.tar.gz new file mode 100644 index 0000000..74b47be --- /dev/null +++ b/3.41.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6807b1cf09f6b53f2b24a0c372ec95a8eb1af7f5fcaf8c99c02fb206fa95e6 +size 16794408 diff --git a/sqlite-amalgamation-3400100.zip b/sqlite-amalgamation-3400100.zip deleted file mode 100644 index cd9fc24..0000000 --- a/sqlite-amalgamation-3400100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49112cc7328392aa4e3e5dae0b2f6736d0153430143d21f69327788ff4efe734 -size 2596085 diff --git a/sqlite-amalgamation-3410000.zip b/sqlite-amalgamation-3410000.zip new file mode 100644 index 0000000..860fffa --- /dev/null +++ b/sqlite-amalgamation-3410000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146ce189b67fdbefbf2d72cdc81e198d07ff643614cc9102e9bf063255e8e7e1 +size 2622064 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index f04fc6c..2f44fdd 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 23 08:19:26 UTC 2023 - Anton Shvetz + +- Update to v3.41.0.0 + * Features + ~ bump sqlite to 3.41.0 (a1c3625) + * Fixes + ~ jdbc: DatabaseMetaData#getColumns now returns SCOPE_CATALOG + column instead of SCOPE_CATLOG (4429515), closes #837 + * Build + ~ use junit-jupiter in POM to pull all dependencies + transitively (7863376), closes #838 + ------------------------------------------------------------------- Thu Feb 2 09:34:13 UTC 2023 - Anton Shvetz diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index 1fbbeac..ca17642 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -17,8 +17,8 @@ %{!?make_build:%global make_build make %{?_smp_mflags}} -%global version 3.40.1.0 -%global amalgamation_version 3400100 +%global version 3.41.0.0 +%global amalgamation_version 3410000 %global debug_package %{nil} Name: sqlite-jdbc Version: %{version} @@ -28,7 +28,7 @@ License: Apache-2.0 Group: Development/Libraries/Java URL: https://github.com/xerial/%{name} Source0: %{url}/archive/%{version}.tar.gz -Source1: https://www.sqlite.org/2022/sqlite-amalgamation-%{amalgamation_version}.zip +Source1: https://www.sqlite.org/2023/sqlite-amalgamation-%{amalgamation_version}.zip BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: java-devel >= 1.8