forked from pool/sqlite-jdbc
Compare commits
18 Commits
Author | SHA256 | Date | |
---|---|---|---|
4798c6c9cf | |||
|
297d665156 | ||
|
61c2756641 | ||
5f5bf0fe02 | |||
|
493e517677 | ||
7820cc2e91 | |||
6a51cab008 | |||
bc6a16c4fc | |||
|
c68b806975 | ||
d701de6032 | |||
|
71acaa47a2 | ||
1400b3d1af | |||
|
2228c5d781 | ||
|
095d2891bc | ||
414e62554a | |||
|
7a7405239b | ||
3201ed8d11 | |||
|
81f2caebaa |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77823cb110929c2bcb0f5d48e4833b5c59a8a6e40cdea3936b99e199dbbe5784
|
||||
size 2764032
|
3
sqlite-amalgamation-3500300.zip
Normal file
3
sqlite-amalgamation-3500300.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad6d16cbc1df7cd55c8b55127c82a9bca5e9f287818de6dc87e04e73599d754
|
||||
size 2845433
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ce45130b017dda085f53f8cc8b800dd6480e8f0e5f0ac23f0093b0f637ccdb1
|
||||
size 18081741
|
3
sqlite-jdbc-3.50.3.0.tar.gz
Normal file
3
sqlite-jdbc-3.50.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37dc8dea6764b55d7614b298d40fcf75aa188f32920767fc004f3b28d644ccd8
|
||||
size 18295684
|
@@ -1,3 +1,211 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 13:49:57 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.50.2.0
|
||||
* Features
|
||||
~ jdbc
|
||||
+ support JDBC4 CLOB and BLOB in PreparedStatement parameters
|
||||
(9515a80)
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.50.3 (ef4e649)
|
||||
~ unscoped
|
||||
+ build android native lib with 16kb page size (8548d1c),
|
||||
closes #1296
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.apache.maven.plugins:maven-enforcer-plugin
|
||||
(e20d3b6)
|
||||
+ bump org.apache.maven.plugins:maven-gpg-plugin (d1efafe)
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (4042011)
|
||||
* Documentation
|
||||
~ update maven snapshot badge (19e32f0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 03:46:01 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.50.2.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.50.2 (fb62309)
|
||||
* Fixes
|
||||
~ jdbc
|
||||
+ update JDBC3DatabaseMetaData to enable supported features
|
||||
(524ac3a)
|
||||
+ ResultSetMetaData.getCatalogName incorrectly returns the
|
||||
table name (891b650), closes #1279
|
||||
~ unscoped
|
||||
+ faulty android detection (170ce6e), closes #1287
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.sonatype.central:central-publishing-maven-plugin
|
||||
(d891708)
|
||||
* Documentation
|
||||
~ replace maven central links (6eea8c5)
|
||||
~ update maven central badge in readme (9a4afe8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 10:50:26 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.50.1.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.50.1 (9596393)
|
||||
~ unscoped
|
||||
+ better detection of Android environment (d540536), closes
|
||||
#1210
|
||||
+ do not create temporary file before opening connection
|
||||
(639e362), closes #1260
|
||||
* Changes
|
||||
~ update comment link to Java issue tracker (79cc5fe)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (8a64841)
|
||||
+ bump org.junit:junit-bom from 5.12.1 to 5.12.2 (f3dff86)
|
||||
+ bump surefire.version from 3.5.2 to 3.5.3 (0d2c2a5)
|
||||
+ bump org.graalvm.buildtools:native-maven-plugin (75d0a0c)
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (3baf8b8)
|
||||
+ bump uraimo/run-on-arch-action from 2 to 3 (2b96823)
|
||||
+ bump org.apache.maven.plugins:maven-compiler-plugin
|
||||
(dc5a58c)
|
||||
~ deps-dev
|
||||
+ bump org.mockito:mockito-core from 5.17.0 to 5.18.0
|
||||
(1f66a8d)
|
||||
+ bump com.tngtech.archunit:archunit-junit5 (b2039f1)
|
||||
+ bump org.mockito:mockito-core from 5.16.1 to 5.17.0
|
||||
(c8ce29c)
|
||||
+ bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1
|
||||
(6b70c85)
|
||||
+ bump org.mockito:mockito-core from 5.16.0 to 5.16.1
|
||||
(8417ae1)
|
||||
+ bump org.mockito:mockito-core from 5.15.2 to 5.16.0
|
||||
(70232b0)
|
||||
~ unscoped
|
||||
+ re-enable tests dependency (d86e4c0)
|
||||
+ re-enable tests for snapshot publishing testing (737588a)
|
||||
+ disable tests for snapshot publishing testing (45d285d)
|
||||
+ try to fix snapshot publishing (ebbdf5d)
|
||||
+ migrate from ossrh to central publishing (027bee5)
|
||||
+ add JUnit 5.12 and GraalVM for JDK 24 support (bd0e995)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 21:36:43 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix javadoc generation with javadoc:aggregate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 10:30:48 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.49.1.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.49.1 (02d5463)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.graalvm.buildtools:native-maven-plugin (9cda17f)
|
||||
~ deps-dev
|
||||
+ bump com.tngtech.archunit:archunit-junit5 (bdcf7ee)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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.2
|
||||
%global amalgamation_version 3460100
|
||||
%global version 3.50.3.0
|
||||
%global amalgamation_version 3500300
|
||||
%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
|
||||
@@ -42,6 +42,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||
BuildRequires: mvn(org.junit:junit-bom:pom:)
|
||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
|
||||
%description
|
||||
@@ -68,8 +69,8 @@ find src/main/resources \
|
||||
\( -name \*.so -or -name \*.dylib -or -name \*.dll \) \
|
||||
-delete
|
||||
|
||||
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
|
||||
%pom_remove_plugin com.diffplug.spotless:spotless-maven-plugin
|
||||
%pom_remove_plugin org.sonatype.central:central-publishing-maven-plugin
|
||||
%pom_remove_dep org.graalvm.sdk:nativeimage
|
||||
|
||||
sed -i -e '/org\.graalvm\.nativeimage/ d' src/main/java9/module-info.java
|
||||
@@ -86,7 +87,7 @@ ln -s %{_javadir}/slf4j/slf4j-api.jar target/classpath/
|
||||
%build
|
||||
%make_build native
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
|
||||
-Dsource=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Reference in New Issue
Block a user