Accepting request 1138304 from Java:packages

3.44.1.0

OBS-URL: https://build.opensuse.org/request/show/1138304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-01-12 22:46:20 +00:00 committed by Git OBS Bridge
commit c65d65f2b5
6 changed files with 64 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a17ac8792f57266847d57651c5259001d1e4e4b46be96ec0d985c953925b2a1c
size 2676699

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc6545b71ca188e245d5d668543c01f61175f0228a0e1b4ced76fabc75ea6b2e
size 2703330

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d84b48251fa6ea2466261b40eb105c59409964bffd07274b463a6f5504a6df29
size 17163674

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:264f7f157ef673ec13e9ecd62243140a624481a0a13274b0d376f571031a59dd
size 17269043

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Mon Nov 27 16:41:54 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.44.1.0
* Features
~ sqlite
+ upgrade to sqlite 3.44.1 (1eef6a5)
* Perf
~ sqlite
+ disable pagecache overflow stat (31b7659)
* Build
~ deps
+ bump Org.codehaus.mojo:versions-maven-plugin (baf1295)
+ Bump org.jreleaser:jreleaser-maven-plugin (849d6eb)
~ deps-dev
+ bump org.junit-pioneer:junit-pioneer (f3333e7)
+ bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (8cd1fa1)
-------------------------------------------------------------------
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>
- Update to v3.43.2.2
* Fixes
~ avoid double precision in getBigDecimal (8880c33), closes
#1002
* Build
~ deps
+ bump org.graalvm.sdk:nativeimage from 23.1.0 to 23.1.1
(4dba62c)
+ bump surefire.version from 3.1.2 to 3.2.1 (958b4f6)
+ bump org.graalvm.buildtools:native-maven-plugin (98093e1)
~ jreleaser
+ add owner into config (a106632)
~ unscoped
+ add build step necessary for jreleaser when not pushing to
maven central (36116ca)
-------------------------------------------------------------------
Thu Oct 19 09:37:32 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -17,8 +17,8 @@
%{!?make_build:%global make_build make %{?_smp_mflags}}
%global version 3.43.2.1
%global amalgamation_version 3430200
%global version 3.44.1.0
%global amalgamation_version 3440100
%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