forked from pool/sqlite-jdbc
- Update to v3.44.0.0
* Features ~ sqlite + support serialize/deserialize sqlite APis (6823954) + upgrade to sqlite 3.44.0 (fd222f3) * Build ~ deps + bump surefire.version from 3.2.1 to 3.2.2 (4232352) + bump org.apache.maven.plugins:maven-javadoc-plugin (64b8ced) ~ deps-dev + bump com.tngtech.archunit:archunit-junit5 (3094fb0) + bump org.junit.jupiter:junit-jupiter (9500426) + downgrade logback to 1.2.12 (2d76795) OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=38
This commit is contained in:
parent
fbc2dcb6ee
commit
95f0fc17e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a17ac8792f57266847d57651c5259001d1e4e4b46be96ec0d985c953925b2a1c
|
||||
size 2676699
|
3
sqlite-amalgamation-3440000.zip
Normal file
3
sqlite-amalgamation-3440000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93299c8d2c8397622fe00bd807204b1f58815f45bda8097bf93b3bf759a3ebad
|
||||
size 2696693
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8d7488f69c9379399a84f5f8c836686852245b957ec935f68318d37a937db13
|
||||
size 17164337
|
3
sqlite-jdbc-3.44.0.0.tar.gz
Normal file
3
sqlite-jdbc-3.44.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b40fc9dd1c1f9dbb9a8ed27646ea9cf254063c60d426f6c3153ec95cf249155f
|
||||
size 17265829
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 01:44:27 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.44.0.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ support serialize/deserialize sqlite APis (6823954)
|
||||
+ upgrade to sqlite 3.44.0 (fd222f3)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump surefire.version from 3.2.1 to 3.2.2 (4232352)
|
||||
+ bump org.apache.maven.plugins:maven-javadoc-plugin
|
||||
(64b8ced)
|
||||
~ deps-dev
|
||||
+ bump com.tngtech.archunit:archunit-junit5 (3094fb0)
|
||||
+ bump org.junit.jupiter:junit-jupiter (9500426)
|
||||
+ downgrade logback to 1.2.12 (2d76795)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 05:52:08 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||
%global version 3.43.2.2
|
||||
%global amalgamation_version 3430200
|
||||
%global version 3.44.0.0
|
||||
%global amalgamation_version 3440000
|
||||
%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://www.sqlite.org/2023/sqlite-amalgamation-%{amalgamation_version}.zip
|
||||
Source1: https://sqlite.org/2023/sqlite-amalgamation-%{amalgamation_version}.zip
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user