commit be6a07333f2e6383b4792f8152f75dc4e11935b6
Author: Jakub Bogusz <[email protected]>
Date:   Sun Oct 27 18:47:21 2024 +0100

    - updated to 4.6.1

 sqlcipher.spec | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/sqlcipher.spec b/sqlcipher.spec
index da2b6fe..a5e7fe4 100644
--- a/sqlcipher.spec
+++ b/sqlcipher.spec
@@ -10,26 +10,27 @@
 Summary:       SQLCipher library - SQLite extension that provides AES 
encryption
 Summary(pl.UTF-8):     Biblioteka SQLCipher - rozszerzenie SQLite zapewniajÄ…ce 
szyfrowanie AES
 Name:          sqlcipher
-Version:       3.4.2
-Release:       2
+Version:       4.6.1
+Release:       1
 License:       BSD
 Group:         Libraries
 # Source0Download: https://github.com/sqlcipher/sqlcipher/releases
 Source0:       
https://github.com/sqlcipher/sqlcipher/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: b224b7a3a1927d2e6344ae6e27308c8c
+# Source0-md5: 2651f450cc41fdb9d853770da0f2d96a
 URL:           https://www.zetetic.net/sqlcipher/
 %{?with_load_extension:Provides:       %{name}(load_extension)}
 %{?with_unlock_notify:Provides:        %{name}(unlock_notify)}
 %{?with_icu:Provides:  %{name}(icu)}
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libedit-devel
+BuildRequires: libtool >= 2:2
 BuildRequires: openssl-devel
-BuildRequires: readline-devel
 %{?with_load_extension:BuildRequires:  sed >= 4.0}
 BuildRequires: tcl
 %{?with_tcl:BuildRequires:     tcl-devel >= %{tclver}}
 BuildRequires: unzip
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _ulibdir        /usr/lib
@@ -133,13 +134,9 @@ append-cppflags -DSQLITE_ENABLE_COLUMN_METADATA
 
 # Support Full-Text Search versions 3 and 4.
 # http://sqlite.org/fts3.html
-#append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS 
-DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61
+#append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS 
-DSQLITE_ENABLE_FTS4
 append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS
 
-# Support R*Trees.
-# http://sqlite.org/rtree.html
-append-cppflags -DSQLITE_ENABLE_RTREE
-
 # Support soundex() function.
 # http://sqlite.org/lang_corefunc.html#soundex
 #append-cppflags -DSQLITE_SOUNDEX
@@ -159,15 +156,20 @@ append-cppflags -DSQLITE_ENABLE_ICU
 append-libs "-licui18n -licuuc"
 %endif
 
-%if %{with load_extension}
-append-libs "-ldl"
-%endif
-
 %configure \
        %{!?with_tcl:--disable-tcl}%{?with_tcl:--with-tcl=%{_ulibdir}} \
        %{__enable_disable load_extension load-extension} \
+       --enable-rtree \
        --enable-tempstore \
        --enable-threadsafe
+# TODO - think about:
+# --enable-fts3  enabled by -D
+# --enable-fts4
+# --enable-fts5
+# --enable-memsys5 or --enable-memsys3
+# --enable-geopoly
+# --enable-session
+# --enable-update-limit
 
 %{__make}
 
@@ -193,7 +195,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG.md LICENSE README.md
+%doc CHANGELOG.md LICENSE.md README.md
 %attr(755,root,root) %{_bindir}/sqlcipher
 %attr(755,root,root) %{_libdir}/libsqlcipher.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libsqlcipher.so.0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sqlcipher.git/commitdiff/be6a07333f2e6383b4792f8152f75dc4e11935b6

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

Reply via email to