- 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
This commit is contained in:
Anton Shvetz 2023-02-23 08:22:39 +00:00 committed by Git OBS Bridge
parent 5a5c776832
commit 2cc13e9a05
6 changed files with 22 additions and 9 deletions

View File

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

3
3.41.0.0.tar.gz Normal file
View File

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

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 23 08:19:26 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- 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 <shvetz.anton@gmail.com>

View File

@ -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