Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047097
D3921.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D3921.diff
View Options
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,8 +1,8 @@
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
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>sqlite3</Name>
<Packager>
- <Name>James Lee</Name>
- <Email>jamesl33info@gmail.com</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Packager>
<License>Public-Domain</License>
<PartOf>system.base</PartOf>
@@ -21,9 +21,10 @@
</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>
@@ -34,10 +35,11 @@
</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>
@@ -48,12 +50,12 @@
</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>
@@ -64,21 +66,22 @@
</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-27</Date>
+ <Version>3.25.2</Version>
<Comment>Packaging update</Comment>
- <Name>James Lee</Name>
- <Email>jamesl33info@gmail.com</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 2:46 PM (3 h, 6 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800657
Default Alt Text
D3921.diff (4 KB)
Attached To
Mode
D3921: Update to 3.25.2
Attached
Detach File
Event Timeline
Log In to Comment