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 \