diff --git a/sqlite-amalgamation-3440100.zip b/sqlite-amalgamation-3440100.zip deleted file mode 100644 index 4422200..0000000 --- a/sqlite-amalgamation-3440100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc6545b71ca188e245d5d668543c01f61175f0228a0e1b4ced76fabc75ea6b2e -size 2703330 diff --git a/sqlite-amalgamation-3450100.zip b/sqlite-amalgamation-3450100.zip new file mode 100644 index 0000000..2b7da44 --- /dev/null +++ b/sqlite-amalgamation-3450100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5592243caf28b2cdef41e6ab58d25d653dfc53deded8450eb66072c929f030c4 +size 2730697 diff --git a/sqlite-jdbc-3.44.1.0.tar.gz b/sqlite-jdbc-3.44.1.0.tar.gz deleted file mode 100644 index d3a71ae..0000000 --- a/sqlite-jdbc-3.44.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:264f7f157ef673ec13e9ecd62243140a624481a0a13274b0d376f571031a59dd -size 17269043 diff --git a/sqlite-jdbc-3.45.1.0.tar.gz b/sqlite-jdbc-3.45.1.0.tar.gz new file mode 100644 index 0000000..6ddffc3 --- /dev/null +++ b/sqlite-jdbc-3.45.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed7e39413c684b504b750ae10e4bfd1946daeba6876388e163588f68501d051 +size 17460513 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index c50d0ae..a7e9a1f 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Jan 31 03:55:26 UTC 2024 - Anton Shvetz + +- Update to v3.45.1.0 + * Features + ~ sqlite + + upgrade to sqlite 3.45.1 (8a47fb0) + * Fixes + ~ jdbc + + support CTE and REPLACE syntax with + Statement#getGeneratedKeys (2cf1b26) + * Build + ~ deps + + bump org.graalvm.sdk:nativeimage from 23.1.1 to 23.1.2 + (a84e560) + ~ deps-dev + + bump org.assertj:assertj-core from 3.25.1 to 3.25.2 + (2e336d9) + + bump org.mockito:mockito-core from 5.9.0 to 5.10.0 + (0eb6cb8) + +------------------------------------------------------------------- +Fri Jan 19 04:03:52 UTC 2024 - Anton Shvetz + +- Update to v3.45.0.0 + * Features + ~ jdbc + + reintroduce improved support for Statement#getGeneratedKeys + (f7d49f6) + ~ sqlite + + upgrade to sqlite 3.45.0 (961e6c1) + * Build + ~ build-native + + migrate upload/download to v4 syntax (02d0371) + ~ deps + + bump surefire.version from 3.2.3 to 3.2.5 (e37b720) + + bump org.apache.maven.plugins:maven-compiler-plugin + (5520295) + + bump org.jreleaser:jreleaser-maven-plugin (1cb9462) + + bump actions/download-artifact from 3 to 4 (47c2b52) + + bump org.apache.maven.plugins:maven-compiler-plugin + (f094bff) + + bump surefire.version from 3.2.2 to 3.2.3 (585d0d0) + + bump actions/upload-artifact from 3 to 4 (d58b364) + + bump org.apache.maven.plugins:maven-javadoc-plugin + (1f57928) + + bump actions/setup-java from 3 to 4 (0874939) + ~ deps-dev + + bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (93cd00c) + + bump org.assertj:assertj-core from 3.24.2 to 3.25.1 + (688fa0c) + + bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (7d44a45) + + bump ch.qos.logback:logback-classic (16216ac) + + bump com.tngtech.archunit:archunit-junit5 (e8d6c7a) + ~ unscoped + + add 2024 folder for amalgamation download (2da5480) + ------------------------------------------------------------------- Mon Nov 27 16:41:54 UTC 2023 - Anton Shvetz diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index c57e5a0..d4a5d7c 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite-jdbc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.44.1.0 -%global amalgamation_version 3440100 +%global version 3.45.1.0 +%global amalgamation_version 3450100 %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/2023/sqlite-amalgamation-%{amalgamation_version}.zip +Source1: https://sqlite.org/2024/sqlite-amalgamation-%{amalgamation_version}.zip BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: java-devel >= 1.8