From 47ab3d6e596cbd9699d37eb3fee3d92c4ef0f254514b45b7a4a829824ab35603 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Sat, 19 Mar 2022 21:07:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=279 --- sqlite3-dynamic-shell.patch | 14 -------------- sqlite3.changes | 1 - sqlite3.spec | 2 -- 3 files changed, 17 deletions(-) delete mode 100644 sqlite3-dynamic-shell.patch diff --git a/sqlite3-dynamic-shell.patch b/sqlite3-dynamic-shell.patch deleted file mode 100644 index 788e173..0000000 --- a/sqlite3-dynamic-shell.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig -+++ Makefile.in -@@ -655,9 +655,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlite - -version-info "8:6:8" \ - -avoid-version - --sqlite3$(TEXE): shell.c sqlite3.c -+sqlite3$(TEXE): shell.c libsqlite3.la sqlite3.h - $(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \ -- shell.c sqlite3.c \ -+ shell.c libsqlite3.la \ - $(LIBREADLINE) $(TLIBS) -rpath "$(libdir)" - - sqldiff$(TEXE): $(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h diff --git a/sqlite3.changes b/sqlite3.changes index f6434cb..1c43aa2 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -4,7 +4,6 @@ Wed Mar 16 16:24:45 UTC 2022 - Reinhard Max - Remove obsolete configure flags - Package the Tcl bindings here again so that we only ship one copy of SQLite (bsc#1195773). -- Use dynamic linking for the sqlite3 shell. ------------------------------------------------------------------- Sun Mar 13 16:25:42 UTC 2022 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index dfbaa91..7ad3d46 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -31,7 +31,6 @@ Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip Source1: baselibs.conf Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip Patch0: sqlite-src-3380100-atof1.patch -Patch1: sqlite3-dynamic-shell.patch BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig @@ -130,7 +129,6 @@ other documentation found on sqlite.org. The files can be found in %prep %setup -q -n sqlite-src-%{tarversion} -a2 %patch0 -p0 -%patch1 rm -v sqlite-doc-%{tarversion}/releaselog/current.html ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html