From ddcb6aa70c3f476f8243407246bda36aa8cb0fe67de701fa7d3c4e90475983e8 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 16 Jan 2025 10:55:52 +0000 Subject: [PATCH] - Re-enable SONAME which got disabled by default in 3.48.0. * https://www.sqlite.org/src/forumpost/5a3b44f510df8ded * https://sqlite.org/forum/forumpost/ab8f15697a OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=345 --- sqlite3.changes | 7 +++++++ sqlite3.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/sqlite3.changes b/sqlite3.changes index 7966144..531b869 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 16 10:39:29 UTC 2025 - Reinhard Max + +- Re-enable SONAME which got disabled by default in 3.48.0. + * https://www.sqlite.org/src/forumpost/5a3b44f510df8ded + * https://sqlite.org/forum/forumpost/ab8f15697a + ------------------------------------------------------------------- Tue Jan 14 15:44:26 UTC 2025 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 117721a..de001c8 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -169,6 +169,7 @@ export CFLAGS="%{optflags} \ -DSQLITE_STRICT_SUBTYPE=1 \ " %configure \ + --soname=legacy \ --disable-static \ --enable-readline \ --enable-fts3 \