sqlite:v.bump
This commit is contained in:
@@ -13,11 +13,11 @@ from pisi.actionsapi import get
|
||||
# but cannot be seen with sqlite query. However, it can be seen by opening the file with a text editor.
|
||||
# SQLITE_SECURE_DELETE overwrites written data with zeros.
|
||||
def setup():
|
||||
pisitools.cflags.add("-DSQLITE_SECURE_DELETE",
|
||||
"-DSQLITE_ENABLE_UNLOCK_NOTIFY",
|
||||
"-DSQLITE_ENABLE_COLUMN_METADATA",
|
||||
pisitools.cflags.add("-DSQLITE_SECURE_DELETE=1",
|
||||
"-DSQLITE_ENABLE_UNLOCK_NOTIFY=1",
|
||||
"-DSQLITE_ENABLE_COLUMN_METADATA=1",
|
||||
"-DSQLITE_DISABLE_DIRSYNC",
|
||||
"-DSQLITE_ENABLE_FTS3",
|
||||
"-DSQLITE_ENABLE_FTS3=1",
|
||||
"-DSQLITE_ENABLE_FTS4",
|
||||
"-DSQLITE_ENABLE_FTS5",
|
||||
"-DSQLITE_ENABLE_DBSTAT_VTAB=1",
|
||||
@@ -32,7 +32,10 @@ def setup():
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--disable-editline \
|
||||
--enable-fts3 \
|
||||
--enable-fts4 \
|
||||
--enable-fts5 \
|
||||
--enable-rtree \
|
||||
--enable-json1 \
|
||||
--enable-threadsafe")
|
||||
|
||||
@@ -58,10 +61,10 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3110100" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3160200" % get.workDIR())
|
||||
shelltools.system("pwd")
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3110100/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3160200/*")
|
||||
|
||||
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
|
||||
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
||||
<Description>SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.</Description>
|
||||
<Archive sha1sum="c4b4dcd735a4daf5a2e2bb90f374484c8d4dad29" type="targz">http://www.sqlite.org/2016/sqlite-autoconf-3110100.tar.gz</Archive>
|
||||
<Archive sha1sum="79a24f86bbfc77371fb528ac396d3ad1c266ffa4" type="zip">http://www.sqlite.org/2016/sqlite-doc-3110100.zip</Archive>
|
||||
<Archive sha1sum="64ca578ad44a94115b1db0406740e14288f74bb8" type="targz">http://sqlite.org/2017/sqlite-autoconf-3160200.tar.gz</Archive>
|
||||
<Archive sha1sum="c3424040e2368dd78cf9aac801de8d8988549439" type="zip">http://sqlite.org/2017/sqlite-doc-3160200.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -108,7 +108,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Update release="5">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>3.16.2</Version>
|
||||
<Comment>Verison Bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-01-07</Date>
|
||||
<Version>3.11.1</Version>
|
||||
<Comment>Rebuildwith new toolchain.</Comment>
|
||||
|
||||
Reference in New Issue
Block a user