forked from pool/sqlite-jdbc
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d701de6032 | ||
|
71acaa47a2 | ||
|
1400b3d1af | ||
|
2228c5d781 | ||
|
095d2891bc | ||
|
414e62554a | ||
|
7a7405239b | ||
3201ed8d11 | |||
|
81f2caebaa | ||
|
e72b3b4b56 | ||
|
6a73ff6842 | ||
|
b2b906d186 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77823cb110929c2bcb0f5d48e4833b5c59a8a6e40cdea3936b99e199dbbe5784
|
||||
size 2764032
|
3
sqlite-amalgamation-3490000.zip
Normal file
3
sqlite-amalgamation-3490000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb6851ebad74913672014c20f642bbd7883552c4747780583a54ee1cd493f13b
|
||||
size 2826299
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de0ea4c049abc08d73d0e9678619aff42dd1ecc4838a2f098c9a1817217e0960
|
||||
size 18082002
|
3
sqlite-jdbc-3.49.0.0.tar.gz
Normal file
3
sqlite-jdbc-3.49.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c77f993b82b94ea0df41722d583956a4628bb780d78f90457b6206cbd702286e
|
||||
size 18266635
|
@ -1,3 +1,137 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 02:31:31 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.49.0.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.49.0
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2
|
||||
~ deps-dev
|
||||
+ bump org.assertj:assertj-core from 3.27.2 to 3.27.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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 <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.47.1.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.47.1 (67d28cb)
|
||||
* Fixes
|
||||
~ possible StringIndexOutOfBoundsException in ExtendedCommand
|
||||
(2fdb1e9), closes #1141
|
||||
~ update module-info.java to make org.slf4j static requirement
|
||||
(81b05ec)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.codehaus.mojo:versions-maven-plugin (da8596c)
|
||||
+ bump org.apache.maven.plugins:maven-javadoc-plugin
|
||||
(6e4c691)
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (9f354be)
|
||||
+ bump surefire.version from 3.5.1 to 3.5.2 (aa92c59)
|
||||
* Documentation
|
||||
~ add supported API level for Android (4a41998), closes #1204
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 11:05:29 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.47.0.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.47.0 (d174b8d)
|
||||
* Fixes
|
||||
~ use lambda loggers and fix message format for JUL (fd21058),
|
||||
closes #1195
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.apache.maven.plugins:maven-help-plugin (46cc36d)
|
||||
+ bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1
|
||||
(2c86dcf)
|
||||
+ bump org.apache.maven.plugins:maven-javadoc-plugin
|
||||
(a88f62a)
|
||||
+ bump surefire.version from 3.5.0 to 3.5.1 (9fadf17)
|
||||
+ bump org.apache.maven.plugins:maven-gpg-plugin (132ab17)
|
||||
~ deps-dev
|
||||
+ bump org.mockito:mockito-core from 5.14.1 to 5.14.2
|
||||
(c0b9f99)
|
||||
+ bump org.junit.jupiter:junit-jupiter (82a5f2a)
|
||||
+ bump org.junit.jupiter:junit-jupiter (761eb2e)
|
||||
+ bump org.junit-pioneer:junit-pioneer (7586ce9)
|
||||
+ bump org.junit.jupiter:junit-jupiter (69ea4db)
|
||||
+ bump org.mockito:mockito-core from 5.13.0 to 5.14.1
|
||||
(dd79b6d)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 14:26:34 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.46.1.2
|
||||
* Features
|
||||
~ jdbc
|
||||
add configuration to disable eager retrieval of generated
|
||||
keys (aed5121), closes #1135
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 01:33:41 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.46.1.1
|
||||
* Features
|
||||
~ make slf4j optional with fallback on JUL (b8ea5ca), closes
|
||||
#1094
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.graalvm.sdk:nativeimage from 24.0.2 to 24.1.0
|
||||
(ec4d3fd)
|
||||
+ bump org.graalvm.buildtools:native-maven-plugin (588614a)
|
||||
+ bump org.apache.maven.plugins:maven-gpg-plugin (abdf61d)
|
||||
+ bump org.apache.maven.plugins:maven-javadoc-plugin
|
||||
(a445f6c)
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (1309c5c)
|
||||
+ bump surefire.version from 3.4.0 to 3.5.0 (2ed606f)
|
||||
+ bump org.apache.maven.plugins:maven-help-plugin (4fa9e6f)
|
||||
+ bump surefire.version from 3.3.1 to 3.4.0 (793fac5)
|
||||
~ deps-dev
|
||||
+ bump org.junit.jupiter:junit-jupiter (02bac1a)
|
||||
+ bump org.mockito:mockito-core from 5.12.0 to 5.13.0
|
||||
(ea152b4)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 1 16:12:07 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -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.46.1.0
|
||||
%global amalgamation_version 3460100
|
||||
%global version 3.49.0.0
|
||||
%global amalgamation_version 3490000
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user