- 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)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=41
This commit is contained in:
Anton Shvetz 2024-01-19 04:15:02 +00:00 committed by Git OBS Bridge
parent 59f4173053
commit 93bc946dcd
6 changed files with 46 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Jan 19 04:03:52 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- 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 <shvetz.anton@gmail.com>

View File

@ -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.0.0
%global amalgamation_version 3450000
%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