diff --git a/sqlite-amalgamation-3470100.zip b/sqlite-amalgamation-3470100.zip deleted file mode 100644 index ae3db2f..0000000 --- a/sqlite-amalgamation-3470100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9da21e6b14ef6a943cdc30f973df259fb390bb4483f77e7f171b9b6e977e5458 -size 2811435 diff --git a/sqlite-amalgamation-3480000.zip b/sqlite-amalgamation-3480000.zip new file mode 100644 index 0000000..e6eb532 --- /dev/null +++ b/sqlite-amalgamation-3480000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884 +size 2820489 diff --git a/sqlite-jdbc-3.47.1.0.tar.gz b/sqlite-jdbc-3.47.1.0.tar.gz deleted file mode 100644 index a5e6c7d..0000000 --- a/sqlite-jdbc-3.47.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ae4b534cd5b8993bccb570b979ddddf32007cd214b9f32bd2610f065a164655 -size 18210815 diff --git a/sqlite-jdbc-3.48.0.0.tar.gz b/sqlite-jdbc-3.48.0.0.tar.gz new file mode 100644 index 0000000..7a68059 --- /dev/null +++ b/sqlite-jdbc-3.48.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d827583349ccdd91b4a465a4bd1377d009cdadb60efef3156ff08021cc79d30 +size 18246342 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index 668c6c9..966b3e3 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Jan 16 06:23:01 UTC 2025 - Anton Shvetz + +- 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 + +- Update to v3.47.2.0 + * Features + ~ sqlite + + upgrade to sqlite 3.47.2 (0bd2f8f) + * Fixes + ~ jdbc + + getColumns doesn't correctly parse precision/scale with + whitespace (8455468), closes #1215 + * Build + ~ deps + + bump org.apache.maven.plugins:maven-javadoc-plugin + (533efae) + + bump org.graalvm.buildtools:native-maven-plugin (bbe5e1e) + ~ deps-dev + + bump org.assertj:assertj-core from 3.26.3 to 3.27.0 + (8283aa7) + + bump org.junit.jupiter:junit-jupiter (80e51ea) + ------------------------------------------------------------------- Tue Nov 26 04:06:23 UTC 2024 - Anton Shvetz diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index e299725..f18c450 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite-jdbc # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.47.1.0 -%global amalgamation_version 3470100 +%global version 3.48.0.0 +%global amalgamation_version 3480000 %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/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 BuildRequires: dos2unix BuildRequires: fdupes