From eb5519679d54a0e3ab722b1271b1f867af548ebfd9f0ce694ff12a8fb9f59f34 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 13 Feb 2014 10:47:47 +0000 Subject: [PATCH] Accepting request 221962 from home:AndreasStieger:branches:server:database SQLite 3.8.3.1, add -doc OBS-URL: https://build.opensuse.org/request/show/221962 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=91 --- sqlite-autoconf-3080300.tar.gz | 3 --- sqlite-autoconf-3080301.tar.gz | 3 +++ sqlite-doc-3080301.zip | 3 +++ sqlite3.changes | 11 +++++++++++ sqlite3.spec | 27 ++++++++++++++++++++++++--- 5 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 sqlite-autoconf-3080300.tar.gz create mode 100644 sqlite-autoconf-3080301.tar.gz create mode 100644 sqlite-doc-3080301.zip diff --git a/sqlite-autoconf-3080300.tar.gz b/sqlite-autoconf-3080300.tar.gz deleted file mode 100644 index 8342726..0000000 --- a/sqlite-autoconf-3080300.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26 -size 1923594 diff --git a/sqlite-autoconf-3080301.tar.gz b/sqlite-autoconf-3080301.tar.gz new file mode 100644 index 0000000..665adb0 --- /dev/null +++ b/sqlite-autoconf-3080301.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c +size 1923168 diff --git a/sqlite-doc-3080301.zip b/sqlite-doc-3080301.zip new file mode 100644 index 0000000..3d5f80a --- /dev/null +++ b/sqlite-doc-3080301.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af07481a18e52fd1d8269c249f452650dfd380a75ac8589b52b71d6402064f5 +size 4603427 diff --git a/sqlite3.changes b/sqlite3.changes index c0e6153..0d356ec 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 12 08:59:06 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.3.1: + * Fix a bug that causes rows to go missing on some queries with + OR clauses and IS NOT NULL operators in the WHERE clause, when + the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time + options are used. + These compile-time options are not used in this package. +- add HTML documentation in sqlite3-doc package + ------------------------------------------------------------------- Tue Feb 4 14:55:29 UTC 2014 - max@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index c68ab4c..3a4cf73 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.3 +Version: 3.8.3.1 Release: 0 -%define tarversion 3080300 +%define tarversion 3080301 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers @@ -31,6 +31,7 @@ Url: http://www.sqlite.org/ # BuildRequires: pkg-config BuildRequires: readline-devel +BuildRequires: unzip %if 0%{?suse_version:1} BuildRequires: update-desktop-files %endif @@ -40,6 +41,7 @@ Provides: %oname = %version Obsoletes: %oname < %version Source0: http://www.sqlite.org/2014/sqlite-autoconf-%tarversion.tar.gz Source1: baselibs.conf +Source2: http://www.sqlite.org/2014/sqlite-doc-%tarversion.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 @@ -87,6 +89,7 @@ Requires: glibc-devel Requires: libsqlite3-0 = %version Provides: %oname-devel = %version Obsoletes: %oname-devel < %version +Suggests: %name-doc %description devel SQLite is a C library that implements an embeddable SQL database @@ -100,8 +103,22 @@ directly to and from the database files on disk. SQLite can be used via the sqlite command-line tool or via any application which supports the Qt database plug-ins. +%package doc + +Summary: Documentation for %name +Group: Documentation +%if 0%{?suse_version} >= 1130 +BuildArch: noarch +%endif + +%description doc + +Contains HTML documentation for SQLite: SQL Syntax, C/C++ API and +other documentation found on sqlite.org. The files can be found in +%_docdir/%name-doc. + %prep -%setup -q -n sqlite-autoconf-%tarversion +%setup -q -n sqlite-autoconf-%tarversion -a2 %build export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4" @@ -131,4 +148,8 @@ rm %buildroot/%_libdir/*.la %_libdir/libsqlite*.so %_libdir/pkgconfig/sqlite3.pc +%files doc +%defattr(-,root,root) +%doc sqlite-doc-%tarversion/* + %changelog