This commit is contained in:
parent
c9c9f6d2d8
commit
47ab3d6e59
@ -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
|
|
@ -4,7 +4,6 @@ Wed Mar 16 16:24:45 UTC 2022 - Reinhard Max <max@suse.com>
|
|||||||
- Remove obsolete configure flags
|
- Remove obsolete configure flags
|
||||||
- Package the Tcl bindings here again so that we only ship one copy
|
- Package the Tcl bindings here again so that we only ship one copy
|
||||||
of SQLite (bsc#1195773).
|
of SQLite (bsc#1195773).
|
||||||
- Use dynamic linking for the sqlite3 shell.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 13 16:25:42 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Mar 13 16:25:42 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
@ -31,7 +31,6 @@ Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip
|
|||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
|
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
|
||||||
Patch0: sqlite-src-3380100-atof1.patch
|
Patch0: sqlite-src-3380100-atof1.patch
|
||||||
Patch1: sqlite3-dynamic-shell.patch
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -130,7 +129,6 @@ other documentation found on sqlite.org. The files can be found in
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n sqlite-src-%{tarversion} -a2
|
%setup -q -n sqlite-src-%{tarversion} -a2
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
%patch1
|
|
||||||
|
|
||||||
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
|
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
|
||||||
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
|
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
|
||||||
|
Loading…
Reference in New Issue
Block a user