- Update to v3.48.0.0
* Features ~ sqlite + upgrade to sqlite 3.48.0 (c0f66af) * Build ~ deps + bump org.jreleaser:jreleaser-maven-plugin (302a600) ~ deps-dev + bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (a7dd7d4) + bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (3c267ae) - Update to v3.47.2.0 OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=64
This commit is contained in:
parent
095d2891bc
commit
2228c5d781
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa73d8748095808471deaa8e6f34aa700e37f2f787f4425744f53fdd15a89c40
|
|
||||||
size 2811504
|
|
3
sqlite-amalgamation-3480000.zip
Normal file
3
sqlite-amalgamation-3480000.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
|
||||||
|
size 2820489
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c725c617fdf4aab6461319f64d9b4ef3e33157a3b09865a1a2719e536196893
|
|
||||||
size 18211301
|
|
3
sqlite-jdbc-3.48.0.0.tar.gz
Normal file
3
sqlite-jdbc-3.48.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d827583349ccdd91b4a465a4bd1377d009cdadb60efef3156ff08021cc79d30
|
||||||
|
size 18246342
|
@ -1,7 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 06:23:01 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v3.48.0.0
|
||||||
|
* Features
|
||||||
|
~ sqlite
|
||||||
|
+ upgrade to sqlite 3.48.0 (c0f66af)
|
||||||
|
* Build
|
||||||
|
~ deps
|
||||||
|
+ bump org.jreleaser:jreleaser-maven-plugin (302a600)
|
||||||
|
~ deps-dev
|
||||||
|
+ bump org.mockito:mockito-core from 5.14.2 to 5.15.2
|
||||||
|
(a7dd7d4)
|
||||||
|
+ bump org.assertj:assertj-core from 3.27.0 to 3.27.2
|
||||||
|
(3c267ae)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 3 06:15:41 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
Fri Jan 3 06:15:41 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
- Update to v3.37.2.0
|
- Update to v3.47.2.0
|
||||||
* Features
|
* Features
|
||||||
~ sqlite
|
~ sqlite
|
||||||
+ upgrade to sqlite 3.47.2 (0bd2f8f)
|
+ upgrade to sqlite 3.47.2 (0bd2f8f)
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||||
%global version 3.47.2.0
|
%global version 3.48.0.0
|
||||||
%global amalgamation_version 3470200
|
%global amalgamation_version 3480000
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: sqlite-jdbc
|
Name: sqlite-jdbc
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -28,7 +28,7 @@ License: Apache-2.0
|
|||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://github.com/xerial/%{name}
|
URL: https://github.com/xerial/%{name}
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: https://sqlite.org/2024/sqlite-amalgamation-%{amalgamation_version}.zip
|
Source1: https://sqlite.org/2025/sqlite-amalgamation-%{amalgamation_version}.zip
|
||||||
Patch0: sqlite-jdbc-no-implicit-function-declaration.patch
|
Patch0: sqlite-jdbc-no-implicit-function-declaration.patch
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user