diff --git a/sqlite/sqlite.patch b/sqlite/sqlite.patch index a16c6d3d0f..0e2b704c72 100644 --- a/sqlite/sqlite.patch +++ b/sqlite/sqlite.patch @@ -1,11 +1,11 @@ Index: sqlite3.pc.in ---- sqlite3.pc.in.orig 2025-11-05 23:20:59.132444000 +0100 -+++ sqlite3.pc.in 2025-11-05 23:22:18.284084000 +0100 +--- sqlite3.pc.in.orig 2025-11-08 10:27:44.928307000 +0100 ++++ sqlite3.pc.in 2025-11-08 10:28:30.836640000 +0100 @@ -8,6 +8,5 @@ Name: SQLite Description: SQL database engine Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsqlite3 --Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@ -+Libs: -L${libdir} -lsqlite3 @LIBS@ @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@ +-Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@ ++Libs: -L${libdir} -lsqlite3 @LIBS@ @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@ Cflags: -I${includedir} diff --git a/sqlite/sqlite.spec b/sqlite/sqlite.spec index 7ac6acf0ef..12271f57f9 100644 --- a/sqlite/sqlite.spec +++ b/sqlite/sqlite.spec @@ -23,7 +23,7 @@ # package version %define V_sqlite 3.51.0 -%define V_dist 3500100 +%define V_dist 3510000 %define V_year 2025 %define V_odbc 0.99991 %define V_jdbc 20150419 @@ -39,7 +39,7 @@ Class: BASE Group: Database License: PD Version: %{V_sqlite} -Release: 20251105 +Release: 20251108 # package options %option with_debug no