Page MenuHomeSolus

D3844.diff
No OneTemporary

D3844.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -73,6 +73,7 @@
libsqlite3.so.0:sqlite3_create_function_v2
libsqlite3.so.0:sqlite3_create_module
libsqlite3.so.0:sqlite3_create_module_v2
+libsqlite3.so.0:sqlite3_create_window_function
libsqlite3.so.0:sqlite3_data_count
libsqlite3.so.0:sqlite3_db_cacheflush
libsqlite3.so.0:sqlite3_db_config
diff --git a/abi_symbols32 b/abi_symbols32
--- a/abi_symbols32
+++ b/abi_symbols32
@@ -73,6 +73,7 @@
libsqlite3.so.0:sqlite3_create_function_v2
libsqlite3.so.0:sqlite3_create_module
libsqlite3.so.0:sqlite3_create_module_v2
+libsqlite3.so.0:sqlite3_create_window_function
libsqlite3.so.0:sqlite3_data_count
libsqlite3.so.0:sqlite3_db_cacheflush
libsqlite3.so.0:sqlite3_db_config
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,15 @@
name : sqlite3
-version : 3.24.0
-release : 26
+version : 3.25.2
+release : 27
source :
- - https://www.sqlite.org/2018/sqlite-autoconf-3240000.tar.gz : d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a
+ - https://www.sqlite.org/2018/sqlite-autoconf-3250200.tar.gz : da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181
license : Public-Domain
component : system.base
optimize : speed
emul32 : yes
summary : Self contained SQL package
description: |
- The SQLite package is a software library that implements a self-contained,
- serverless, zero-configuration, transactional SQL database engine.
+ The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
setup : |
ex_opts=""
if [[ -z "${EMUL32BUILD}" ]]; then
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,83 +2,81 @@
<Source>
<Name>sqlite3</Name>
<Packager>
- <Name>James Lee</Name>
- <Email>jamesl33info@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>Public-Domain</License>
<PartOf>system.base</PartOf>
<Summary xml:lang="en">Self contained SQL package</Summary>
- <Description xml:lang="en">The SQLite package is a software library that implements a self-contained,
-serverless, zero-configuration, transactional SQL database engine.
+ <Description xml:lang="en">The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>sqlite3</Name>
<Summary xml:lang="en">Self contained SQL package</Summary>
- <Description xml:lang="en">The SQLite package is a software library that implements a self-contained,
-serverless, zero-configuration, transactional SQL database engine.
+ <Description xml:lang="en">The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
</Description>
<PartOf>system.base</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="executable">/usr/bin/sqlite3</Path>
+ <Path fileType="library">/usr/lib64/libsqlite3.so.0</Path>
+ <Path fileType="library">/usr/lib64/libsqlite3.so.0.8.6</Path>
+ <Path fileType="man">/usr/share/man/man1/sqlite3.1</Path>
</Files>
</Package>
<Package>
<Name>sqlite3-32bit</Name>
<Summary xml:lang="en">32-bit libraries for sqlite3</Summary>
- <Description xml:lang="en">The SQLite package is a software library that implements a self-contained,
-serverless, zero-configuration, transactional SQL database engine.
+ <Description xml:lang="en">The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="26">sqlite3</Dependency>
+ <Dependency release="27">sqlite3</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib32/libsqlite3.so.0</Path>
+ <Path fileType="library">/usr/lib32/libsqlite3.so.0.8.6</Path>
</Files>
</Package>
<Package>
<Name>sqlite3-32bit-devel</Name>
<Summary xml:lang="en">Development files for 32-bit sqlite3</Summary>
- <Description xml:lang="en">The SQLite package is a software library that implements a self-contained,
-serverless, zero-configuration, transactional SQL database engine.
+ <Description xml:lang="en">The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="26">sqlite3-32bit</Dependency>
- <Dependency release="26">sqlite3-devel</Dependency>
+ <Dependency release="27">sqlite3-32bit</Dependency>
+ <Dependency release="27">sqlite3-devel</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/lib*.so</Path>
- <Path fileType="data">/usr/lib32/pkgconfig/*.pc</Path>
+ <Path fileType="library">/usr/lib32/libsqlite3.so</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/sqlite3.pc</Path>
</Files>
</Package>
<Package>
<Name>sqlite3-devel</Name>
<Summary xml:lang="en">Development files for sqlite3</Summary>
- <Description xml:lang="en">The SQLite package is a software library that implements a self-contained,
-serverless, zero-configuration, transactional SQL database engine.
+ <Description xml:lang="en">The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="26">sqlite3</Dependency>
+ <Dependency release="27">sqlite3</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/sqlite3.h</Path>
+ <Path fileType="header">/usr/include/sqlite3ext.h</Path>
+ <Path fileType="library">/usr/lib64/libsqlite3.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/sqlite3.pc</Path>
</Files>
</Package>
<History>
- <Update release="26">
- <Date>2018-06-07</Date>
- <Version>3.24.0</Version>
+ <Update release="27">
+ <Date>2018-09-26</Date>
+ <Version>3.25.2</Version>
<Comment>Packaging update</Comment>
- <Name>James Lee</Name>
- <Email>jamesl33info@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 29 2023, 7:50 PM (14 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803431
Default Alt Text
D3844.diff (7 KB)

Event Timeline