Accepting request 1243268 from Java:packages
3.48.0.0 OBS-URL: https://build.opensuse.org/request/show/1243268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=25
This commit is contained in:
commit
1400b3d1af
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9da21e6b14ef6a943cdc30f973df259fb390bb4483f77e7f171b9b6e977e5458
|
|
||||||
size 2811435
|
|
3
sqlite-amalgamation-3480000.zip
Normal file
3
sqlite-amalgamation-3480000.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
|
||||||
|
size 2820489
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ae4b534cd5b8993bccb570b979ddddf32007cd214b9f32bd2610f065a164655
|
|
||||||
size 18210815
|
|
3
sqlite-jdbc-3.48.0.0.tar.gz
Normal file
3
sqlite-jdbc-3.48.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d827583349ccdd91b4a465a4bd1377d009cdadb60efef3156ff08021cc79d30
|
||||||
|
size 18246342
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Nov 26 04:06:23 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlite-jdbc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||||
%global version 3.47.1.0
|
%global version 3.48.0.0
|
||||||
%global amalgamation_version 3470100
|
%global amalgamation_version 3480000
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: sqlite-jdbc
|
Name: sqlite-jdbc
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -28,7 +28,7 @@ License: Apache-2.0
|
|||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://github.com/xerial/%{name}
|
URL: https://github.com/xerial/%{name}
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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
|
Patch0: sqlite-jdbc-no-implicit-function-declaration.patch
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user