commit f38b1e084398e6fcbb017fc5af69ff315f9e2033
Author: Jacek Konieczny <[email protected]>
Date:   Wed Jan 8 10:25:09 2020 +0100

    enable json1 extension
    
    It is required by the Signal desktop app
    
    Release: 2

 sqlite3.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 8db9569..b50095e 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -11,6 +11,7 @@
 %bcond_without unlock_notify   # disable unlock notify API
 %bcond_without load_extension  # enable load extension API
 %bcond_with    icu             # ICU tokenizer support
+%bcond_without json1           # json1 extension
 %bcond_without wal_replication         # WAL replication support
 
 %ifarch %{x8664}
@@ -36,7 +37,7 @@ Summary:      SQLite3 library
 Summary(pl.UTF-8):     Biblioteka SQLite3
 Name:          sqlite3
 Version:       %{ver}
-Release:       1
+Release:       2
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -295,6 +296,7 @@ append-cppflags -DSQLITE_ENABLE_WAL_REPLICATION
        %{?with_readline:--disable-editline} \
        %{!?with_tcl:--disable-tcl}%{?with_tcl:--with-tcl=%{_ulibdir}} \
        %{__enable_disable load_extension load-extension} \
+       %{__enable_disable json1} \
        --enable-threadsafe \
        --enable-fts5
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/f38b1e084398e6fcbb017fc5af69ff315f9e2033

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to