Go to file
Dominique Leuenberger 7fdf3cda1d Accepting request 367794 from server:database
- Fix sqlite-fts5-link.patch: link libsqlite3.so with libm instead
  of the sqlite3 binary: the library is the actual user of log().
- Add sqlite3-link-binary-with-libsqlite3.patch: dyamically link
  /usr/bin/sqlite3 to libsqlite3 instead of statically using it.
- Move autoreconf call to build section, where it belongs.

- Enable FTS5 support.
- Add sqlite-fts5-link.patch to link to math library because FTS5
  code uses log().

- SQLite 3.11.1:
  * Fix an FTS5 issue in which the 'optimize' command could cause
    index corruption.
  * Fix a buffer overread that might occur if FTS5 is used to query
    a corrupt database file.
  * Increase the maximum "scope" value for the spellfix1 extension
    from 6 to 30. 

- explicitly enable readline support
- run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/367794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=83
2016-03-09 18:01:36 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=1 2008-01-14 09:18:35 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=1 2008-01-14 09:18:35 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=8 2008-05-07 20:09:22 +00:00
sqlite3-link-binary-with-libsqlite3.patch Add libsqlite3.la dependency 2016-03-07 17:59:37 +00:00
sqlite3.changes Accepting request 367770 from home:dimstar:Factory 2016-03-07 17:37:04 +00:00
sqlite3.spec Accepting request 367770 from home:dimstar:Factory 2016-03-07 17:37:04 +00:00
sqlite-autoconf-3110100.tar.gz Accepting request 366738 from home:AndreasStieger:branches:server:database 2016-03-05 19:55:10 +00:00
sqlite-doc-3110100.zip Accepting request 366738 from home:AndreasStieger:branches:server:database 2016-03-05 19:55:10 +00:00
sqlite-fts5-link.patch Accepting request 367770 from home:dimstar:Factory 2016-03-07 17:37:04 +00:00